[CLN-list] Re: CLN on OS X

Bruno Haible bruno at clisp.org
Wed Jan 23 13:31:11 CET 2008


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



More information about the CLN-list mailing list