23 Jan
2008
23 Jan
'08
1:31 p.m.
Alexei Sheplyakov wrote:
Apparently it's x86_64-apple-darwin. So, try
./configure --host=x86_64-apple-darwin --build=x86_64-apple-darwin
Then it could be a config.guess bug. Ron, can you tell us a bit more? 1) Can your system actually execute 64-bit programs? $ echo > hello.c <<\EOF #include <stdio.h> int main () { printf("Hello, world.\n"); return 0; } $ gcc -m64 hello.c $ ./a.out 2) What does config.guess return when you run it like this? $ export CC="gcc -m64" $ sh autoconf/config.guess Bruno