AMD64 access require

Sergey Matveychuk sem at ciam.ru
Sun Feb 1 10:46:05 PST 2004


To fix a port build on AMD64 I need an access on this system or can 
somebudy to run this code there?

#include <stdio.h>

int
main()
{
   int *a;
   int b;
   printf("Pointer size: %d, int size: %d\n", sizeof(a), sizeof(b));

}

And send me an output please?

Thank you.
-- 
Sem.


More information about the freebsd-ports mailing list