Re: Libtool attempts to link 64-bit lib on a -m32 compile (using Pathscale C++)

2009-09-22 Thread Ethan Mallove
I'm running into a similar problem, but the -L/usr/lib workaround doesn't help in this case. Same pathCC, but on SuSE 10 (not SuSE 9). The error is basically this: $ make ... libtool: link: pathCC ... -lpscrt /usr/lib64/gcc/x86_64-suse-linux/4.1.2/libstdc++.so -m32 ... /usr/lib64/gcc/x86_

Re: Libtool attempts to link 64-bit lib on a -m32 compile (using Pathscale C++)

2009-04-03 Thread chousut
>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

Re: Libtool attempts to link 64-bit lib on a -m32 compile (using Pathscale C++)

2009-03-17 Thread Ethan Mallove
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: > > > >

Re: Libtool attempts to link 64-bit lib on a -m32 compile (using Pathscale C++)

2009-03-13 Thread Coleman Kane
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, > > > > > > > > * Ethan Mallove wrote on Thu,

Re: Libtool attempts to link 64-bit lib on a -m32 compile (using Pathscale C++)

2009-03-13 Thread Ethan Mallove
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, > > > > > > * Ethan Mallove wrote on Thu, Mar 12, 2009 at 05:25:50PM CET: > > > > Libtool is trying to link in

Re: Libtool attempts to link 64-bit lib on a -m32 compile (using Pathscale C++)

2009-03-13 Thread Coleman Kane
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, > > > > * Ethan Mallove wrote on Thu, Mar 12, 2009 at 05:25:50PM CET: > > > Libtool is trying to link in 64-bit libs on a -m32 compile with the > > > Pathscale C++ comp

Re: Libtool attempts to link 64-bit lib on a -m32 compile (using Pathscale C++)

2009-03-13 Thread Ethan Mallove
On Thu, Mar/12/2009 07:49:02PM, Ralf Wildenhues wrote: > Hello Ethan, > > * Ethan Mallove wrote on Thu, Mar 12, 2009 at 05:25:50PM CET: > > Libtool is trying to link in 64-bit libs on a -m32 compile with the > > Pathscale C++ compiler. E.g., > > > > /bin/sh ../../../libtool --tag=CXX --mode=

Re: Libtool attempts to link 64-bit lib on a -m32 compile (using Pathscale C++)

2009-03-12 Thread Coleman Kane
On Thu, 2009-03-12 at 19:54 +0100, Ralf Wildenhues wrote: > Hello Coleman, > > * Coleman Kane wrote on Thu, Mar 12, 2009 at 07:22:31PM CET: > > > > Libtool doesn't perform much low-level investigation of the library file > > types, nor does it rewrite paths to accommodate the 20-million different

Re: Libtool attempts to link 64-bit lib on a -m32 compile (using Pathscale C++)

2009-03-12 Thread Ralf Wildenhues
Hello Coleman, * Coleman Kane wrote on Thu, Mar 12, 2009 at 07:22:31PM CET: > > Libtool doesn't perform much low-level investigation of the library file > types, nor does it rewrite paths to accommodate the 20-million different > ways that vendors install 32/64-bit libraries on the same system.

Re: Libtool attempts to link 64-bit lib on a -m32 compile (using Pathscale C++)

2009-03-12 Thread Ralf Wildenhues
Hello Ethan, * Ethan Mallove wrote on Thu, Mar 12, 2009 at 05:25:50PM CET: > Libtool is trying to link in 64-bit libs on a -m32 compile with the > Pathscale C++ compiler. E.g., > > /bin/sh ../../../libtool --tag=CXX --mode=link pathCC -O3 -DNDEBUG -Wall > -m32 -Wundef -Wno-long-long -finli

Re: Libtool attempts to link 64-bit lib on a -m32 compile (using Pathscale C++)

2009-03-12 Thread Coleman Kane
Something (probably in configure.ac) is picking up your lib64 path and adding it to your LIBS or LDFLAGS. This is typically done by (broken?) autoconf m4 macros that get included (such as older sdl.m4 versions) or from using the wrong PKG_CONFIG_PATH in your environment. I'd suggest making sure th

Libtool attempts to link 64-bit lib on a -m32 compile (using Pathscale C++)

2009-03-12 Thread Ethan Mallove
Hello, Libtool is trying to link in 64-bit libs on a -m32 compile with the Pathscale C++ compiler. E.g., /bin/sh ../../../libtool --tag=CXX --mode=link pathCC -O3 -DNDEBUG -Wall -m32 -Wundef -Wno-long-long -finline-functions -fexceptions -pthread -export-dynamic -fexceptions -o libmpi_