[CLN-list] Re: (64-bit) CLN on OS X

Alexei Sheplyakov varg at theor.jinr.ru
Wed Jan 23 18:09:45 CET 2008


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.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: Digital signature
Url : http://www.cebix.net/pipermail/cln-list/attachments/20080123/4b06a845/attachment.pgp


More information about the CLN-list mailing list