23 Jan
2008
23 Jan
'08
6:09 p.m.
On Wed, Jan 23, 2008 at 08:23:46AM -0800, Ron Garret wrote:
Well, x86_64-apple-darwin doesn't work either, but it's a different error this time, so maybe this is progress: [skipped the error messages]
I'm afraid it is not. Configure got confused in another way. For some reason it decided to use plain g++ instead of x86_64-apple-darwin (autoconf expects it to produce 64-bit code, i.e. even without -m64 switch). But g++ generates 32-bit code, while some configure-generated headers are intended for 64-bit one. So, the next incantation to try is ./configure --host=x86_64-apple-darwin --build=x86_64-apple-darwin CXXFLAGS='-O -m64' CFLAGS='-O -m64' Hope this *really* helps, Alexei -- All science is either physics or stamp collecting.