Re: [O-MPI devel] Back to 32bit on 64bit machines...

2005-09-27 Thread Ralf Wildenhues
Hi Nathan, Jeff, * Jeff Squyres wrote on Tue, Sep 27, 2005 at 09:39:59PM CEST: > This looks like it *might* be a libtool problem -- it's picking up the > /usr/lib64/libstdc++.so when you're compiling in 32 bit mode (and > therefore barfing). Yep, I think it is. > Can you send the libtool

Re: [O-MPI devel] Back to 32bit on 64bit machines...

2005-09-27 Thread Jeff Squyres
This looks like it *might* be a libtool problem -- it's picking up the /usr/lib64/libstdc++.so when you're compiling in 32 bit mode (and therefore barfing). Can you send the libtool command that immediately preceded this link line? As a workaround, you should be able to --disable-cxx to

[O-MPI devel] Back to 32bit on 64bit machines...

2005-09-27 Thread Nathan DeBardeleben
So is this an error or am I configuring wrong? Here's my configure: [sparkplug]~/ompi > ./configure CFLAGS=-m32 FFLAGS=-m32 CXXFLAGS=-m32 --without-threads --prefix=/home/ndebard/local/ompi --with-devel-headers --without-gm I've also tried adding --build=i586-suse-linux, that didn't help