>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 _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool