Subject: 64 bit packages on OS X?
To: None <tech-pkg@netbsd.org>
From: John Klos <john@ziaspace.com>
List: tech-pkg
Date: 12/09/2007 22:54:20
Hi,

Does anyone know how to simply get OS X to build and use 64 bit packages 
on OS X? I've set CFLAGS, CCFLAGS, and CXXFLAGS to -arch x86_64 and ppc64 
on Intel and PowerPC machines respectively, but bootstrap only gets to 
here:

gcc *.o lst.lib/*.o -o bmake.boot  -L../../libnbcompat -lnbcompat
ld: warning in arch.o, file is not of required architecture
ld: warning in buf.o, file is not of required architecture
...

Suggestions?

Thanks,
John Klos