> Some care needs to be taken, though, because the gcc compiler on MacOS X 10.5
> (which produces 32-bit code by default) is configured like this:
> 
> $ gcc -print-multi-os-directory
> .
> $ gcc -print-multi-os-directory -m64
> x86_64
> $ gcc -print-multi-os-directory -m32
> .
> $ gcc -print-multi-directory
> .
> $ gcc -print-multi-directory -m64
> x86_64
> $ gcc -print-multi-directory -m32
> .

What's wrong with that?  (It's not a problem if the multilib directory
is the same as the OS multilib directory, and my snippet does take care
of ".").

Paolo


_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to