William G. Scott wrote:
> 
> On Oct 30, 2009, at 11:32 PM, Martin Costabel wrote:
[]
>> "Apparently the build system still thinks it's building for i386."
>> (Maintainer CCed).
>> The standard autotools-made configure scripts guess the build host  
>> system wrong when building for x86_64. Anything cpu-specific will  
>> then fail.
>>
>> -- 
>> Martin
> 
> Thanks, Martin. (I tried the usual things like -m64 and even forcing  
> use of the fink 64-bit compilers, but no joy.)

I am away from from my 10.6 system, so I cannot check, but you could 
look what config.log says about "checking build system type" and 
"checking host system type", and what config.h says about "ARCH_X86_64".

Perhaps there need to be configure parameters like

  --build=%m-apple-darwin`uname -r|cut -f1 -d.` 
--host=%m-apple-darwin`uname -r|cut -f1 -d.`

as was successfully used in other packages.

-- 
Martin




------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to