libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Libtool attempts to link 64-bit lib on a -m32 compile (using Pathsca


From: chousut
Subject: Re: Libtool attempts to link 64-bit lib on a -m32 compile (using Pathscale C++)
Date: Fri, 3 Apr 2009 16:36:51 +0900

>Re: Libtool attempts to link 64-bit lib on a -m32 compile (using Pathscale
C++)
>Ethan Mallove
>Tue, 17 Mar 2009 11:01:41 -0700
>
>On Fri, Mar/13/2009 03:59:04PM, Coleman Kane wrote:
>> On Fri, 2009-03-13 at 14:44 -0500, Ethan Mallove wrote:
>> > On Fri, Mar/13/2009 03:24:17PM, Coleman Kane wrote:
>> > > On Fri, 2009-03-13 at 13:11 -0500, Ethan Mallove wrote:
>> > > > On Thu, Mar/12/2009 07:49:02PM, Ralf Wildenhues wrote:
>> > > > > Hello Ethan,
>> > > > > 
>>Configuring with --host=i386-unknown-linux-gnu, I end up getting:
>>
>  output from link -dump -symbols:
>  link: too many arguments
>  Try `link --help' for more information.
>  configure:35483: error: Could not determine Fortran naming convention.
>
>I think the LDFLAGS=-L/usr/lib workaround was all I needed.
>
hi

I had the same problem and do 

export CXX="g++ -m32"

to avoid it. 
hope this may helpful.

yours
xiaodong Zhang




reply via email to

[Prev in Thread] Current Thread [Next in Thread]