Date: Sun, 01 Feb 2004 21:45:53 +0300 From: Sergey Matveychuk <sem@ciam.ru> To: ports@freebsd.org Subject: AMD64 access require Message-ID: <401D4961.2090708@ciam.ru>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?401D4961.2090708>