I'm trying to build version 1.1 with Intel 9.0 compilers and getting an
error at the very end in the tools directory: ompi/tools/ompi_info.  The
build appears to die with undefined references to things that belong to the
C++ string class (see long attachment).  Strange thing is that this same
code compiles fine with the GNU compilers (FC3), PGI (6.1) and Pathscale (2.4).
FWIW, my arch is x86_64 ...  I wrote a simple hello.cc program that used
the string class and it also compiled/linked/executed fine with icc.
Anyone else seeing this problem or is my compiler not installed correctly?
TIA,

Daryl

P.s.  Here's my configure line from config.log:

  $ ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu 
--target=x86_64-redhat-linux-gnu --program-prefix= 
--prefix=/opt/OpenMPI/openmpi-intel-1.1/ib 
--exec-prefix=/opt/OpenMPI/openmpi-intel-1.1/ib 
--bindir=/opt/OpenMPI/openmpi-intel-1.1/ib/bin 
--sbindir=/opt/OpenMPI/openmpi-intel-1.1/ib/sbin --sysconfdir=/etc 
--datadir=/opt/OpenMPI/openmpi-intel-1.1/ib/share 
--includedir=/opt/OpenMPI/openmpi-intel-1.1/ib/include 
--libdir=/opt/OpenMPI/openmpi-intel-1.1/ib/lib64 
--libexecdir=/opt/OpenMPI/openmpi-intel-1.1/ib/libexec --localstatedir=/var 
--sharedstatedir=/opt/OpenMPI/openmpi-intel-1.1/ib/com --mandir=/usr/share/man 
--infodir=/usr/share/info --prefix=/opt/OpenMPI/openmpi-intel-1.1/ib 
--sysconfdir=/opt/OpenMPI/openmpi-intel-1.1/ib/etc 
--mandir=/opt/OpenMPI/openmpi-intel-1.1/ib/man --disable-shared --enable-static 
--with-bproc --with-openib=/opt/IB/ibgd-2.0.1

/bin/sh ../../../libtool --tag=CXX --mode=link /opt/Intel/cce/9.1.039/bin/icc  
-DNDEBUG -O2 -g -pipe -m64 -finline-functions -pthread  -export-dynamic   -o 
ompi_info  components.o ompi_info.o output.o param.o version.o 
../../../ompi/libmpi.la -lnsl -lutil  
/opt/Intel/cce/9.1.039/bin/icc -DNDEBUG -O2 -g -pipe -m64 -finline-functions 
-pthread -o ompi_info components.o ompi_info.o output.o param.o version.o 
-Wl,--export-dynamic  ../../../ompi/.libs/libmpi.a 
-L/opt/IB/ibgd-2.0.1/lib64/infiniband -L/opt/IB/ibgd-2.0.1/lib64 -lrt 
/opt/IB/ibgd-2.0.1/lib64/libibverbs.so /usr/lib64/libsysfs.so -lpthread 
/usr/src/redhat/BUILD/openmpi-1.1/orte/.libs/liborte.a -lbproc 
/usr/src/redhat/BUILD/openmpi-1.1/opal/.libs/libopal.a -ldl -lnsl -lutil 
-Wl,--rpath -Wl,/usr/lib64 -Wl,--rpath -Wl,/usr/lib64
icc: Command line warning: ignoring unknown option '-m64'
components.o(.text+0x36): In function `ompi_info::open_components()':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:121: 
undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string()'
components.o(.text+0x86):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:132:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string()'
components.o(.text+0x8e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:132:
 undefined reference to `std::string::size() const'
components.o(.text+0x9e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:132:
 undefined reference to `std::string::reserve(unsigned long)'
components.o(.text+0xb1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:132:
 undefined reference to `std::string::append(char const*, unsigned long)'
components.o(.text+0xbd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:132:
 undefined reference to `std::string::append(std::string const&)'
components.o(.text+0xcd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:132:
 undefined reference to `std::string::operator=(std::string const&)'
components.o(.text+0xd6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:132:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0xe2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:133:
 undefined reference to `std::string::c_str() const'
components.o(.text+0x100):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:134:
 undefined reference to `std::string::operator+=(char const*)'
components.o(.text+0x10c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:135:
 undefined reference to `std::string::c_str() const'
components.o(.text+0x16a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:165:
 undefined reference to `std::allocator<char>::allocator()'
components.o(.text+0x17f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:165:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
components.o(.text+0x1a5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:165:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.text+0x1e2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:144:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x213):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:165:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x237):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:121:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x251):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:165:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x277):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:165:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.text+0x28e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:165:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
components.o(.text+0x2d2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:165:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x2ed):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:165:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x2f6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:165:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x304):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:170:
 undefined reference to `std::allocator<char>::allocator()'
components.o(.text+0x319):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:170:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
components.o(.text+0x33b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:170:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.text+0x375):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:170:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.text+0x38c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:170:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
components.o(.text+0x3d0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:170:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x3eb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:170:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x3f4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:170:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x402):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:173:
 undefined reference to `std::allocator<char>::allocator()'
components.o(.text+0x417):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:173:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
components.o(.text+0x439):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:173:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.text+0x473):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:173:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.text+0x48a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:173:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
components.o(.text+0x4ce):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:173:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x4e9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:173:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x4f2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:173:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x500):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:176:
 undefined reference to `std::allocator<char>::allocator()'
components.o(.text+0x515):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:176:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
components.o(.text+0x537):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:176:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.text+0x571):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:176:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.text+0x588):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:176:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
components.o(.text+0x5cc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:176:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x5e7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:176:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x5f0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:176:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x5fe):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:179:
 undefined reference to `std::allocator<char>::allocator()'
components.o(.text+0x613):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:179:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
components.o(.text+0x635):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:179:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.text+0x66f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:179:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.text+0x686):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:179:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
components.o(.text+0x6ca):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:179:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x6e5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:179:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x6ee):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:179:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x6fc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:184:
 undefined reference to `std::allocator<char>::allocator()'
components.o(.text+0x711):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:184:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
components.o(.text+0x733):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:184:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.text+0x76d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:184:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.text+0x784):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:184:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
components.o(.text+0x7c8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:184:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x7e3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:184:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x7ec):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:184:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x7fa):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:187:
 undefined reference to `std::allocator<char>::allocator()'
components.o(.text+0x80f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:187:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
components.o(.text+0x831):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:187:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.text+0x86b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:187:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.text+0x882):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:187:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
components.o(.text+0x8c6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:187:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x8e1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:187:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x8ea):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:187:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x8f8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:190:
 undefined reference to `std::allocator<char>::allocator()'
components.o(.text+0x90d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:190:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
components.o(.text+0x92f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:190:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.text+0x969):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:190:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.text+0x980):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:190:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
components.o(.text+0x9c4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:190:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x9df):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:190:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x9e8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:190:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x9f6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:193:
 undefined reference to `std::allocator<char>::allocator()'
components.o(.text+0xa0b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:193:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
components.o(.text+0xa2d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:193:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.text+0xa67):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:193:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.text+0xa7e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:193:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
components.o(.text+0xac2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:193:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0xadd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:193:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0xae6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:193:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0xaf4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:196:
 undefined reference to `std::allocator<char>::allocator()'
components.o(.text+0xb09):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:196:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
components.o(.text+0xb2b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:196:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.text+0xb65):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:196:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.text+0xb7c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:196:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
components.o(.text+0xbc0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:196:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0xbdb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:196:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0xbe4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:196:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0xbf2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:199:
 undefined reference to `std::allocator<char>::allocator()'
components.o(.text+0xc07):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:199:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
components.o(.text+0xc2b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:199:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0xc34):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:199:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0xc42):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:202:
 undefined reference to `std::allocator<char>::allocator()'
components.o(.text+0xc57):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:202:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
components.o(.text+0xc7b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:202:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0xc84):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:202:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0xc92):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:205:
 undefined reference to `std::allocator<char>::allocator()'
components.o(.text+0xca7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:205:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
components.o(.text+0xccb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:205:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0xcd4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:205:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0xce2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:208:
 undefined reference to `std::allocator<char>::allocator()'
components.o(.text+0xcf7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:208:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
components.o(.text+0xd1b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:208:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0xd24):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:208:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0xd32):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:211:
 undefined reference to `std::allocator<char>::allocator()'
components.o(.text+0xd47):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:211:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
components.o(.text+0xd6b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:211:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0xd74):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:211:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0xd82):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:214:
 undefined reference to `std::allocator<char>::allocator()'
components.o(.text+0xd97):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:214:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
components.o(.text+0xdbb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:214:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0xdc4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:214:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0xdd2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:217:
 undefined reference to `std::allocator<char>::allocator()'
components.o(.text+0xde7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:217:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
components.o(.text+0xe0b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:217:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0xe14):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:217:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0xe22):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:220:
 undefined reference to `std::allocator<char>::allocator()'
components.o(.text+0xe37):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:220:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
components.o(.text+0xe5b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:220:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0xe64):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:220:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0xe72):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:225:
 undefined reference to `std::allocator<char>::allocator()'
components.o(.text+0xe87):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:225:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
components.o(.text+0xeab):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:225:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0xeb4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:225:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0xec2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:228:
 undefined reference to `std::allocator<char>::allocator()'
components.o(.text+0xed7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:228:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
components.o(.text+0xefb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:228:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0xf04):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:228:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0xf12):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:231:
 undefined reference to `std::allocator<char>::allocator()'
components.o(.text+0xf27):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:231:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
components.o(.text+0xf4b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:231:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0xf54):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:231:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0xf62):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:234:
 undefined reference to `std::allocator<char>::allocator()'
components.o(.text+0xf77):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:234:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
components.o(.text+0xf9b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:234:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0xfa4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:234:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0xfb2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:237:
 undefined reference to `std::allocator<char>::allocator()'
components.o(.text+0xfc7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:237:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
components.o(.text+0xfeb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:237:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0xff4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:237:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x1002):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:240:
 undefined reference to `std::allocator<char>::allocator()'
components.o(.text+0x1017):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:240:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
components.o(.text+0x103b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:240:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x1044):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:240:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x104d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:244:
 undefined reference to `std::allocator<char>::allocator()'
components.o(.text+0x1062):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:244:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
components.o(.text+0x1086):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:244:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x108f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:244:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x109d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:247:
 undefined reference to `std::allocator<char>::allocator()'
components.o(.text+0x10b2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:247:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
components.o(.text+0x10d6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:247:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x10df):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:247:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x10ed):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:250:
 undefined reference to `std::allocator<char>::allocator()'
components.o(.text+0x1102):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:250:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
components.o(.text+0x1126):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:250:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x112f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:250:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x113d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:253:
 undefined reference to `std::allocator<char>::allocator()'
components.o(.text+0x1152):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:253:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
components.o(.text+0x1176):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:253:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x117f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:253:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x1192):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:257:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x11d2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:196:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x11db):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:196:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x11e9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:199:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x11fa):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:199:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x1205):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:202:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x1216):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:202:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x1221):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:205:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x1232):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:205:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x123d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:208:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x124e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:208:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x1259):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:211:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x126a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:211:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x1275):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:214:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x1286):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:214:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x1291):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:217:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x12a2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:217:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x12ad):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:220:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x12be):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:220:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x12c9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:225:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x12da):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:225:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x12e5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:228:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x12f6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:228:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x1301):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:231:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x1312):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:231:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x131d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:234:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x132e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:234:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x1339):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:237:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x134a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:237:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x1355):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:240:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x1366):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:240:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x1371):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:244:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x1382):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:244:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x138d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:247:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x139e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:247:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x13a9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:250:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x13ba):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:250:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x13c5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:253:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x13d6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:253:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x13e4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:193:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x13f0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:193:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x13f9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:193:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x1418):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:190:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x1424):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:190:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x142d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:190:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x144c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:187:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x1458):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:187:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x1461):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:187:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x1480):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:184:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x148c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:184:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x1495):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:184:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x14b4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:179:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x14c0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:179:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x14c9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:179:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x14e8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:176:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x14f4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:176:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x14fd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:176:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x151c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:173:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x1528):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:173:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x1531):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:173:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x1550):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:170:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x155c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:170:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x1565):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:170:
 undefined reference to `std::allocator<char>::~allocator()'
components.o(.text+0x1584):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:165:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x15a6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:132:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x15b4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:132:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x15c5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:196:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x15e0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:125:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x2016):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:300:
 more undefined references to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()' follow
components.o(.text+0x201e): In function `ompi_info::close_components()':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:300: 
undefined reference to `operator delete(void*)'
components.o(.text+0x205a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:300:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.text+0x2071): In function `__sti__$E':
/usr/include/c++/3.4.4/iostream:65536: undefined reference to 
`std::ios_base::Init::Init()'
components.o(.text+0x2076):/usr/include/c++/3.4.4/iostream:65536: undefined 
reference to `std::ios_base::Init::~Init()'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEED1Ev+0x41):
 In function `std::map<std::string, opal_list_t*, std::less<std::string>, 
std::allocator<std::pair<std::string const, opal_list_t*> > >::~map()':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc: undefined 
reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEED1Ev+0x49):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:
 undefined reference to `operator delete(void*)'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEED1Ev+0x6f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/components.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.gnu.linkonce.t._ZNSt8_Rb_treeISsSt4pairIKSsP11opal_list_tESt10_Select1stIS4_ESt4lessISsESaIS4_EE8_M_eraseEPSt13_Rb_tree_nodeIS4_E+0x3c):
 In function `std::_Rb_tree<std::string, std::pair<std::string const, 
opal_list_t*>, std::_Select1st<std::pair<std::string const, opal_list_t*> >, 
std::less<std::string>, std::allocator<std::pair<std::string const, 
opal_list_t*> > >::_M_erase(std::_Rb_tree_node<std::pair<std::string const, 
opal_list_t*> >*)':
/usr/include/c++/3.4.4/bits/stl_tree.h:1068: undefined reference to 
`std::basic_string<char, std::char_traits<char>, std::allocator<char> 
>::~basic_string()'
components.o(.gnu.linkonce.t._ZNSt8_Rb_treeISsSt4pairIKSsP11opal_list_tESt10_Select1stIS4_ESt4lessISsESaIS4_EE8_M_eraseEPSt13_Rb_tree_nodeIS4_E+0x44):/usr/include/c++/3.4.4/bits/stl_tree.h:1068:
 undefined reference to `operator delete(void*)'
components.o(.gnu.linkonce.t._ZNSt8_Rb_treeISsSt4pairIKSsP11opal_list_tESt10_Select1stIS4_ESt4lessISsESaIS4_EE8_M_eraseEPSt13_Rb_tree_nodeIS4_E+0x6a):/usr/include/c++/3.4.4/bits/stl_tree.h:1068:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.gnu.linkonce.t._ZNSt8_Rb_treeISsSt4pairIKSsP11opal_list_tESt10_Select1stIS4_ESt4lessISsESaIS4_EED1Ev+0x3d):
 In function `std::_Rb_tree<std::string, std::pair<std::string const, 
opal_list_t*>, std::_Select1st<std::pair<std::string const, opal_list_t*> >, 
std::less<std::string>, std::allocator<std::pair<std::string const, 
opal_list_t*> > >::~_Rb_tree()':
/usr/include/c++/3.4.4/bits/stl_tree.h:65536: undefined reference to 
`std::basic_string<char, std::char_traits<char>, std::allocator<char> 
>::~basic_string()'
components.o(.gnu.linkonce.t._ZNSt8_Rb_treeISsSt4pairIKSsP11opal_list_tESt10_Select1stIS4_ESt4lessISsESaIS4_EED1Ev+0x45):/usr/include/c++/3.4.4/bits/stl_tree.h:65536:
 undefined reference to `operator delete(void*)'
components.o(.gnu.linkonce.t._ZNSt8_Rb_treeISsSt4pairIKSsP11opal_list_tESt10_Select1stIS4_ESt4lessISsESaIS4_EED1Ev+0x6b):/usr/include/c++/3.4.4/bits/stl_tree.h:65536:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.gnu.linkonce.t._ZNSt4pairIKSsP11opal_list_tED1Ev+0x11): In 
function `std::pair<std::string const, opal_list_t*>::~pair()':
/usr/include/c++/3.4.4/bits/stl_pair.h:65536: undefined reference to 
`std::basic_string<char, std::char_traits<char>, std::allocator<char> 
>::~basic_string()'
components.o(.gnu.linkonce.t._ZNSt4pairIKSsP11opal_list_tED1Ev+0x23):/usr/include/c++/3.4.4/bits/stl_pair.h:65536:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x48):
 In function `std::map<std::string, opal_list_t*, std::less<std::string>, 
std::allocator<std::pair<std::string const, opal_list_t*> > 
>::insert(std::_Rb_tree_iterator<std::pair<std::string const, opal_list_t*> >, 
std::pair<std::string const, opal_list_t*> const&)':
/usr/include/c++/3.4.4/bits/stl_map.h:384: undefined reference to 
`std::_Rb_tree_decrement(std::_Rb_tree_node_base*)'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x57):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x6f):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0xb2):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `operator new(unsigned long)'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0xd8):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x110):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `std::_Rb_tree_insert_and_rebalance(bool, 
std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x17a):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x1a9):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x1bc):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x1f6):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `operator new(unsigned long)'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x21c):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x254):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `std::_Rb_tree_insert_and_rebalance(bool, 
std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x2e9):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `operator new(unsigned long)'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x312):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x34d):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `std::_Rb_tree_insert_and_rebalance(bool, 
std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x3cc):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `__cxa_begin_catch'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x3d8):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `operator delete(void*)'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x3df):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `__cxa_rethrow'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x3e6):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `__cxa_end_catch'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x3f2):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `__cxa_end_catch'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x42f):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x472):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `__cxa_begin_catch'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x47b):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `operator delete(void*)'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x482):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `__cxa_rethrow'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x489):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `__cxa_end_catch'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x495):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `__cxa_end_catch'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x4d2):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x503):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `__cxa_begin_catch'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x50f):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `operator delete(void*)'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x516):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `__cxa_rethrow'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x51d):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `__cxa_end_catch'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x54c):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `std::_Rb_tree_insert_and_rebalance(bool, 
std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x587):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `__cxa_end_catch'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x5c0):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x5f9):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `__cxa_begin_catch'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x605):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `operator delete(void*)'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x60c):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `__cxa_rethrow'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x613):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `__cxa_end_catch'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x646):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `std::_Rb_tree_insert_and_rebalance(bool, 
std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x6ac):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `__cxa_end_catch'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x6e9):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x718):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `__cxa_begin_catch'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x724):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `operator delete(void*)'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x72b):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `__cxa_rethrow'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x732):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `__cxa_end_catch'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x765):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `std::_Rb_tree_insert_and_rebalance(bool, 
std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x7c0):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `__cxa_end_catch'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x7fd):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x832):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `__cxa_begin_catch'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x83e):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `operator delete(void*)'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x845):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `__cxa_rethrow'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x84c):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `__cxa_end_catch'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x87b):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `std::_Rb_tree_insert_and_rebalance(bool, 
std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x8ba):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `__cxa_end_catch'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x8f7):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x928):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `__cxa_begin_catch'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x931):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `operator delete(void*)'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x938):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `__cxa_rethrow'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x93f):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `__cxa_end_catch'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x94b):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `__cxa_end_catch'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x9bc):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0x9fb):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `operator new(unsigned long)'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0xa24):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0xa70):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `__cxa_begin_catch'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0xa7c):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `operator delete(void*)'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0xa83):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `__cxa_rethrow'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0xa8a):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `__cxa_end_catch'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0xab9):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `std::_Rb_tree_insert_and_rebalance(bool, 
std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0xaf4):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `__cxa_end_catch'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0xb2d):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0xb51):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0xb8a):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `operator new(unsigned long)'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0xbb3):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0xbe7):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0xc16):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0xc29):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0xc62):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `operator new(unsigned long)'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0xc8b):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0xce0):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `operator new(unsigned long)'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0xd09):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0xd81):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0xdb6):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `operator new(unsigned long)'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEE6insertESt17_Rb_tree_iteratorIS6_ERKS6_+0xddf):/usr/include/c++/3.4.4/bits/stl_map.h:384:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
components.o(.gnu.linkonce.t._ZNSt8_Rb_treeISsSt4pairIKSsP11opal_list_tESt10_Select1stIS4_ESt4lessISsESaIS4_EE13insert_uniqueERKS4_+0x41):
 In function `std::_Rb_tree<std::string, std::pair<std::string const, 
opal_list_t*>, std::_Select1st<std::pair<std::string const, opal_list_t*> >, 
std::less<std::string>, std::allocator<std::pair<std::string const, 
opal_list_t*> > >::insert_unique(std::pair<std::string const, opal_list_t*> 
const&)':
/usr/include/c++/3.4.4/bits/stl_tree.h:871: undefined reference to 
`std::string::compare(std::string const&) const'
components.o(.gnu.linkonce.t._ZNSt8_Rb_treeISsSt4pairIKSsP11opal_list_tESt10_Select1stIS4_ESt4lessISsESaIS4_EE13insert_uniqueERKS4_+0x70):/usr/include/c++/3.4.4/bits/stl_tree.h:879:
 undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)'
components.o(.gnu.linkonce.t._ZNSt8_Rb_treeISsSt4pairIKSsP11opal_list_tESt10_Select1stIS4_ESt4lessISsESaIS4_EE13insert_uniqueERKS4_+0x7f):/usr/include/c++/3.4.4/bits/stl_tree.h:880:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.gnu.linkonce.t._ZNSt8_Rb_treeISsSt4pairIKSsP11opal_list_tESt10_Select1stIS4_ESt4lessISsESaIS4_EE13insert_uniqueERKS4_+0xb1):/usr/include/c++/3.4.4/bits/stl_tree.h:881:
 undefined reference to `operator new(unsigned long)'
components.o(.gnu.linkonce.t._ZNSt8_Rb_treeISsSt4pairIKSsP11opal_list_tESt10_Select1stIS4_ESt4lessISsESaIS4_EE13insert_uniqueERKS4_+0xd1):/usr/include/c++/3.4.4/bits/stl_tree.h:881:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
components.o(.gnu.linkonce.t._ZNSt8_Rb_treeISsSt4pairIKSsP11opal_list_tESt10_Select1stIS4_ESt4lessISsESaIS4_EE13insert_uniqueERKS4_+0x10a):/usr/include/c++/3.4.4/bits/stl_tree.h:881:
 undefined reference to `std::_Rb_tree_insert_and_rebalance(bool, 
std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)'
components.o(.gnu.linkonce.t._ZNSt8_Rb_treeISsSt4pairIKSsP11opal_list_tESt10_Select1stIS4_ESt4lessISsESaIS4_EE13insert_uniqueERKS4_+0x1ab):/usr/include/c++/3.4.4/bits/stl_tree.h:877:
 undefined reference to `operator new(unsigned long)'
components.o(.gnu.linkonce.t._ZNSt8_Rb_treeISsSt4pairIKSsP11opal_list_tESt10_Select1stIS4_ESt4lessISsESaIS4_EE13insert_uniqueERKS4_+0x1d1):/usr/include/c++/3.4.4/bits/stl_tree.h:877:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
components.o(.gnu.linkonce.t._ZNSt8_Rb_treeISsSt4pairIKSsP11opal_list_tESt10_Select1stIS4_ESt4lessISsESaIS4_EE13insert_uniqueERKS4_+0x20a):/usr/include/c++/3.4.4/bits/stl_tree.h:877:
 undefined reference to `std::_Rb_tree_insert_and_rebalance(bool, 
std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)'
components.o(.gnu.linkonce.t._ZNSt8_Rb_treeISsSt4pairIKSsP11opal_list_tESt10_Select1stIS4_ESt4lessISsESaIS4_EE13insert_uniqueERKS4_+0x29a):/usr/include/c++/3.4.4/bits/stl_tree.h:877:
 undefined reference to `__cxa_begin_catch'
components.o(.gnu.linkonce.t._ZNSt8_Rb_treeISsSt4pairIKSsP11opal_list_tESt10_Select1stIS4_ESt4lessISsESaIS4_EE13insert_uniqueERKS4_+0x2a3):/usr/include/c++/3.4.4/bits/stl_tree.h:877:
 undefined reference to `operator delete(void*)'
components.o(.gnu.linkonce.t._ZNSt8_Rb_treeISsSt4pairIKSsP11opal_list_tESt10_Select1stIS4_ESt4lessISsESaIS4_EE13insert_uniqueERKS4_+0x2aa):/usr/include/c++/3.4.4/bits/stl_tree.h:877:
 undefined reference to `__cxa_rethrow'
components.o(.gnu.linkonce.t._ZNSt8_Rb_treeISsSt4pairIKSsP11opal_list_tESt10_Select1stIS4_ESt4lessISsESaIS4_EE13insert_uniqueERKS4_+0x2b1):/usr/include/c++/3.4.4/bits/stl_tree.h:877:
 undefined reference to `__cxa_end_catch'
components.o(.gnu.linkonce.t._ZNSt8_Rb_treeISsSt4pairIKSsP11opal_list_tESt10_Select1stIS4_ESt4lessISsESaIS4_EE13insert_uniqueERKS4_+0x2bd):/usr/include/c++/3.4.4/bits/stl_tree.h:877:
 undefined reference to `__cxa_end_catch'
components.o(.gnu.linkonce.t._ZNSt8_Rb_treeISsSt4pairIKSsP11opal_list_tESt10_Select1stIS4_ESt4lessISsESaIS4_EE13insert_uniqueERKS4_+0x2fa):/usr/include/c++/3.4.4/bits/stl_tree.h:877:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.gnu.linkonce.t._ZNSt8_Rb_treeISsSt4pairIKSsP11opal_list_tESt10_Select1stIS4_ESt4lessISsESaIS4_EE13insert_uniqueERKS4_+0x337):/usr/include/c++/3.4.4/bits/stl_tree.h:881:
 undefined reference to `__cxa_begin_catch'
components.o(.gnu.linkonce.t._ZNSt8_Rb_treeISsSt4pairIKSsP11opal_list_tESt10_Select1stIS4_ESt4lessISsESaIS4_EE13insert_uniqueERKS4_+0x340):/usr/include/c++/3.4.4/bits/stl_tree.h:881:
 undefined reference to `operator delete(void*)'
components.o(.gnu.linkonce.t._ZNSt8_Rb_treeISsSt4pairIKSsP11opal_list_tESt10_Select1stIS4_ESt4lessISsESaIS4_EE13insert_uniqueERKS4_+0x347):/usr/include/c++/3.4.4/bits/stl_tree.h:881:
 undefined reference to `__cxa_rethrow'
components.o(.gnu.linkonce.t._ZNSt8_Rb_treeISsSt4pairIKSsP11opal_list_tESt10_Select1stIS4_ESt4lessISsESaIS4_EE13insert_uniqueERKS4_+0x34e):/usr/include/c++/3.4.4/bits/stl_tree.h:881:
 undefined reference to `__cxa_end_catch'
components.o(.gnu.linkonce.t._ZNSt8_Rb_treeISsSt4pairIKSsP11opal_list_tESt10_Select1stIS4_ESt4lessISsESaIS4_EE13insert_uniqueERKS4_+0x35a):/usr/include/c++/3.4.4/bits/stl_tree.h:881:
 undefined reference to `__cxa_end_catch'
components.o(.gnu.linkonce.t._ZNSt8_Rb_treeISsSt4pairIKSsP11opal_list_tESt10_Select1stIS4_ESt4lessISsESaIS4_EE13insert_uniqueERKS4_+0x397):/usr/include/c++/3.4.4/bits/stl_tree.h:881:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEEixERS5_+0x3c):
 In function `std::map<std::string, opal_list_t*, std::less<std::string>, 
std::allocator<std::pair<std::string const, opal_list_t*> > 
>::operator[](std::string const&)':
/usr/include/c++/3.4.4/bits/stl_map.h:336: undefined reference to 
`std::string::compare(std::string const&) const'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEEixERS5_+0x6a):/usr/include/c++/3.4.4/bits/stl_map.h:338:
 undefined reference to `std::string::compare(std::string const&) const'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEEixERS5_+0x7a):/usr/include/c++/3.4.4/bits/stl_map.h:339:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEEixERS5_+0xa7):/usr/include/c++/3.4.4/bits/stl_map.h:339:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.gnu.linkonce.t._ZNSt3mapISsP11opal_list_tSt4lessISsESaISt4pairIKSsS1_EEEixERS5_+0xe5):/usr/include/c++/3.4.4/bits/stl_map.h:339:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
components.o(.eh_frame+0x12): In function `.eh_frame_seg':
: undefined reference to `__gxx_personality_v0'
ompi_info.o(.text+0x349): In function `main':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:167: 
undefined reference to `std::allocator<char>::allocator()'
ompi_info.o(.text+0x35e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:167:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
ompi_info.o(.text+0x398):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:167:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
ompi_info.o(.text+0x3b6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:167:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x3bf):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:167:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x3c8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:168:
 undefined reference to `std::allocator<char>::allocator()'
ompi_info.o(.text+0x3dd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:168:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
ompi_info.o(.text+0x3fa):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:168:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x403):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:168:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x40c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:169:
 undefined reference to `std::allocator<char>::allocator()'
ompi_info.o(.text+0x421):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:169:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
ompi_info.o(.text+0x43e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:169:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x447):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:169:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x450):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:170:
 undefined reference to `std::allocator<char>::allocator()'
ompi_info.o(.text+0x465):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:170:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
ompi_info.o(.text+0x482):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:170:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x48b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:170:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x494):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:172:
 undefined reference to `std::allocator<char>::allocator()'
ompi_info.o(.text+0x4a9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:172:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
ompi_info.o(.text+0x4c6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:172:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x4cf):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:172:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x4d8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:173:
 undefined reference to `std::allocator<char>::allocator()'
ompi_info.o(.text+0x4ed):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:173:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
ompi_info.o(.text+0x50a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:173:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x513):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:173:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x51c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:174:
 undefined reference to `std::allocator<char>::allocator()'
ompi_info.o(.text+0x531):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:174:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
ompi_info.o(.text+0x54e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:174:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x557):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:174:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x560):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:175:
 undefined reference to `std::allocator<char>::allocator()'
ompi_info.o(.text+0x575):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:175:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
ompi_info.o(.text+0x592):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:175:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x59b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:175:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x5a4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:177:
 undefined reference to `std::allocator<char>::allocator()'
ompi_info.o(.text+0x5b9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:177:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
ompi_info.o(.text+0x5d6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:177:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x5df):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:177:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x5e8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:178:
 undefined reference to `std::allocator<char>::allocator()'
ompi_info.o(.text+0x5fd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:178:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
ompi_info.o(.text+0x61a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:178:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x623):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:178:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x62c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:179:
 undefined reference to `std::allocator<char>::allocator()'
ompi_info.o(.text+0x641):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:179:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
ompi_info.o(.text+0x65e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:179:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x667):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:179:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x670):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:180:
 undefined reference to `std::allocator<char>::allocator()'
ompi_info.o(.text+0x685):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:180:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
ompi_info.o(.text+0x6a2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:180:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x6ab):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:180:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x6b4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:181:
 undefined reference to `std::allocator<char>::allocator()'
ompi_info.o(.text+0x6c9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:181:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
ompi_info.o(.text+0x6e6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:181:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x6ef):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:181:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x6f8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:182:
 undefined reference to `std::allocator<char>::allocator()'
ompi_info.o(.text+0x70d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:182:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
ompi_info.o(.text+0x72a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:182:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x733):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:182:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x73c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:183:
 undefined reference to `std::allocator<char>::allocator()'
ompi_info.o(.text+0x751):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:183:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
ompi_info.o(.text+0x76e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:183:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x777):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:183:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x780):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:184:
 undefined reference to `std::allocator<char>::allocator()'
ompi_info.o(.text+0x795):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:184:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
ompi_info.o(.text+0x7b2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:184:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x7bb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:184:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x7c4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:185:
 undefined reference to `std::allocator<char>::allocator()'
ompi_info.o(.text+0x7d9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:185:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
ompi_info.o(.text+0x7f6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:185:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x7ff):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:185:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x808):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:186:
 undefined reference to `std::allocator<char>::allocator()'
ompi_info.o(.text+0x81d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:186:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
ompi_info.o(.text+0x83a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:186:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x843):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:186:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x84c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:188:
 undefined reference to `std::allocator<char>::allocator()'
ompi_info.o(.text+0x861):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:188:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
ompi_info.o(.text+0x87e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:188:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x887):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:188:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x890):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:189:
 undefined reference to `std::allocator<char>::allocator()'
ompi_info.o(.text+0x8a5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:189:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
ompi_info.o(.text+0x8c2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:189:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x8cb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:189:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x8d4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:190:
 undefined reference to `std::allocator<char>::allocator()'
ompi_info.o(.text+0x8e9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:190:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
ompi_info.o(.text+0x906):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:190:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x90f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:190:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x918):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:191:
 undefined reference to `std::allocator<char>::allocator()'
ompi_info.o(.text+0x92d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:191:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
ompi_info.o(.text+0x94a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:191:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x953):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:191:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x95c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:192:
 undefined reference to `std::allocator<char>::allocator()'
ompi_info.o(.text+0x971):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:192:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
ompi_info.o(.text+0x98e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:192:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x997):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:192:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x9a0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:193:
 undefined reference to `std::allocator<char>::allocator()'
ompi_info.o(.text+0x9b5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:193:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
ompi_info.o(.text+0x9d2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:193:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x9db):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:193:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x9e4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:194:
 undefined reference to `std::allocator<char>::allocator()'
ompi_info.o(.text+0x9f9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:194:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
ompi_info.o(.text+0xa16):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:194:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0xa1f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:194:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0xa28):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:195:
 undefined reference to `std::allocator<char>::allocator()'
ompi_info.o(.text+0xa3d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:195:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
ompi_info.o(.text+0xa5a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:195:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0xa63):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:195:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0xa6c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:196:
 undefined reference to `std::allocator<char>::allocator()'
ompi_info.o(.text+0xa81):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:196:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
ompi_info.o(.text+0xa9e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:196:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0xaa7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:196:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0xab0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:197:
 undefined reference to `std::allocator<char>::allocator()'
ompi_info.o(.text+0xac5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:197:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
ompi_info.o(.text+0xae2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:197:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0xaeb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:197:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0xaf4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:198:
 undefined reference to `std::allocator<char>::allocator()'
ompi_info.o(.text+0xb09):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:198:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
ompi_info.o(.text+0xb26):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:198:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0xb2f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:198:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0xb3b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:199:
 undefined reference to `std::allocator<char>::allocator()'
ompi_info.o(.text+0xb53):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:199:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
ompi_info.o(.text+0xb70):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:199:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0xb7c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:199:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0xb88):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:200:
 undefined reference to `std::allocator<char>::allocator()'
ompi_info.o(.text+0xba0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:200:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
ompi_info.o(.text+0xbbd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:200:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0xbc9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:200:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0xe12):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:236:
 undefined reference to `std::allocator<char>::allocator()'
ompi_info.o(.text+0xe2a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:236:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
ompi_info.o(.text+0xe47):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:236:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0xe53):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:236:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0xe9f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:242:
 undefined reference to `std::string::compare(char const*) const'
ompi_info.o(.text+0xf04):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:167:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0xf0d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:167:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0xf24):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:168:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0xf3e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:168:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0xf49):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:169:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0xf63):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:169:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0xf6e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:170:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0xf88):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:170:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0xf93):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:172:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0xfad):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:172:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0xfb8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:173:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0xfd2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:173:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0xfdd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:174:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0xff7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:174:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x1002):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:175:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x101c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:175:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x1027):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:177:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x1041):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:177:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x104c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:178:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x1066):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:178:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x1071):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:179:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x108b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:179:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x1096):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:180:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x10b0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:180:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x10bb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:181:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x10d5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:181:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x10e0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:182:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x10fa):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:182:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x1105):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:183:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x111f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:183:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x112a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:184:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x1144):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:184:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x114f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:185:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x1169):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:185:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x1174):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:186:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x118e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:186:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x1199):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:188:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x11b3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:188:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x11be):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:189:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x11d8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:189:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x11e3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:190:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x11fd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:190:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x1208):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:191:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x1222):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:191:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x122d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:192:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x1247):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:192:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x1252):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:193:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x126c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:193:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x1277):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:194:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x1291):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:194:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x129c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:195:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x12b6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:195:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x12c1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:196:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x12db):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:196:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x12e6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:197:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x1300):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:197:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x130b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:198:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x1325):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:198:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x1333):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:199:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x134d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:199:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x135b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:200:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x1375):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:200:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x139f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:236:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x13b9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:236:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x1412):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:167:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
ompi_info.o(.text+0x1437):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:167:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
ompi_info.o(.text+0x1468):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:167:
 undefined reference to `std::string::operator=(std::string const&)'
ompi_info.o(.text+0x1480):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:167:
 undefined reference to `std::string::operator=(std::string const&)'
ompi_info.o(.text+0x148c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:167:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x149d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:167:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x14ed):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:167:
 undefined reference to `operator new(unsigned long)'
ompi_info.o(.text+0x1545):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:167:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
ompi_info.o(.text+0x15ad):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:167:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
ompi_info.o(.text+0x1620):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:167:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
ompi_info.o(.text+0x167e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:167:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x169b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:167:
 undefined reference to `operator delete(void*)'
ompi_info.o(.text+0x1719):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:167:
 undefined reference to `__cxa_begin_catch'
ompi_info.o(.text+0x1734):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:167:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x174d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:167:
 undefined reference to `__cxa_begin_catch'
ompi_info.o(.text+0x1768):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:167:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x1778):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:167:
 undefined reference to `__cxa_rethrow'
ompi_info.o(.text+0x177f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:167:
 undefined reference to `__cxa_end_catch'
ompi_info.o(.text+0x179c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:167:
 undefined reference to `operator delete(void*)'
ompi_info.o(.text+0x17a3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:167:
 undefined reference to `__cxa_rethrow'
ompi_info.o(.text+0x17aa):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:167:
 undefined reference to `__cxa_end_catch'
ompi_info.o(.text+0x17b6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:167:
 undefined reference to `__cxa_end_catch'
ompi_info.o(.text+0x17c2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:167:
 undefined reference to `__cxa_end_catch'
ompi_info.o(.text+0x180e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:167:
 undefined reference to `__cxa_begin_catch'
ompi_info.o(.text+0x1829):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:167:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x1839):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:167:
 undefined reference to `__cxa_rethrow'
ompi_info.o(.text+0x1840):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:167:
 undefined reference to `__cxa_end_catch'
ompi_info.o(.text+0x184c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:167:
 undefined reference to `__cxa_end_catch'
ompi_info.o(.text+0x22e5): In function `__sti__$E':
/usr/include/c++/3.4.4/iostream:65536: undefined reference to 
`std::ios_base::Init::Init()'
ompi_info.o(.text+0x22ea):/usr/include/c++/3.4.4/iostream:65536: undefined 
reference to `std::ios_base::Init::~Init()'
ompi_info.o(.text+0x2304): In function `__sti__$E':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc: undefined 
reference to `std::allocator<char>::allocator()'
ompi_info.o(.text+0x2317):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
ompi_info.o(.text+0x231c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x2336):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x233f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:
 undefined reference to `std::allocator<char>::allocator()'
ompi_info.o(.text+0x2352):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
ompi_info.o(.text+0x2357):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x2371):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x237a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:
 undefined reference to `std::allocator<char>::allocator()'
ompi_info.o(.text+0x238d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
ompi_info.o(.text+0x2392):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x23ac):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x23b5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:
 undefined reference to `std::allocator<char>::allocator()'
ompi_info.o(.text+0x23c8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
ompi_info.o(.text+0x23cd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x23e7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x23f0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:
 undefined reference to `std::allocator<char>::allocator()'
ompi_info.o(.text+0x2403):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
ompi_info.o(.text+0x2408):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.text+0x2422):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:
 undefined reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x2471): In function `destr_detour77.0.67':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc: undefined 
reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x2488): In function `destr_detour78.0.67':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc: undefined 
reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x249f): In function `destr_detour79.0.67':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc: undefined 
reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x24b6): In function `destr_detour80.0.67':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc: undefined 
reference to `std::allocator<char>::~allocator()'
ompi_info.o(.text+0x24cd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/ompi_info.cc:
 more undefined references to `std::allocator<char>::~allocator()' follow
ompi_info.o(.gnu.linkonce.t._ZNSt6vectorISsSaISsEE9push_backERKSs+0x43): In 
function `std::vector<std::string, std::allocator<std::string> 
>::push_back(std::string const&)':
/usr/include/c++/3.4.4/bits/stl_vector.h:560: undefined reference to 
`std::basic_string<char, std::char_traits<char>, std::allocator<char> 
>::basic_string(std::string const&)'
ompi_info.o(.gnu.linkonce.t._ZNSt6vectorISsSaISsEE9push_backERKSs+0x9e):/usr/include/c++/3.4.4/bits/stl_vector.h:564:
 undefined reference to `__cxa_begin_catch'
ompi_info.o(.gnu.linkonce.t._ZNSt6vectorISsSaISsEE9push_backERKSs+0xb3):/usr/include/c++/3.4.4/bits/stl_vector.h:564:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.gnu.linkonce.t._ZNSt6vectorISsSaISsEE9push_backERKSs+0xce):/usr/include/c++/3.4.4/bits/stl_vector.h:564:
 undefined reference to `operator delete(void*)'
ompi_info.o(.gnu.linkonce.t._ZNSt6vectorISsSaISsEE9push_backERKSs+0xd5):/usr/include/c++/3.4.4/bits/stl_vector.h:564:
 undefined reference to `__cxa_rethrow'
ompi_info.o(.gnu.linkonce.t._ZNSt6vectorISsSaISsEE9push_backERKSs+0xdc):/usr/include/c++/3.4.4/bits/stl_vector.h:564:
 undefined reference to `__cxa_end_catch'
ompi_info.o(.gnu.linkonce.t._ZNSt6vectorISsSaISsEE9push_backERKSs+0xf8):/usr/include/c++/3.4.4/bits/stl_vector.h:564:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.gnu.linkonce.t._ZNSt6vectorISsSaISsEE9push_backERKSs+0x112):/usr/include/c++/3.4.4/bits/stl_vector.h:564:
 undefined reference to `operator delete(void*)'
ompi_info.o(.gnu.linkonce.t._ZNSt6vectorISsSaISsEE9push_backERKSs+0x149):/usr/include/c++/3.4.4/bits/stl_vector.h:564:
 undefined reference to `__cxa_end_catch'
ompi_info.o(.gnu.linkonce.t._ZNSt6vectorISsSaISsEE9push_backERKSs+0x16b):/usr/include/c++/3.4.4/bits/stl_vector.h:564:
 undefined reference to `__cxa_begin_catch'
ompi_info.o(.gnu.linkonce.t._ZNSt6vectorISsSaISsEE9push_backERKSs+0x186):/usr/include/c++/3.4.4/bits/stl_vector.h:564:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.gnu.linkonce.t._ZNSt6vectorISsSaISsEE9push_backERKSs+0x196):/usr/include/c++/3.4.4/bits/stl_vector.h:564:
 undefined reference to `__cxa_rethrow'
ompi_info.o(.gnu.linkonce.t._ZNSt6vectorISsSaISsEE9push_backERKSs+0x19d):/usr/include/c++/3.4.4/bits/stl_vector.h:564:
 undefined reference to `__cxa_end_catch'
ompi_info.o(.gnu.linkonce.t._ZNSt6vectorISsSaISsEE9push_backERKSs+0x1b4):/usr/include/c++/3.4.4/bits/stl_vector.h:564:
 undefined reference to `__cxa_end_catch'
ompi_info.o(.gnu.linkonce.t._ZNSt6vectorISsSaISsEE9push_backERKSs+0x1d0):/usr/include/c++/3.4.4/bits/stl_vector.h:564:
 undefined reference to `__cxa_begin_catch'
ompi_info.o(.gnu.linkonce.t._ZNSt6vectorISsSaISsEE9push_backERKSs+0x1eb):/usr/include/c++/3.4.4/bits/stl_vector.h:564:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.gnu.linkonce.t._ZNSt6vectorISsSaISsEE9push_backERKSs+0x1fb):/usr/include/c++/3.4.4/bits/stl_vector.h:564:
 undefined reference to `__cxa_rethrow'
ompi_info.o(.gnu.linkonce.t._ZNSt6vectorISsSaISsEE9push_backERKSs+0x202):/usr/include/c++/3.4.4/bits/stl_vector.h:564:
 undefined reference to `__cxa_end_catch'
ompi_info.o(.gnu.linkonce.t._ZNSt6vectorISsSaISsEE9push_backERKSs+0x22d):/usr/include/c++/3.4.4/bits/stl_vector.h:564:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
ompi_info.o(.gnu.linkonce.t._ZNSt6vectorISsSaISsEE9push_backERKSs+0x28e):/usr/include/c++/3.4.4/bits/stl_vector.h:564:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
ompi_info.o(.gnu.linkonce.t._ZNSt6vectorISsSaISsEE9push_backERKSs+0x2f8):/usr/include/c++/3.4.4/bits/stl_vector.h:564:
 undefined reference to `__cxa_end_catch'
ompi_info.o(.gnu.linkonce.t._ZNSt6vectorISsSaISsEE9push_backERKSs+0x34d):/usr/include/c++/3.4.4/bits/stl_vector.h:564:
 undefined reference to `operator new(unsigned long)'
ompi_info.o(.gnu.linkonce.t._ZNSt6vectorISsSaISsEE9push_backERKSs+0x399):/usr/include/c++/3.4.4/bits/stl_vector.h:564:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
ompi_info.o(.gnu.linkonce.t._ZNSt6vectorISsSaISsEE9push_backERKSs+0x42c):/usr/include/c++/3.4.4/bits/stl_vector.h:564:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
ompi_info.o(.gnu.linkonce.t._ZNSt6vectorISsSaISsEED1Ev+0x35): In function 
`std::vector<std::string, std::allocator<std::string> >::~vector()':
/usr/include/c++/3.4.4/bits/stl_vector.h:65536: undefined reference to 
`std::basic_string<char, std::char_traits<char>, std::allocator<char> 
>::~basic_string()'
ompi_info.o(.gnu.linkonce.t._ZNSt6vectorISsSaISsEED1Ev+0x4f):/usr/include/c++/3.4.4/bits/stl_vector.h:65536:
 undefined reference to `operator delete(void*)'
ompi_info.o(.gnu.linkonce.t._ZNSt12_Vector_baseISsSaISsEED2Ev+0xa): In function 
`std::_Vector_base<std::string, std::allocator<std::string> >::~_Vector_base()':
: undefined reference to `operator delete(void*)'
ompi_info.o(.eh_frame+0x12): In function `.eh_frame_seg':
: undefined reference to `__gxx_personality_v0'
output.o(.text+0x8c): In function `ompi_info::out(std::string const&, 
std::string const&, std::string const&)':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:81: undefined 
reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string()'
output.o(.text+0x98):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:82:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
output.o(.text+0xa1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:83:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string()'
output.o(.text+0xa9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:85:
 undefined reference to `std::string::length() const'
output.o(.text+0xc3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:87:
 undefined reference to `std::allocator<char>::allocator()'
output.o(.text+0xdb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:87:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(unsigned long, char, std::allocator<char> 
const&)'
output.o(.text+0xeb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:87:
 undefined reference to `std::string::operator=(std::string const&)'
output.o(.text+0xf7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:87:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
output.o(.text+0x100):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:87:
 undefined reference to `std::allocator<char>::~allocator()'
output.o(.text+0x109):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:90:
 undefined reference to `std::string::length() const'
output.o(.text+0x114):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:91:
 undefined reference to `std::string::length() const'
output.o(.text+0x12d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:92:
 undefined reference to `std::string::empty() const'
output.o(.text+0x14b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:93:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
output.o(.text+0x15a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:93:
 undefined reference to `std::string::append(std::string const&)'
output.o(.text+0x174):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:93:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
output.o(.text+0x185):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:93:
 undefined reference to `std::string::append(char const*)'
output.o(.text+0x195):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:93:
 undefined reference to `std::string::operator=(std::string const&)'
output.o(.text+0x1a1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:93:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
output.o(.text+0x1ad):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:93:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
output.o(.text+0x1c6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:95:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
output.o(.text+0x1d7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:95:
 undefined reference to `std::string::append(char const*)'
output.o(.text+0x1e7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:95:
 undefined reference to `std::string::operator=(std::string const&)'
output.o(.text+0x1f3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:95:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
output.o(.text+0x1fc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:99:
 undefined reference to `std::string::length() const'
output.o(.text+0x20e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:103:
 undefined reference to `std::allocator<char>::allocator()'
output.o(.text+0x225):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:103:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(unsigned long, char, std::allocator<char> 
const&)'
output.o(.text+0x235):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:103:
 undefined reference to `std::allocator<char>::~allocator()'
output.o(.text+0x246):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:108:
 undefined reference to `std::string::rfind(char, unsigned long) const'
output.o(.text+0x264):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:114:
 undefined reference to `std::string::find(char, unsigned long) const'
output.o(.text+0x27a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:123:
 undefined reference to `std::cout'
output.o(.text+0x27f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:123:
 undefined reference to `std::basic_ostream<char, std::char_traits<char> >& 
std::operator<< <char, std::char_traits<char>, std::allocator<char> 
>(std::basic_ostream<char, std::char_traits<char> >&, std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > const&)'
output.o(.text+0x294):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:123:
 undefined reference to `std::string::substr(unsigned long, unsigned long) 
const'
output.o(.text+0x2a0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:123:
 undefined reference to `std::basic_ostream<char, std::char_traits<char> >& 
std::operator<< <char, std::char_traits<char>, std::allocator<char> 
>(std::basic_ostream<char, std::char_traits<char> >&, std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > const&)'
output.o(.text+0x2a8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:123:
 undefined reference to `std::basic_ostream<char, std::char_traits<char> >& 
std::endl<char, std::char_traits<char> >(std::basic_ostream<char, 
std::char_traits<char> >&)'
output.o(.text+0x2ad):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:123:
 undefined reference to `std::ostream::operator<<(std::ostream& 
(*)(std::ostream&))'
output.o(.text+0x2b6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:123:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
output.o(.text+0x2d1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:124:
 undefined reference to `std::string::substr(unsigned long, unsigned long) 
const'
output.o(.text+0x2de):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:124:
 undefined reference to `std::string::operator=(std::string const&)'
output.o(.text+0x2e7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:124:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
output.o(.text+0x2f2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:127:
 undefined reference to `std::cout'
output.o(.text+0x2f7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:127:
 undefined reference to `std::basic_ostream<char, std::char_traits<char> >& 
std::operator<< <char, std::char_traits<char>, std::allocator<char> 
>(std::basic_ostream<char, std::char_traits<char> >&, std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > const&)'
output.o(.text+0x30c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:127:
 undefined reference to `std::string::substr(unsigned long, unsigned long) 
const'
output.o(.text+0x318):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:127:
 undefined reference to `std::basic_ostream<char, std::char_traits<char> >& 
std::operator<< <char, std::char_traits<char>, std::allocator<char> 
>(std::basic_ostream<char, std::char_traits<char> >&, std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > const&)'
output.o(.text+0x320):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:127:
 undefined reference to `std::basic_ostream<char, std::char_traits<char> >& 
std::endl<char, std::char_traits<char> >(std::basic_ostream<char, 
std::char_traits<char> >&)'
output.o(.text+0x325):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:127:
 undefined reference to `std::ostream::operator<<(std::ostream& 
(*)(std::ostream&))'
output.o(.text+0x32e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:127:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
output.o(.text+0x349):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:128:
 undefined reference to `std::string::substr(unsigned long, unsigned long) 
const'
output.o(.text+0x356):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:128:
 undefined reference to `std::string::operator=(std::string const&)'
output.o(.text+0x35f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:128:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
output.o(.text+0x36c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:133:
 undefined reference to `std::string::operator=(std::string const&)'
output.o(.text+0x375):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:134:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
output.o(.text+0x382):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:137:
 undefined reference to `std::string::empty() const'
output.o(.text+0x38e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:138:
 undefined reference to `std::cout'
output.o(.text+0x396):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:138:
 undefined reference to `std::basic_ostream<char, std::char_traits<char> >& 
std::operator<< <char, std::char_traits<char>, std::allocator<char> 
>(std::basic_ostream<char, std::char_traits<char> >&, std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > const&)'
output.o(.text+0x3a3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:138:
 undefined reference to `std::basic_ostream<char, std::char_traits<char> >& 
std::operator<< <std::char_traits<char> >(std::basic_ostream<char, 
std::char_traits<char> >&, char const*)'
output.o(.text+0x3ae):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:138:
 undefined reference to `std::basic_ostream<char, std::char_traits<char> >& 
std::operator<< <char, std::char_traits<char>, std::allocator<char> 
>(std::basic_ostream<char, std::char_traits<char> >&, std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > const&)'
output.o(.text+0x3b6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:138:
 undefined reference to `std::basic_ostream<char, std::char_traits<char> >& 
std::endl<char, std::char_traits<char> >(std::basic_ostream<char, 
std::char_traits<char> >&)'
output.o(.text+0x3bb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:138:
 undefined reference to `std::ostream::operator<<(std::ostream& 
(*)(std::ostream&))'
output.o(.text+0x3c2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:140:
 undefined reference to `std::cout'
output.o(.text+0x3ca):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:140:
 undefined reference to `std::basic_ostream<char, std::char_traits<char> >& 
std::operator<< <char, std::char_traits<char>, std::allocator<char> 
>(std::basic_ostream<char, std::char_traits<char> >&, std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > const&)'
output.o(.text+0x3d2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:140:
 undefined reference to `std::basic_ostream<char, std::char_traits<char> >& 
std::endl<char, std::char_traits<char> >(std::basic_ostream<char, 
std::char_traits<char> >&)'
output.o(.text+0x3d7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:140:
 undefined reference to `std::ostream::operator<<(std::ostream& 
(*)(std::ostream&))'
output.o(.text+0x3f9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:81:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
output.o(.text+0x410):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:82:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
output.o(.text+0x41b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:83:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
output.o(.text+0x426):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:87:
 undefined reference to `std::allocator<char>::~allocator()'
output.o(.text+0x434):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:87:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
output.o(.text+0x442):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:93:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
output.o(.text+0x450):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:93:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
output.o(.text+0x45e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:93:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
output.o(.text+0x46c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:93:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
output.o(.text+0x47a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:95:
 more undefined references to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()' follow
output.o(.text+0x493): In function `ompi_info::out(std::string const&, 
std::string const&, std::string const&)':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:103: undefined 
reference to `std::allocator<char>::~allocator()'
output.o(.text+0x4ac):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:103:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
output.o(.text+0x4ba):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:123:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
output.o(.text+0x4c5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:124:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
output.o(.text+0x4d0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:120:
 undefined reference to `std::cout'
output.o(.text+0x4d5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:120:
 undefined reference to `std::basic_ostream<char, std::char_traits<char> >& 
std::operator<< <char, std::char_traits<char>, std::allocator<char> 
>(std::basic_ostream<char, std::char_traits<char> >&, std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > const&)'
output.o(.text+0x4e1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:120:
 undefined reference to `std::basic_ostream<char, std::char_traits<char> >& 
std::operator<< <char, std::char_traits<char>, std::allocator<char> 
>(std::basic_ostream<char, std::char_traits<char> >&, std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > const&)'
output.o(.text+0x4e9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:120:
 undefined reference to `std::basic_ostream<char, std::char_traits<char> >& 
std::endl<char, std::char_traits<char> >(std::basic_ostream<char, 
std::char_traits<char> >&)'
output.o(.text+0x4ee):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:120:
 undefined reference to `std::ostream::operator<<(std::ostream& 
(*)(std::ostream&))'
output.o(.text+0x4fe):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:121:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
output.o(.text+0x507):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:136:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
output.o(.text+0x510):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:136:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
output.o(.text+0x519):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:136:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
output.o(.text+0x527):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:127:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
output.o(.text+0x535):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:128:
 more undefined references to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()' follow
output.o(.text+0x543): In function `ompi_info::out(std::string const&, 
std::string const&, std::string const&)':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:100: undefined 
reference to `std::cout'
output.o(.text+0x548):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:100:
 undefined reference to `std::basic_ostream<char, std::char_traits<char> >& 
std::operator<< <char, std::char_traits<char>, std::allocator<char> 
>(std::basic_ostream<char, std::char_traits<char> >&, std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > const&)'
output.o(.text+0x554):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:100:
 undefined reference to `std::basic_ostream<char, std::char_traits<char> >& 
std::operator<< <char, std::char_traits<char>, std::allocator<char> 
>(std::basic_ostream<char, std::char_traits<char> >&, std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > const&)'
output.o(.text+0x55c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:100:
 undefined reference to `std::basic_ostream<char, std::char_traits<char> >& 
std::endl<char, std::char_traits<char> >(std::basic_ostream<char, 
std::char_traits<char> >&)'
output.o(.text+0x561):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:100:
 undefined reference to `std::ostream::operator<<(std::ostream& 
(*)(std::ostream&))'
output.o(.text+0x7e2): In function `ompi_info::out(std::string const&, 
std::string const&, int)':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:153: undefined 
reference to `std::string::length() const'
output.o(.text+0x7f8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:153:
 undefined reference to `std::string::length() const'
output.o(.text+0x80b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:153:
 undefined reference to `std::allocator<char>::allocator()'
output.o(.text+0x820):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:153:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(unsigned long, char, std::allocator<char> 
const&)'
output.o(.text+0x829):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:153:
 undefined reference to `std::allocator<char>::~allocator()'
output.o(.text+0x831):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:154:
 undefined reference to `std::string::empty() const'
output.o(.text+0x841):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:155:
 undefined reference to `std::cout'
output.o(.text+0x846):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:155:
 undefined reference to `std::basic_ostream<char, std::char_traits<char> >& 
std::operator<< <char, std::char_traits<char>, std::allocator<char> 
>(std::basic_ostream<char, std::char_traits<char> >&, std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > const&)'
output.o(.text+0x851):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:155:
 undefined reference to `std::basic_ostream<char, std::char_traits<char> >& 
std::operator<< <char, std::char_traits<char>, std::allocator<char> 
>(std::basic_ostream<char, std::char_traits<char> >&, std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > const&)'
output.o(.text+0x85e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:155:
 undefined reference to `std::basic_ostream<char, std::char_traits<char> >& 
std::operator<< <std::char_traits<char> >(std::basic_ostream<char, 
std::char_traits<char> >&, char const*)'
output.o(.text+0x869):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:155:
 undefined reference to `std::ostream::operator<<(int)'
output.o(.text+0x871):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:155:
 undefined reference to `std::basic_ostream<char, std::char_traits<char> >& 
std::endl<char, std::char_traits<char> >(std::basic_ostream<char, 
std::char_traits<char> >&)'
output.o(.text+0x876):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:155:
 undefined reference to `std::ostream::operator<<(std::ostream& 
(*)(std::ostream&))'
output.o(.text+0x881):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:157:
 undefined reference to `std::cout'
output.o(.text+0x886):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:157:
 undefined reference to `std::basic_ostream<char, std::char_traits<char> >& 
std::operator<< <char, std::char_traits<char>, std::allocator<char> 
>(std::basic_ostream<char, std::char_traits<char> >&, std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > const&)'
output.o(.text+0x893):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:157:
 undefined reference to `std::basic_ostream<char, std::char_traits<char> >& 
std::operator<< <std::char_traits<char> >(std::basic_ostream<char, 
std::char_traits<char> >&, char const*)'
output.o(.text+0x89e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:157:
 undefined reference to `std::ostream::operator<<(int)'
output.o(.text+0x8a6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:157:
 undefined reference to `std::basic_ostream<char, std::char_traits<char> >& 
std::endl<char, std::char_traits<char> >(std::basic_ostream<char, 
std::char_traits<char> >&)'
output.o(.text+0x8ab):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:157:
 undefined reference to `std::ostream::operator<<(std::ostream& 
(*)(std::ostream&))'
output.o(.text+0x8b4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:159:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
output.o(.text+0x8be):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:160:
 undefined reference to `std::string::empty() const'
output.o(.text+0x8ca):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:161:
 undefined reference to `std::cout'
output.o(.text+0x8d2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:161:
 undefined reference to `std::basic_ostream<char, std::char_traits<char> >& 
std::operator<< <char, std::char_traits<char>, std::allocator<char> 
>(std::basic_ostream<char, std::char_traits<char> >&, std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > const&)'
output.o(.text+0x8df):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:161:
 undefined reference to `std::basic_ostream<char, std::char_traits<char> >& 
std::operator<< <std::char_traits<char> >(std::basic_ostream<char, 
std::char_traits<char> >&, char const*)'
output.o(.text+0x8ea):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:161:
 undefined reference to `std::ostream::operator<<(int)'
output.o(.text+0x8f2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:161:
 undefined reference to `std::basic_ostream<char, std::char_traits<char> >& 
std::endl<char, std::char_traits<char> >(std::basic_ostream<char, 
std::char_traits<char> >&)'
output.o(.text+0x8f7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:161:
 undefined reference to `std::ostream::operator<<(std::ostream& 
(*)(std::ostream&))'
output.o(.text+0x8fe):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:163:
 undefined reference to `std::cout'
output.o(.text+0x906):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:163:
 undefined reference to `std::ostream::operator<<(int)'
output.o(.text+0x90e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:163:
 undefined reference to `std::basic_ostream<char, std::char_traits<char> >& 
std::endl<char, std::char_traits<char> >(std::basic_ostream<char, 
std::char_traits<char> >&)'
output.o(.text+0x913):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:163:
 undefined reference to `std::ostream::operator<<(std::ostream& 
(*)(std::ostream&))'
output.o(.text+0x935):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:153:
 undefined reference to `std::allocator<char>::~allocator()'
output.o(.text+0x949):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/output.cc:153:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
output.o(.text+0x985): In function `__sti__$E':
/usr/include/c++/3.4.4/iostream:65536: undefined reference to 
`std::ios_base::Init::Init()'
output.o(.text+0x98a):/usr/include/c++/3.4.4/iostream:65536: undefined 
reference to `std::ios_base::Init::~Init()'
output.o(.eh_frame+0x12): In function `.eh_frame_seg':
: undefined reference to `__gxx_personality_v0'
param.o(.text+0x27): In function `ompi_info::do_params(bool, bool)':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:74: undefined 
reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string()'
param.o(.text+0x30):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:74:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string()'
param.o(.text+0x75):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:85:
 undefined reference to `std::string::operator=(char const*)'
param.o(.text+0x83):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:86:
 undefined reference to `std::string::compare(std::string const&) const'
param.o(.text+0x123):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:100:
 undefined reference to `std::string::operator=(char const*)'
param.o(.text+0x148):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:101:
 undefined reference to `std::string::operator=(char const*)'
param.o(.text+0x177):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:104:
 undefined reference to `std::string::compare(std::string const&) const'
param.o(.text+0x1d0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:94:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x1d9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:94:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x235):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:74:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x23e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:74:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x2b1): In function `ompi_info::show_mca_params(std::string 
const&, std::string const&, bool)':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:130: undefined 
reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string()'
param.o(.text+0x2ba):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:130:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string()'
param.o(.text+0x2c3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:130:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string()'
param.o(.text+0x2f7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:138:
 undefined reference to `std::string::compare(char const*) const'
param.o(.text+0x30c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:139:
 undefined reference to `std::string::compare(std::string const&) const'
param.o(.text+0x322):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:142:
 undefined reference to `std::string::compare(char const*) const'
param.o(.text+0x366):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:163:
 undefined reference to `std::string::operator=(char const*)'
param.o(.text+0x383):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:168:
 undefined reference to `std::string::operator=(char const*)'
param.o(.text+0x391):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:169:
 undefined reference to `std::string::operator+=(char const*)'
param.o(.text+0x3b1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:174:
 undefined reference to `std::string::operator=(char const*)'
param.o(.text+0x3bf):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:176:
 undefined reference to `std::string::operator+=(char const*)'
param.o(.text+0x3cd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:177:
 undefined reference to `std::string::operator+=(char const*)'
param.o(.text+0x3ed):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:178:
 undefined reference to `std::string::operator+=(char const*)'
param.o(.text+0x406):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:182:
 undefined reference to `std::string::operator+=(char const*)'
param.o(.text+0x416):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:184:
 undefined reference to `std::string::operator+=(char const*)'
param.o(.text+0x423):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:185:
 more undefined references to `std::string::operator+=(char const*)' follow
param.o(.text+0x459): In function `ompi_info::show_mca_params(std::string 
const&, std::string const&, bool)':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:192: undefined 
reference to `std::allocator<char>::allocator()'
param.o(.text+0x46b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:192:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x474):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:192:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x486):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:192:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x48f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:192:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4a1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:192:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x4bb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:192:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x4c4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:192:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4cd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:192:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x4d6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:192:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4df):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:192:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x4e8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:192:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4fb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:195:
 undefined reference to `std::string::operator=(char const*)'
param.o(.text+0x509):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:196:
 undefined reference to `std::string::operator+=(char const*)'
param.o(.text+0x517):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:197:
 undefined reference to `std::string::operator+=(char const*)'
param.o(.text+0x52e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:200:
 undefined reference to `std::string::operator+=(char const*)'
param.o(.text+0x53c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:204:
 undefined reference to `std::string::operator+=(char const*)'
param.o(.text+0x54a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:209:
 undefined reference to `std::string::operator+=(char const*)'
param.o(.text+0x558):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:210:
 more undefined references to `std::string::operator+=(char const*)' follow
param.o(.text+0x565): In function `ompi_info::show_mca_params(std::string 
const&, std::string const&, bool)':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:214: undefined 
reference to `std::string::operator=(std::string const&)'
param.o(.text+0x573):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:215:
 undefined reference to `std::string::operator+=(char const*)'
param.o(.text+0x580):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:216:
 undefined reference to `std::string::operator=(char const*)'
param.o(.text+0x59e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:221:
 undefined reference to `std::string::operator=(std::string const&)'
param.o(.text+0x5ac):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:222:
 undefined reference to `std::string::operator+=(char const*)'
param.o(.text+0x5cc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:223:
 undefined reference to `std::string::operator=(char const*)'
param.o(.text+0x5f4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:229:
 undefined reference to `std::string::operator=(std::string const&)'
param.o(.text+0x602):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:230:
 undefined reference to `std::string::operator+=(char const*)'
param.o(.text+0x610):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:231:
 undefined reference to `std::string::operator=(char const*)'
param.o(.text+0x663):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:247:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x66c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:247:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x675):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:247:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x697):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:130:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6a0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:130:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6b7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:130:
 more undefined references to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()' follow
param.o(.text+0x6c2): In function `ompi_info::show_mca_params(std::string 
const&, std::string const&, bool)':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:192: undefined 
reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6cd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:192:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6d8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:192:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6e3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:192:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6ee):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:192:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6f9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:192:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x709):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:202:
 undefined reference to `std::string::operator+=(char const*)'
param.o(.text+0x89c): In function `ompi_info::do_path(bool, opal_cmd_line_t*)':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:254: undefined 
reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string()'
param.o(.text+0x8b2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:257:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x8c7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:257:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x8e4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:257:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x8ed):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:257:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x8f6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:258:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x90b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:258:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x928):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:258:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x931):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:258:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x93a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:259:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x94f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:259:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x96c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:259:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x975):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:259:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x97e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:260:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x993):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:260:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x9b0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:260:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x9b9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:260:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x9c2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:261:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x9d7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:261:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x9f4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:261:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x9fd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:261:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xa06):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:262:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0xa1b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:262:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0xa38):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:262:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xa41):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:262:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xa4a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:256:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xa99):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:266:
 undefined reference to `std::string::operator=(char const*)'
param.o(.text+0xaa7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:268:
 undefined reference to `std::string::compare(std::string const&) const'
param.o(.text+0xab4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:269:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0xac6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:269:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0xadd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:269:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xae6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:269:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xaf9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:270:
 undefined reference to `std::string::compare(std::string const&) const'
param.o(.text+0xb0a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:271:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0xb1c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:271:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0xb2a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:271:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
param.o(.text+0xb35):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:271:
 undefined reference to `std::string::operator[](unsigned long)'
param.o(.text+0xb4b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:271:
 undefined reference to `std::string::operator[](unsigned long)'
param.o(.text+0xb5d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:271:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string()'
param.o(.text+0xb67):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:271:
 undefined reference to `std::string::size() const'
param.o(.text+0xb77):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:271:
 undefined reference to `std::string::reserve(unsigned long)'
param.o(.text+0xb8a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:271:
 undefined reference to `std::string::append(char const*, unsigned long)'
param.o(.text+0xb98):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:271:
 undefined reference to `std::string::append(std::string const&)'
param.o(.text+0xbb2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:271:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xbbb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:271:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xbc4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:271:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xbcd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:271:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xbe0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:272:
 undefined reference to `std::string::compare(std::string const&) const'
param.o(.text+0xbf1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:273:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0xc06):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:273:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0xc17):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:273:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
param.o(.text+0xc25):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:273:
 undefined reference to `std::string::operator[](unsigned long)'
param.o(.text+0xc3e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:273:
 undefined reference to `std::string::operator[](unsigned long)'
param.o(.text+0xc53):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:273:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string()'
param.o(.text+0xc5d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:273:
 undefined reference to `std::string::size() const'
param.o(.text+0xc70):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:273:
 undefined reference to `std::string::reserve(unsigned long)'
param.o(.text+0xc86):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:273:
 undefined reference to `std::string::append(char const*, unsigned long)'
param.o(.text+0xc97):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:273:
 undefined reference to `std::string::append(std::string const&)'
param.o(.text+0xcbd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:273:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xcc9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:273:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xcd5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:273:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xcde):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:273:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xcf1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:274:
 undefined reference to `std::string::compare(std::string const&) const'
param.o(.text+0xd02):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:275:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0xd17):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:275:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0xd28):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:275:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
param.o(.text+0xd36):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:275:
 undefined reference to `std::string::operator[](unsigned long)'
param.o(.text+0xd4f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:275:
 undefined reference to `std::string::operator[](unsigned long)'
param.o(.text+0xd64):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:275:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string()'
param.o(.text+0xd6e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:275:
 undefined reference to `std::string::size() const'
param.o(.text+0xd81):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:275:
 undefined reference to `std::string::reserve(unsigned long)'
param.o(.text+0xd97):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:275:
 undefined reference to `std::string::append(char const*, unsigned long)'
param.o(.text+0xda8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:275:
 undefined reference to `std::string::append(std::string const&)'
param.o(.text+0xdce):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:275:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xdda):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:275:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xde6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:275:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xdef):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:275:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xe02):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:276:
 undefined reference to `std::string::compare(std::string const&) const'
param.o(.text+0xe16):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:277:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0xe2e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:277:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0xe3f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:277:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
param.o(.text+0xe4d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:277:
 undefined reference to `std::string::operator[](unsigned long)'
param.o(.text+0xe66):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:277:
 undefined reference to `std::string::operator[](unsigned long)'
param.o(.text+0xe7b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:277:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string()'
param.o(.text+0xe85):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:277:
 undefined reference to `std::string::size() const'
param.o(.text+0xe98):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:277:
 undefined reference to `std::string::reserve(unsigned long)'
param.o(.text+0xeae):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:277:
 undefined reference to `std::string::append(char const*, unsigned long)'
param.o(.text+0xebf):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:277:
 undefined reference to `std::string::append(std::string const&)'
param.o(.text+0xee5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:277:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xef1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:277:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xefd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:277:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xf09):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:277:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xf1c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:278:
 undefined reference to `std::string::compare(std::string const&) const'
param.o(.text+0xf30):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:279:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0xf48):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:279:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0xf59):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:279:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
param.o(.text+0xf67):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:279:
 undefined reference to `std::string::operator[](unsigned long)'
param.o(.text+0xf80):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:279:
 undefined reference to `std::string::operator[](unsigned long)'
param.o(.text+0xf95):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:279:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string()'
param.o(.text+0xf9f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:279:
 undefined reference to `std::string::size() const'
param.o(.text+0xfb2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:279:
 undefined reference to `std::string::reserve(unsigned long)'
param.o(.text+0xfc8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:279:
 undefined reference to `std::string::append(char const*, unsigned long)'
param.o(.text+0xfd9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:279:
 undefined reference to `std::string::append(std::string const&)'
param.o(.text+0xfff):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:279:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x100b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:279:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x1017):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:279:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x1023):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:279:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x1041):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:257:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x104a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:257:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x1053):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:254:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x106a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:258:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x1075):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:259:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x1083):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:259:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x108e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:260:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x109c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:260:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x10a7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:261:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x10b5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:261:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x10c0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:262:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x10ce):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:262:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x10d9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:269:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x10e7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:269:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x10f2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:271:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x1100):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:271:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x110b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:271:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x1119):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:271:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x1124):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:271:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x112f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:273:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x1140):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:273:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x114e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:273:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x115c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:273:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x116a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:273:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x1175):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:275:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x1186):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:275:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x1194):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:275:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x11a2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:275:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x11b0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:275:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x11be):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:277:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x11cf):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:277:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x11dd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:277:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x11eb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:277:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x11f9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:277:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x1207):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:279:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x1218):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:279:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x1226):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:279:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x1234):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:279:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x1242):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:279:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x1250):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:258:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x180d): In function `ompi_info::show_path(std::string const&, 
std::string const&)':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:293: undefined 
reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
param.o(.text+0x1818):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:294:
 undefined reference to `std::string::operator[](unsigned long)'
param.o(.text+0x182e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:294:
 undefined reference to `std::string::operator[](unsigned long)'
param.o(.text+0x183d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:296:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string()'
param.o(.text+0x1845):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:296:
 undefined reference to `std::string::size() const'
param.o(.text+0x1855):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:296:
 undefined reference to `std::string::reserve(unsigned long)'
param.o(.text+0x1868):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:296:
 undefined reference to `std::string::append(char const*, unsigned long)'
param.o(.text+0x1874):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:296:
 undefined reference to `std::string::append(std::string const&)'
param.o(.text+0x188d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:296:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x1896):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:296:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x18b8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:293:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x18cf):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:296:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x18da):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:296:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x1953): In function `ompi_info::do_arch(opal_cmd_line_t*)':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:302: undefined 
reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string()'
param.o(.text+0x1985):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:307:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x1997):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:307:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x19cc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:307:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string()'
param.o(.text+0x19d5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:307:
 undefined reference to `std::string::size() const'
param.o(.text+0x19e4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:307:
 undefined reference to `std::string::reserve(unsigned long)'
param.o(.text+0x19f7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:307:
 undefined reference to `std::string::append(char const*, unsigned long)'
param.o(.text+0x1a04):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:307:
 undefined reference to `std::string::append(std::string const&)'
param.o(.text+0x1a11):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:307:
 undefined reference to `std::string::operator=(std::string const&)'
param.o(.text+0x1a1a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:307:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x1a23):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:307:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x1a2c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:307:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x1a35):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:309:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x1a47):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:309:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x1a5b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:309:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
param.o(.text+0x1a69):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:309:
 undefined reference to `std::string::append(char const*)'
param.o(.text+0x1a72):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:309:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x1a84):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:309:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x1a9e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:309:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x1aa7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:309:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x1ab0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:309:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x1ab9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:309:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x1ac2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:309:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x1acb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:309:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x1aed):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:302:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x1b04):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:307:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x1b0f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:307:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x1b1d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:307:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x1b28):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:307:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x1b33):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:309:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x1b3e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:309:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x1b4c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:309:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x1b57):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:309:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x1b62):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:309:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x1b6d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:309:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x1d16): In function `ompi_info::do_config(bool)':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:327: undefined 
reference to `std::allocator<char>::allocator()'
param.o(.text+0x1d2b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:327:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x1d34):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:327:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x1d95):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:327:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x1db4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:327:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x1de3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:327:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
param.o(.text+0x1df6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:327:
 undefined reference to `std::string::append(char const*)'
param.o(.text+0x1e09):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:327:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x1e28):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:327:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x1e4c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:327:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
param.o(.text+0x1e5f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:327:
 undefined reference to `std::string::append(std::string const&)'
param.o(.text+0x1e89):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:328:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x1ea9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:328:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x1ec6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:328:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x1ee6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:328:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x1f06):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:328:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x1f49):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:328:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x1f52):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:334:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x1f67):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:334:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x1f70):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:334:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x1f79):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:335:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x1f8e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:335:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x1f97):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:335:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x1fa0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:336:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x1fb5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:336:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x1fbe):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:336:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x1fc7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:337:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x1fdc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:337:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x1fe5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:337:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x1fee):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:338:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2003):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:338:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x200c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:338:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2015):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:339:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x202a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:339:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x2033):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:339:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x203c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:340:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2051):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:340:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x205a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:340:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2063):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:341:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2078):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:341:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x2081):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:341:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x208a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:343:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x209f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:343:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x20a8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:343:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x20b1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:345:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x20c6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:345:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x20cf):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:345:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x20d8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:347:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x20ed):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:347:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x20f6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:347:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2102):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:349:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string()'
param.o(.text+0x210b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:350:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2120):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:350:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x2129):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:350:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x213a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:353:
 undefined reference to `std::string::operator=(char const*)'
param.o(.text+0x214b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:355:
 undefined reference to `std::string::operator+=(char const*)'
param.o(.text+0x215c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:356:
 undefined reference to `std::string::operator+=(char const*)'
param.o(.text+0x216d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:357:
 undefined reference to `std::string::operator+=(char const*)'
param.o(.text+0x217e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:358:
 undefined reference to `std::string::operator+=(char const*)'
param.o(.text+0x218f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:359:
 undefined reference to `std::string::operator+=(char const*)'
param.o(.text+0x21a0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:360:
 more undefined references to `std::string::operator+=(char const*)' follow
param.o(.text+0x21a9): In function `ompi_info::do_config(bool)':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:365: undefined 
reference to `std::allocator<char>::allocator()'
param.o(.text+0x21be):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:365:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x21c7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:365:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x21dc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:365:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x21e5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:365:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x21fa):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:365:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x2220):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:365:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x2229):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:365:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2235):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:365:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x223e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:365:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x224a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:365:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x2253):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:365:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x225c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:366:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2271):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:366:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x227a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:366:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x228f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:366:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x2298):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:366:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x22ad):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:366:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x22d3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:366:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x22dc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:366:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x22e8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:366:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x22f1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:366:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x22fd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:366:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x2306):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:366:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x230f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:367:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2324):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:367:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x232d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:367:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2342):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:367:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x234b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:367:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2360):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:367:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x2386):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:367:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x238f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:367:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x239b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:367:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x23a4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:367:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x23b0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:367:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x23b9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:367:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x23c2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:369:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x23d7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:369:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x23e0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:369:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x23f5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:369:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x23fe):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:369:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2413):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:369:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x2439):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:369:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x2442):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:369:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x244e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:369:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x2457):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:369:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2463):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:369:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x246c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:369:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2475):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:370:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x248a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:370:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x2493):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:370:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x24a8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:370:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x24b1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:370:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x24c6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:370:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x24ec):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:370:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x24f5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:370:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2501):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:370:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x250a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:370:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2516):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:370:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x251f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:370:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x252b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:371:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2543):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:371:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x254f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:371:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2567):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:371:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x2573):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:371:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x258b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:371:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x25b1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:371:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x25bd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:371:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x25c9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:371:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x25d5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:371:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x25e1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:371:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x25ed):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:371:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x25f9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:373:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2611):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:373:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x261d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:373:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2635):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:373:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x2641):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:373:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2659):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:373:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x267f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:373:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x268b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:373:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2697):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:373:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x26a3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:373:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x26af):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:373:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x26bb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:373:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x26c7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:374:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x26df):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:374:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x26eb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:374:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2703):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:374:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x2729):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:374:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x2735):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:374:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2741):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:374:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x274d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:374:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2759):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:375:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2771):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:375:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x277d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:375:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2795):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:375:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x27bb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:375:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x27c7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:375:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x27d3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:375:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x27df):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:375:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x27eb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:376:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2803):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:376:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x280f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:376:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2827):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:376:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x284d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:376:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x2859):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:376:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2865):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:376:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x2871):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:376:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2887):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:377:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x289f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:377:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x28ab):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:377:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x28c3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:377:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x28d6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:378:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
param.o(.text+0x28fc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:377:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x291c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:377:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2928):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:377:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x2934):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:377:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2940):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:377:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x294c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:377:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2958):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:380:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2970):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:380:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x297c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:380:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2994):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:380:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x29a0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:380:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x29b8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:380:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x29de):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:380:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x29ea):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:380:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x29f6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:380:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x2a02):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:380:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2a0e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:380:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x2a1a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:380:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2a26):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:381:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2a3e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:381:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x2a4a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:381:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2a62):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:381:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x2a6e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:381:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2a86):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:381:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x2aac):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:381:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x2ab8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:381:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2ac4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:381:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x2ad0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:381:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2adc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:381:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x2ae8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:381:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2b01):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:384:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2b19):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:384:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x2b25):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:384:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2b3d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:384:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x2b61):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:384:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x2b6d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:384:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2b79):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:384:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x2b85):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:384:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2b91):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:385:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2ba9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:385:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x2bb5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:385:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2bcd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:385:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x2bf1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:385:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x2bfd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:385:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2c09):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:385:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x2c15):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:385:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2c21):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:386:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2c39):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:386:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x2c45):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:386:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2c5d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:386:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x2c81):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:386:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x2c8d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:386:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2c99):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:386:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x2ca5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:386:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2cb1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:387:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2cc9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:387:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x2cd5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:387:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2ced):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:387:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x2d11):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:387:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x2d1d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:387:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2d29):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:387:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x2d35):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:387:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2d41):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:388:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2d59):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:388:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x2d65):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:388:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2d7d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:388:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x2da1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:388:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x2dad):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:388:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2db9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:388:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x2dc5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:388:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2dd1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:389:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2de9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:389:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x2df5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:389:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2e0d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:389:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x2e31):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:389:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x2e3d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:389:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2e49):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:389:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x2e55):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:389:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2e61):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:390:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2e79):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:390:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x2e85):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:390:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2e9d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:390:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x2ec1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:390:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x2ecd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:390:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2ed9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:390:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x2ee5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:390:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2ef1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:391:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2f09):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:391:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x2f15):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:391:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2f2d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:391:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x2f51):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:391:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x2f5d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:391:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2f69):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:391:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x2f75):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:391:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2f81):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:392:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2f99):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:392:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x2fa5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:392:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x2fbd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:392:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x2fe1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:392:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x2fed):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:392:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x2ff9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:392:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x3005):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:392:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x3011):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:393:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x3029):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:393:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3035):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:393:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x304d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:393:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3071):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:393:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x307d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:393:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x3089):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:393:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x3095):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:393:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x30a1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:394:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x30b9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:394:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x30c5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:394:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x30dd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:394:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3101):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:394:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x310d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:394:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x3119):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:394:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x3125):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:394:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x3131):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:395:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x3149):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:395:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3155):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:395:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x316d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:395:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3191):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:395:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x319d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:395:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x31a9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:395:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x31b5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:395:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x31c1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:396:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x31d9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:396:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x31e5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:396:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x31fd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:396:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3221):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:396:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x322d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:396:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x3239):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:396:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x3245):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:396:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x3251):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:399:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x3269):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:399:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3275):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:399:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x328d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:399:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3299):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:399:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x32b1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:399:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x32d7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:399:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x32e3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:399:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x32ef):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:399:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x32fb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:399:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x3307):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:399:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x3313):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:399:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x331f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:400:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x3337):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:400:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3343):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:400:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x335b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:400:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3367):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:400:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x337f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:400:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x33a5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:400:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x33b1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:400:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x33bd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:400:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x33c9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:400:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x33d5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:400:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x33e1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:400:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x33ed):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:402:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x3405):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:402:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3411):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:402:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x3429):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:402:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3435):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:402:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x344d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:402:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3473):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:402:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x347f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:402:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x348b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:402:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x3497):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:402:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x34a3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:402:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x34af):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:402:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x34bb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:403:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x34d3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:403:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x34df):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:403:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x34f7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:403:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3503):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:404:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x351b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:404:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3541):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:403:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x354d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:403:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x3559):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:403:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x3565):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:403:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x3571):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:403:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x357d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:403:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x3589):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:405:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x35a1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:405:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x35ad):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:405:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x35c5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:405:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x35d1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:405:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x35e9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:405:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x360f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:405:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x361b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:405:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x3627):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:405:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x3633):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:405:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x363f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:405:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x364b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:405:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x3657):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:406:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x366f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:406:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x367b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:406:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x3693):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:406:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x369f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:407:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x36b7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:407:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x36dd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:406:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x36e9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:406:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x36f5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:406:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x3701):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:406:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x370d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:406:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x3719):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:406:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x372e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:413:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x3746):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:413:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3752):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:413:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x376a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:413:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x378e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:413:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x379a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:413:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x37a6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:413:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x37b2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:413:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x37be):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:416:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x37d6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:416:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x37e2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:416:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x37fa):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:416:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x381e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:416:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x382a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:416:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x3836):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:416:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x3842):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:416:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x384e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:418:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x3866):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:418:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3872):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:418:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x388a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:418:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x38ae):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:418:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x38ba):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:418:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x38c6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:418:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x38d2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:418:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x38de):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:425:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x38f6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:425:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3902):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:425:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x391a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:425:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3926):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:426:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x393e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:426:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3964):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:425:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x3970):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:425:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x397c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:425:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x3988):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:425:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x3994):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:425:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x39a0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:425:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x39ac):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:427:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x39c4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:427:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x39d0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:427:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x39e8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:427:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x39f4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:428:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x3a0c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:428:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3a32):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:427:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x3a3e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:427:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x3a4a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:427:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x3a56):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:427:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x3a62):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:427:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x3a6e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:427:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x3a7a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:429:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x3a92):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:429:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3a9e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:429:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x3ab6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:429:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3ac2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:430:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x3ada):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:430:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3b00):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:429:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x3b0c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:429:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x3b18):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:429:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x3b24):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:429:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x3b30):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:429:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x3b3c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:429:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x3b48):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:431:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x3b60):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:431:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3b6c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:431:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x3b84):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:431:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3b90):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:432:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x3ba8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:432:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3bce):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:431:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x3bda):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:431:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x3be6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:431:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x3bf2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:431:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x3bfe):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:431:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x3c0a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:431:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x3c16):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:433:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x3c2e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:433:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3c3a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:433:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x3c52):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:433:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3c5e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:434:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x3c76):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:434:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3c9c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:433:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x3ca8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:433:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x3cb4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:433:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x3cc0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:433:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x3ccc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:433:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x3cd8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:433:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x3ce4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:436:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x3cfc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:436:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3d08):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:436:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x3d20):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:436:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3d2c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:437:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x3d44):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:437:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3d6a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:436:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x3d76):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:436:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x3d82):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:436:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x3d8e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:436:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x3d9a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:436:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x3da6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:436:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x3db2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:438:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x3dca):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:438:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3dd6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:438:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x3dee):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:438:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3dfa):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:439:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x3e12):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:439:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3e38):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:438:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x3e44):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:438:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x3e50):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:438:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x3e5c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:438:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x3e68):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:438:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x3e74):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:438:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x3e80):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:440:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x3e98):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:440:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3ea4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:440:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x3ebc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:440:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3ec8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:441:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x3ee0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:441:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3f06):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:440:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x3f12):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:440:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x3f1e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:440:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x3f2a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:440:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x3f36):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:440:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x3f42):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:440:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x3f4e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:443:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x3f66):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:443:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3f72):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:443:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x3f8a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:443:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3f96):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:444:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x3fae):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:444:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x3fd4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:443:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x3fe0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:443:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x3fec):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:443:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x3ff8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:443:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4004):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:443:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x4010):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:443:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x401c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:445:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4034):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:445:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x4040):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:445:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4058):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:445:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x4064):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:446:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x407c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:446:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x40a2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:445:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x40ae):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:445:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x40ba):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:445:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x40c6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:445:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x40d2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:445:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x40de):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:445:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x40ea):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:447:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4102):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:447:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x410e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:447:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4126):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:447:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x4132):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:448:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x414a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:448:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x4170):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:447:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x417c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:447:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4188):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:447:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x4194):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:447:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x41a0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:447:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x41ac):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:447:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x41b8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:450:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x41d0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:450:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x41dc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:450:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x41f4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:450:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x4218):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:450:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x4224):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:450:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4230):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:450:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x423c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:450:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4248):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:452:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4260):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:452:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x426c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:452:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4284):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:452:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x42a8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:452:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x42b4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:452:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x42c0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:452:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x42cc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:452:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x42d8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:454:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x42f0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:454:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x42fc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:454:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4314):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:454:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x4338):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:454:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x4344):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:454:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4350):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:454:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x435c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:454:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4368):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:456:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4380):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:456:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x438c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:456:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x43a4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:456:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x43c8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:456:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x43d4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:456:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x43e0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:456:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x43ec):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:456:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x43f8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:458:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4410):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:458:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x441c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:458:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4434):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:458:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x4458):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:458:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x4464):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:458:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4470):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:458:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x447c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:458:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4488):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:461:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x44a0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:461:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x44ac):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:461:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x44c4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:461:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x44e8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:461:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x44f4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:461:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4500):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:461:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x450c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:461:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4518):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:463:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4530):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:463:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x453c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:463:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4554):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:463:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x4578):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:463:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x4584):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:463:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4590):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:463:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x459c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:463:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x45a8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:465:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x45c0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:465:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x45cc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:465:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x45e4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:465:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x4608):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:465:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x4614):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:465:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4620):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:465:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x462c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:465:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4638):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:467:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4650):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:467:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x465c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:467:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4674):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:467:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x4698):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:467:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x46a4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:467:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x46b0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:467:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x46bc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:467:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x46c8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:470:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x46e0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:470:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x46ec):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:471:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4704):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:471:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x4728):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:470:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x4734):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:470:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4740):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:470:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x474c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:470:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4758):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:474:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4770):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:474:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x477c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:474:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4794):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:474:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x47b8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:474:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x47c4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:474:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x47d0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:474:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x47dc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:474:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x47e8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:476:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4800):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:476:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x480c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:477:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4824):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:477:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x4848):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:476:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x4854):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:476:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4860):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:476:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x486c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:476:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4878):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:479:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4890):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:479:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x489c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:479:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x48b4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:479:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x48d8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:479:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x48e4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:479:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x48f0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:479:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x48fc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:479:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4908):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:481:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4920):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:481:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x492c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:481:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4944):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:481:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x4968):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:481:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x4974):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:481:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4980):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:481:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x498c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:481:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4998):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:483:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x49b0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:483:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x49bc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:483:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x49d4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:483:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x49f8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:483:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x4a04):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:483:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4a10):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:483:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x4a1c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:483:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4a28):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:486:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4a40):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:486:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x4a4c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:486:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4a64):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:486:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x4a88):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:486:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x4a94):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:486:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4aa0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:486:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x4aac):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:486:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4ab8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:488:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4ad0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:488:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x4adc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:488:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4af4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:488:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x4b18):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:488:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x4b24):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:488:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4b30):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:488:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x4b3c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:488:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4b48):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:490:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4b60):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:490:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x4b6c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:490:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4b84):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:490:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x4ba8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:490:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x4bb4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:490:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4bc0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:490:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x4bcc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:490:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4bd8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:492:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4bf0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:492:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x4bfc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:492:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4c14):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:492:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x4c38):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:492:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x4c44):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:492:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4c50):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:492:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x4c5c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:492:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4c68):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:494:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4c80):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:494:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x4c8c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:494:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4ca4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:494:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x4cc8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:494:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x4cd4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:494:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4ce0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:494:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x4cec):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:494:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4cf8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:496:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4d10):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:496:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x4d1c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:496:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4d34):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:496:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x4d58):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:496:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x4d64):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:496:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4d70):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:496:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x4d7c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:496:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4d88):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:499:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4da0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:499:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x4dac):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:499:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4dc4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:499:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x4de8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:499:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x4df4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:499:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4e00):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:499:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x4e0c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:499:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4e18):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:501:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4e30):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:501:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x4e3c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:501:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4e54):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:501:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x4e78):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:501:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x4e84):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:501:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4e90):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:501:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x4e9c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:501:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4ea8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:503:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4ec0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:503:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x4ecc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:503:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4ee4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:503:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x4f08):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:503:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x4f14):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:503:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4f20):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:503:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x4f2c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:503:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4f38):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:505:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4f50):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:505:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x4f5c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:505:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4f74):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:505:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x4f98):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:505:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x4fa4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:505:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4fb0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:505:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x4fbc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:505:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x4fc8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:508:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x4fe0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:508:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x4fec):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:509:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5004):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:509:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x5028):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:508:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x5034):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:508:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5040):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:508:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x504c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:508:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5058):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:512:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5070):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:512:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x507c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:512:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5094):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:512:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x50b8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:512:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x50c4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:512:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x50d0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:512:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x50dc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:512:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x50e8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:514:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5100):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:514:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x510c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:515:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5124):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:515:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x5148):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:514:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x5154):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:514:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5160):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:514:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x516c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:514:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5178):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:517:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5190):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:517:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x519c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:517:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x51b4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:517:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x51d8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:517:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x51e4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:517:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x51f0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:517:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x51fc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:517:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5208):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:519:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5220):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:519:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x522c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:519:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5244):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:519:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x5268):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:519:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x5274):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:519:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5280):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:519:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x528c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:519:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5298):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:521:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x52b0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:521:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x52bc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:521:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x52d4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:521:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x52f8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:521:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x5304):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:521:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5310):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:521:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x531c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:521:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5328):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:542:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5340):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:542:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x534c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:542:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5364):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:542:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x538a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:542:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x5396):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:542:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x53a2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:542:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x53ae):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:542:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x53ba):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:543:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x53d2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:543:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x53de):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:543:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x53f6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:543:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x541c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:543:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x5428):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:543:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5434):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:543:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x5440):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:543:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x544c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:544:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5464):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:544:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x5470):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:544:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5488):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:544:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x54ae):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:544:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x54ba):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:544:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x54c6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:544:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x54d2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:544:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x54de):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:545:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x54f6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:545:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x5502):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:545:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x551a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:545:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x5540):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:545:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x554c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:545:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5558):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:545:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x5564):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:545:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5570):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:547:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5588):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:547:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x5594):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:547:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x55ac):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:547:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x55d2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:547:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x55de):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:547:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x55ea):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:547:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x55f6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:547:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5602):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:548:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x561a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:548:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x5626):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:548:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x563e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:548:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x5664):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:548:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x5670):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:548:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x567c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:548:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x5688):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:548:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x569d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:556:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x56b5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:556:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x56c1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:556:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x56d9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:556:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x56e5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:556:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x56fd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:556:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x5723):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:556:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x572f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:556:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x573b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:556:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x5747):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:556:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5753):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:556:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x575f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:556:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x576b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:557:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5783):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:557:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x578f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:557:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x57a7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:557:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x57b3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:557:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x57cb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:557:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x57f1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:557:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x57fd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:557:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5809):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:557:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x5815):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:557:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5821):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:557:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x582d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:557:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5839):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:558:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5851):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:558:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x585d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:558:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5875):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:558:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x5881):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:558:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5899):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:558:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x58bf):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:558:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x58cb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:558:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x58d7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:558:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x58e3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:558:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x58ef):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:558:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x58fb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:558:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5907):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:559:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x591f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:559:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x592b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:559:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5943):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:559:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x594f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:559:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5967):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:559:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x598d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:559:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x5999):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:559:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x59a5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:559:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x59b1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:559:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x59bd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:559:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x59c9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:559:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x59d5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:560:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x59ed):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:560:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x59f9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:560:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5a11):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:560:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x5a1d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:560:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5a35):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:560:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x5a5b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:560:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x5a67):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:560:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5a73):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:560:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x5a7f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:560:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5a8b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:560:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x5a97):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:560:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5aa3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:561:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5abb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:561:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x5ac7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:561:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5adf):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:561:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x5aeb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:561:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5b03):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:561:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x5b29):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:561:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x5b35):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:561:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5b41):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:561:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x5b4d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:561:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5b59):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:561:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x5b65):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:561:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5b71):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:563:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5b89):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:563:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x5b95):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:563:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5bad):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:563:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x5bb9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:564:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5bd1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:564:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x5bf7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:563:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x5c03):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:563:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5c0f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:563:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x5c1b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:563:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5c27):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:563:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x5c33):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:563:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5c3f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:565:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5c57):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:565:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x5c63):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:565:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5c7b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:565:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x5c87):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:566:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5c9f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:566:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x5cc5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:565:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x5cd1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:565:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5cdd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:565:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x5ce9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:565:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5cf5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:565:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x5d01):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:565:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5d0d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:567:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5d25):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:567:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x5d31):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:567:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5d49):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:567:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x5d55):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:568:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5d6d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:568:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x5d93):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:567:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x5d9f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:567:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5dab):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:567:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x5db7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:567:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5dc3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:567:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x5dcf):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:567:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5ddb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:569:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5df3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:569:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x5dff):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:569:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5e17):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:569:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x5e23):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:570:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5e3b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:570:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x5e61):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:569:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x5e6d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:569:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5e79):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:569:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x5e85):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:569:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5e91):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:569:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x5e9d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:569:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5ea9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:571:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5ec1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:571:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x5ecd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:571:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5ee5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:571:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x5ef1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:572:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5f09):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:572:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x5f2f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:571:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x5f3b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:571:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5f47):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:571:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x5f53):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:571:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5f5f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:571:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x5f6b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:571:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x5f77):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:573:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5f8f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:573:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x5f9b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:573:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5fb3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:573:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x5fbf):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:574:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x5fd7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:574:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x5ffd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:573:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6009):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:573:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6015):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:573:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6021):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:573:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x602d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:573:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6039):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:573:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6045):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:577:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x605d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:577:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x6069):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:577:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x6081):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:577:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x60a7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:577:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x60b3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:577:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x60bf):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:577:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x60cb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:577:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x60d7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:578:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x60ef):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:578:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x60fb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:578:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x6113):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:578:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x6139):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:578:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6145):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:578:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6151):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:578:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x615d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:578:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6169):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:579:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x6181):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:579:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x618d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:579:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x61a5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:579:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x61cb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:579:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x61d7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:579:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x61e3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:579:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x61ef):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:579:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x61fb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:580:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x6213):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:580:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x621f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:580:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x6237):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:580:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x625d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:580:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6269):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:580:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6275):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:580:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6281):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:580:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x628d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:581:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x62a5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:581:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x62b1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:581:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0x62c9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:581:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0x62ef):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:581:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x62fb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:581:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6307):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:581:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6313):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:581:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x631f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:581:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x632b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:581:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6337):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:581:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6343):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:581:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x634f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:581:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x635b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:581:
 more undefined references to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()' follow
param.o(.text+0x63f8): In function `ompi_info::do_config(bool)':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:327: undefined 
reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6412):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:327:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6433):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:327:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6455):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:327:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6477):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:327:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6496):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:327:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x64b8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:327:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x64da):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:327:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x64e8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:327:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x64f6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:327:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x650e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:327:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6519):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:334:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6527):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:334:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6532):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:335:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6540):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:335:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x654b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:336:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6559):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:336:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6564):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:337:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6572):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:337:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x657d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:338:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x658b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:338:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6596):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:339:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x65a4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:339:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x65af):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:340:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x65bd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:340:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x65c8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:341:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x65d6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:341:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x65e1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:343:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x65ef):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:343:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x65fa):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:345:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6608):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:345:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6613):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:347:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6621):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:347:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x662f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:349:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x663a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:350:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6648):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:350:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6653):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:365:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6661):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:365:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x666c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:365:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x667a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:365:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6685):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:365:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6693):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:365:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x669e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:366:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x66ac):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:366:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x66b7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:366:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x66c5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:366:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x66d0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:366:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x66de):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:366:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x66e9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:367:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x66fa):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:367:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6705):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:367:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6713):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:367:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x671e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:367:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x672c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:367:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6737):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:369:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6748):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:369:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6753):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:369:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6761):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:369:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x676c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:369:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x677a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:369:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6785):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:370:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6796):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:370:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x67a1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:370:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x67af):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:370:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x67ba):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:370:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x67c8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:370:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x67d6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:371:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x67e7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:371:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x67f5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:371:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6803):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:371:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6811):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:371:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x681f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:371:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x682d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:373:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x683e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:373:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x684c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:373:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x685a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:373:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6868):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:373:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6876):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:373:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6884):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:374:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6895):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:374:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x68a3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:374:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x68b1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:374:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x68bf):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:375:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x68d0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:375:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x68de):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:375:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x68ec):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:375:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x68fa):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:376:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x690b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:376:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6919):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:376:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6927):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:376:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6943):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:377:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6954):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:377:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6962):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:377:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6970):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:377:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x697e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:377:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x698c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:378:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x699a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:380:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x69ab):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:380:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x69b9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:380:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x69c7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:380:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x69d5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:380:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x69e3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:380:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x69f1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:381:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6a02):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:381:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6a10):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:381:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6a1e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:381:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6a2c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:381:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6a3a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:381:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6a48):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:384:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6a59):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:384:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6a67):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:384:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6a75):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:384:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6a83):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:385:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6a94):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:385:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6aa2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:385:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6ab0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:385:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6abe):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:386:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6acf):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:386:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6add):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:386:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6aeb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:386:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6af9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:387:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6b0a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:387:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6b18):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:387:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6b26):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:387:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6b34):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:388:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6b45):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:388:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6b53):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:388:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6b61):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:388:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6b6f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:389:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6b80):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:389:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6b8e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:389:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6b9c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:389:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6baa):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:390:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6bbb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:390:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6bc9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:390:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6bd7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:390:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6be5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:391:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6bf6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:391:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6c04):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:391:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6c12):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:391:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6c20):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:392:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6c31):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:392:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6c3f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:392:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6c4d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:392:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6c5b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:393:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6c6c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:393:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6c7a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:393:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6c88):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:393:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6c96):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:394:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6ca7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:394:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6cb5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:394:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6cc3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:394:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6cd1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:395:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6ce2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:395:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6cf0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:395:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6cfe):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:395:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6d0c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:396:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6d1d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:396:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6d2b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:396:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6d39):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:396:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6d47):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:399:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6d58):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:399:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6d66):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:399:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6d74):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:399:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6d82):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:399:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6d90):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:399:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6d9e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:400:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6daf):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:400:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6dbd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:400:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6dcb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:400:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6dd9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:400:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6de7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:400:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6df5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:402:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6e06):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:402:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6e14):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:402:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6e22):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:402:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6e30):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:402:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6e3e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:402:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6e4c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:403:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6e5d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:403:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6e6b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:403:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6e79):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:403:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6e87):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:404:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6e95):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:404:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6ea3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:405:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6eb4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:405:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6ec2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:405:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6ed0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:405:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6ede):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:405:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6eec):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:405:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6efa):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:406:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6f0b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:406:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6f19):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:406:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6f27):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:406:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6f35):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:407:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6f43):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:407:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6f51):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:413:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6f62):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:413:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6f70):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:413:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6f7e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:413:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6f8c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:416:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6f9d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:416:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6fab):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:416:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6fb9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:416:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6fc7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:418:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6fd8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:418:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x6fe6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:418:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x6ff4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:418:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7002):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:425:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7013):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:425:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7021):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:425:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x702f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:425:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x703d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:426:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x704b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:426:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7059):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:427:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x706a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:427:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7078):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:427:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7086):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:427:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7094):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:428:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x70a2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:428:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x70b0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:429:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x70c1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:429:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x70cf):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:429:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x70dd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:429:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x70eb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:430:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x70f9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:430:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7107):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:431:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7118):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:431:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7126):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:431:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7134):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:431:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7142):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:432:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7150):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:432:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x715e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:433:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x716f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:433:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x717d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:433:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x718b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:433:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7199):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:434:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x71a7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:434:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x71b5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:436:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x71c6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:436:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x71d4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:436:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x71e2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:436:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x71f0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:437:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x71fe):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:437:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x720c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:438:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x721d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:438:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x722b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:438:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7239):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:438:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7247):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:439:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7255):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:439:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7263):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:440:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7274):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:440:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7282):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:440:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7290):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:440:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x729e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:441:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x72ac):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:441:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x72ba):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:443:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x72cb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:443:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x72d9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:443:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x72e7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:443:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x72f5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:444:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7303):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:444:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7311):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:445:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7322):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:445:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7330):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:445:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x733e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:445:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x734c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:446:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x735a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:446:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7368):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:447:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7379):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:447:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7387):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:447:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7395):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:447:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x73a3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:448:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x73b1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:448:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x73bf):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:450:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x73d0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:450:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x73de):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:450:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x73ec):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:450:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x73fa):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:452:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x740b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:452:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7419):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:452:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7427):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:452:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7435):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:454:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7446):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:454:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7454):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:454:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7462):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:454:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7470):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:456:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7481):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:456:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x748f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:456:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x749d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:456:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x74ab):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:458:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x74bc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:458:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x74ca):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:458:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x74d8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:458:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x74e6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:461:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x74f7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:461:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7505):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:461:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7513):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:461:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7521):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:463:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7532):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:463:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7540):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:463:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x754e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:463:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x755c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:465:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x756d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:465:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x757b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:465:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7589):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:465:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7597):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:467:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x75a8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:467:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x75b6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:467:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x75c4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:467:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x75d2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:470:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x75e3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:470:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x75f1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:471:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x75ff):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:471:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x760d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:474:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x761e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:474:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x762c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:474:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x763a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:474:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7648):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:476:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7659):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:476:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7667):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:477:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7675):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:477:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7683):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:479:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7694):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:479:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x76a2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:479:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x76b0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:479:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x76be):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:481:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x76cf):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:481:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x76dd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:481:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x76eb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:481:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x76f9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:483:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x770a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:483:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7718):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:483:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7726):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:483:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7734):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:486:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7745):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:486:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7753):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:486:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7761):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:486:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x776f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:488:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7780):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:488:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x778e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:488:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x779c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:488:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x77aa):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:490:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x77bb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:490:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x77c9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:490:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x77d7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:490:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x77e5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:492:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x77f6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:492:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7804):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:492:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7812):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:492:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7820):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:494:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7831):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:494:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x783f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:494:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x784d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:494:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x785b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:496:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x786c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:496:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x787a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:496:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7888):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:496:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7896):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:499:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x78a7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:499:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x78b5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:499:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x78c3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:499:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x78d1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:501:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x78e2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:501:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x78f0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:501:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x78fe):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:501:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x790c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:503:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x791d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:503:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x792b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:503:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7939):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:503:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7947):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:505:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7958):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:505:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7966):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:505:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7974):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:505:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7982):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:508:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7993):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:508:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x79a1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:509:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x79af):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:509:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x79bd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:512:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x79ce):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:512:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x79dc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:512:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x79ea):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:512:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x79f8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:514:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7a09):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:514:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7a17):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:515:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7a25):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:515:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7a33):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:517:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7a44):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:517:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7a52):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:517:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7a60):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:517:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7a6e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:519:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7a7f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:519:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7a8d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:519:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7a9b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:519:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7aa9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:521:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7aba):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:521:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7ac8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:521:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7ad6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:521:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7ae4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:542:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7af5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:542:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7b03):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:542:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7b11):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:542:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7b1f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:543:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7b30):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:543:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7b3e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:543:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7b4c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:543:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7b5a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:544:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7b6b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:544:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7b79):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:544:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7b87):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:544:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7b95):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:545:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7ba6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:545:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7bb4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:545:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7bc2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:545:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7bd0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:547:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7be1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:547:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7bef):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:547:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7bfd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:547:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7c0b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:548:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7c1c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:548:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7c2a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:548:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7c38):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:548:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7c46):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:556:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7c57):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:556:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7c65):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:556:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7c73):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:556:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7c81):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:556:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7c8f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:556:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7c9d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:557:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7cae):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:557:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7cbc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:557:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7cca):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:557:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7cd8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:557:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7ce6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:557:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7cf4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:558:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7d05):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:558:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7d13):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:558:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7d21):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:558:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7d2f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:558:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7d3d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:558:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7d4b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:559:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7d5c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:559:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7d6a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:559:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7d78):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:559:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7d86):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:559:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7d94):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:559:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7da2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:560:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7db3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:560:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7dc1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:560:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7dcf):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:560:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7ddd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:560:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7deb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:560:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7df9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:561:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7e0a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:561:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7e18):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:561:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7e26):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:561:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7e34):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:561:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7e42):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:561:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7e50):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:563:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7e61):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:563:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7e6f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:563:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7e7d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:563:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7e8b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:564:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7e99):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:564:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7ea7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:565:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7eb8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:565:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7ec6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:565:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7ed4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:565:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7ee2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:566:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7ef0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:566:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7efe):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:567:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7f0f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:567:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7f1d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:567:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7f2b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:567:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7f39):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:568:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7f47):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:568:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7f55):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:569:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7f66):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:569:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7f74):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:569:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7f82):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:569:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7f90):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:570:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7f9e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:570:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7fac):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:571:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7fbd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:571:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7fcb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:571:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7fd9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:571:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x7fe7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:572:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x7ff5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:572:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x8003):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:573:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x8014):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:573:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x8022):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:573:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x8030):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:573:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x803e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:574:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x804c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:574:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x805a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:577:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x806b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:577:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x8079):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:577:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x8087):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:577:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x8095):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:578:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x80a6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:578:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x80b4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:578:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x80c2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:578:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x80d0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:579:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x80e1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:579:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x80ef):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:579:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x80fd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:579:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x810b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:580:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x811c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:580:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x812a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:580:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x8138):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:580:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x8146):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:581:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x8157):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:581:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0x8165):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:581:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0x8173):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:581:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xaa3c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:538:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xaa48):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:538:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xaa54):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:538:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xaa60):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:538:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xaa6c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:537:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xaa78):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:537:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xab4a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:536:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xab56):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:536:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xab62):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:536:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xab6e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:536:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xab7a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:536:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xab86):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:536:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xac58):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:535:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xac64):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:535:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xac70):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:535:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xac7c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:535:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xac88):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:534:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xac94):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:534:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xad66):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:533:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xad72):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:533:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xad7e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:533:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xad8a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:533:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xad96):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:533:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xada2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:533:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xae74):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:532:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xae80):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:532:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xae8c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:532:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xae98):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:532:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xaea4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:532:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xaeb0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:532:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xaf82):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:530:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xaf8e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:530:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xaf9a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:530:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xafa6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:530:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xafb2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:529:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xafbe):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:529:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xb090):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:528:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xb09c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:528:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xb0a8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:528:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xb0b4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:528:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xb0c0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:528:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xb0cc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:528:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xb19e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:527:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xb1aa):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:527:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xb1b6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:527:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xb1c2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:527:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xb1ce):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:526:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xb1da):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:526:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xb2ac):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:525:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xb2b8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:525:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xb2c4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:525:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xb2d0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:525:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xb2dc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:525:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xb2e8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:525:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xceb1): In function `__sti__$E':
/usr/include/c++/3.4.4/iostream:65536: undefined reference to 
`std::ios_base::Init::Init()'
param.o(.text+0xceb6):/usr/include/c++/3.4.4/iostream:65536: undefined 
reference to `std::ios_base::Init::~Init()'
param.o(.text+0xced0): In function `__sti__$E':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc: undefined 
reference to `std::allocator<char>::allocator()'
param.o(.text+0xcee3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0xcee8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xcf02):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xcf0b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0xcf1e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0xcf23):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xcf3d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xcf46):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0xcf59):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0xcf5e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xcf78):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xcf81):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0xcf94):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0xcf99):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xcfb3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xcfbc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0xcfcf):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0xcfd4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xcfee):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xcff7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0xd00a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0xd00f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xd029):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xd032):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0xd045):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0xd04a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xd064):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xd06d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:
 undefined reference to `std::allocator<char>::allocator()'
param.o(.text+0xd080):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
param.o(.text+0xd085):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
param.o(.text+0xd09f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:
 undefined reference to `std::allocator<char>::~allocator()'
param.o(.text+0xd0c1): In function `destr_detour616.0.27':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc: undefined 
reference to `std::allocator<char>::~allocator()'
param.o(.text+0xd0d8): In function `destr_detour617.0.27':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc: undefined 
reference to `std::allocator<char>::~allocator()'
param.o(.text+0xd0ef): In function `destr_detour618.0.27':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc: undefined 
reference to `std::allocator<char>::~allocator()'
param.o(.text+0xd106): In function `destr_detour619.0.27':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc: undefined 
reference to `std::allocator<char>::~allocator()'
param.o(.text+0xd11d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/param.cc:
 more undefined references to `std::allocator<char>::~allocator()' follow
param.o(.eh_frame+0x12): In function `.eh_frame_seg':
: undefined reference to `__gxx_personality_v0'
version.o(.text+0x2a): In function `ompi_info::do_version(bool, 
opal_cmd_line_t*)':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:82: undefined 
reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string()'
version.o(.text+0x33):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:82:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string()'
version.o(.text+0x3c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:82:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string()'
version.o(.text+0x45):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:82:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string()'
version.o(.text+0xf4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:95:
 undefined reference to `std::string::operator=(char const*)'
version.o(.text+0x114):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:96:
 undefined reference to `std::string::operator=(char const*)'
version.o(.text+0x122):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:100:
 undefined reference to `std::string::compare(std::string const&) const'
version.o(.text+0x144):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:106:
 undefined reference to `std::string::find(char, unsigned long) const'
version.o(.text+0x161):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:107:
 undefined reference to `std::string::substr(unsigned long, unsigned long) 
const'
version.o(.text+0x16e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:107:
 undefined reference to `std::string::operator=(std::string const&)'
version.o(.text+0x177):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:107:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x18e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:108:
 undefined reference to `std::string::substr(unsigned long, unsigned long) 
const'
version.o(.text+0x19b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:108:
 undefined reference to `std::string::operator=(std::string const&)'
version.o(.text+0x1a4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:108:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1e9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:87:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1f2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:87:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1fb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:87:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x204):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:87:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x226):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:82:
 more undefined references to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()' follow
version.o(.text+0x358): In function 
`ompi_info::show_component_version(std::string const&, std::string const&, 
std::string const&, std::string const&)':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:166: 
undefined reference to `std::string::compare(std::string const&) const'
version.o(.text+0x399):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:176:
 undefined reference to `std::string::compare(std::string const&) const'
version.o(.text+0x3ee):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:191:
 undefined reference to `std::string::compare(std::string const&) const'
version.o(.text+0x421):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:191:
 undefined reference to `std::string::compare(std::string const&) const'
version.o(.text+0x431):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:191:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
version.o(.text+0x460):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:191:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x499):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:200:
 undefined reference to `std::string::compare(char const*) const'
version.o(.text+0x4f4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:191:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x55f): In function `show_mca_version(mca_base_component_t 
const*, std::string const&, std::string const&)':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:216: 
undefined reference to `std::string::compare(std::string const&) const'
version.o(.text+0x578):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:216:
 undefined reference to `std::string::compare(std::string const&) const'
version.o(.text+0x598):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:217:
 undefined reference to `std::string::compare(std::string const&) const'
version.o(.text+0x5b4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:217:
 undefined reference to `std::string::compare(std::string const&) const'
version.o(.text+0x5d9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:218:
 undefined reference to `std::string::compare(std::string const&) const'
version.o(.text+0x5f2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:218:
 more undefined references to `std::string::compare(std::string const&) const' 
follow
version.o(.text+0x610): In function `show_mca_version(mca_base_component_t 
const*, std::string const&, std::string const&)':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:219: 
undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string()'
version.o(.text+0x61c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:219:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string()'
version.o(.text+0x628):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:220:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string()'
version.o(.text+0x634):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:221:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string()'
version.o(.text+0x640):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:222:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string()'
version.o(.text+0x64c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:223:
 more undefined references to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string()' follow
version.o(.text+0x655): In function `show_mca_version(mca_base_component_t 
const*, std::string const&, std::string const&)':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:227: 
undefined reference to `std::allocator<char>::allocator()'
version.o(.text+0x667):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:227:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
version.o(.text+0x670):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:228:
 undefined reference to `std::allocator<char>::allocator()'
version.o(.text+0x682):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:228:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
version.o(.text+0x6ba):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:225:
 undefined reference to `std::string::operator=(std::string const&)'
version.o(.text+0x6c3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:225:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x6cc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:225:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x6d5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:225:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x6de):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:225:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x6e7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:225:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x6f0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:231:
 undefined reference to `std::allocator<char>::allocator()'
version.o(.text+0x702):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:231:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
version.o(.text+0x70b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:232:
 undefined reference to `std::allocator<char>::allocator()'
version.o(.text+0x71d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:232:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
version.o(.text+0x755):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:229:
 undefined reference to `std::string::operator=(std::string const&)'
version.o(.text+0x75e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:229:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x767):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:229:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x770):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:229:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x779):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:229:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x782):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:229:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x78b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:236:
 undefined reference to `std::allocator<char>::allocator()'
version.o(.text+0x79d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:236:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
version.o(.text+0x7a6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:236:
 undefined reference to `std::allocator<char>::allocator()'
version.o(.text+0x7bb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:236:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
version.o(.text+0x7ff):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:233:
 undefined reference to `std::string::operator=(std::string const&)'
version.o(.text+0x80b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:233:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x817):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:233:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x820):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:233:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x829):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:233:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x832):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:233:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x852):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:239:
 undefined reference to `std::string::operator=(char const*)'
version.o(.text+0x862):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:240:
 undefined reference to `std::string::operator+=(char const*)'
version.o(.text+0x86e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:243:
 undefined reference to `std::allocator<char>::allocator()'
version.o(.text+0x883):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:243:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
version.o(.text+0x8c2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:243:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string()'
version.o(.text+0x8ce):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:243:
 undefined reference to `std::string::size() const'
version.o(.text+0x8e0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:243:
 undefined reference to `std::string::reserve(unsigned long)'
version.o(.text+0x8f6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:243:
 undefined reference to `std::string::append(char const*, unsigned long)'
version.o(.text+0x909):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:243:
 undefined reference to `std::string::append(std::string const&)'
version.o(.text+0x91c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:243:
 undefined reference to `std::string::operator=(std::string const&)'
version.o(.text+0x928):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:243:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x934):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:243:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x93d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:243:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x959):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:245:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string()'
version.o(.text+0x965):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:245:
 undefined reference to `std::string::size() const'
version.o(.text+0x978):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:245:
 undefined reference to `std::string::reserve(unsigned long)'
version.o(.text+0x98e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:245:
 undefined reference to `std::string::append(char const*, unsigned long)'
version.o(.text+0x9a1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:245:
 undefined reference to `std::string::append(std::string const&)'
version.o(.text+0x9b4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:245:
 undefined reference to `std::string::operator+=(std::string const&)'
version.o(.text+0x9c0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:245:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x9ea):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:250:
 undefined reference to `std::string::operator+=(char const*)'
version.o(.text+0x9fd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:251:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string()'
version.o(.text+0xa09):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:251:
 undefined reference to `std::string::size() const'
version.o(.text+0xa1c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:251:
 undefined reference to `std::string::reserve(unsigned long)'
version.o(.text+0xa32):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:251:
 undefined reference to `std::string::append(char const*, unsigned long)'
version.o(.text+0xa45):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:251:
 undefined reference to `std::string::append(std::string const&)'
version.o(.text+0xa58):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:251:
 undefined reference to `std::string::operator+=(std::string const&)'
version.o(.text+0xa64):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:251:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0xa89):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:256:
 undefined reference to `std::string::operator+=(char const*)'
version.o(.text+0xa9c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:257:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string()'
version.o(.text+0xaa8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:257:
 undefined reference to `std::string::size() const'
version.o(.text+0xabb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:257:
 undefined reference to `std::string::reserve(unsigned long)'
version.o(.text+0xad1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:257:
 undefined reference to `std::string::append(char const*, unsigned long)'
version.o(.text+0xae4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:257:
 undefined reference to `std::string::append(std::string const&)'
version.o(.text+0xaf7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:257:
 undefined reference to `std::string::operator+=(std::string const&)'
version.o(.text+0xb03):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:257:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0xb1d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:260:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
version.o(.text+0xb2e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:260:
 undefined reference to `std::string::append(char const*)'
version.o(.text+0xb54):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:260:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0xb6a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:262:
 undefined reference to `std::string::operator=(char const*)'
version.o(.text+0xb7a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:263:
 undefined reference to `std::string::operator+=(char const*)'
version.o(.text+0xb8b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:264:
 undefined reference to `std::string::operator+=(char const*)'
version.o(.text+0xb9e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:265:
 undefined reference to `std::string::operator+=(char const*)'
version.o(.text+0xbaf):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:266:
 undefined reference to `std::string::operator+=(char const*)'
version.o(.text+0xbcb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:268:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string()'
version.o(.text+0xbd7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:268:
 undefined reference to `std::string::size() const'
version.o(.text+0xbea):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:268:
 undefined reference to `std::string::reserve(unsigned long)'
version.o(.text+0xc00):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:268:
 undefined reference to `std::string::append(char const*, unsigned long)'
version.o(.text+0xc13):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:268:
 undefined reference to `std::string::append(std::string const&)'
version.o(.text+0xc39):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:268:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0xc5a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:270:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string()'
version.o(.text+0xc66):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:270:
 undefined reference to `std::string::size() const'
version.o(.text+0xc79):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:270:
 undefined reference to `std::string::reserve(unsigned long)'
version.o(.text+0xc8f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:270:
 undefined reference to `std::string::append(char const*, unsigned long)'
version.o(.text+0xca2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:270:
 undefined reference to `std::string::append(std::string const&)'
version.o(.text+0xcc8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:270:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0xce4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:272:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string()'
version.o(.text+0xcf0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:272:
 undefined reference to `std::string::size() const'
version.o(.text+0xd03):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:272:
 undefined reference to `std::string::reserve(unsigned long)'
version.o(.text+0xd19):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:272:
 undefined reference to `std::string::append(char const*, unsigned long)'
version.o(.text+0xd2c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:272:
 undefined reference to `std::string::append(std::string const&)'
version.o(.text+0xd52):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:272:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0xd5e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:238:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0xd6a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:238:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0xd76):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:238:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0xd82):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:238:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0xd8e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:238:
 more undefined references to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()' follow
version.o(.text+0xe1c): In function `show_mca_version(mca_base_component_t 
const*, std::string const&, std::string const&)':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:227: 
undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0xe27):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:227:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0xe32):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:228:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0xe3d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:228:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0xe48):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:225:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0xe53):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:231:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0xe5e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:231:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0xe69):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:232:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0xe74):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:232:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0xe7f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:229:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0xe8a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:236:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0xe98):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:236:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0xea3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:236:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0xeb1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:236:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0xebf):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:233:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0xeca):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:243:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0xedb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:243:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0xee9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:243:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0xef7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:243:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0xf05):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:245:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0xf16):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:245:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0xf27):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:251:
 more undefined references to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()' follow
version.o(.text+0x1555): In function `make_version_str(std::string const&, int, 
int, int, std::string const&, bool, std::string const&)':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:282: 
undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string()'
version.o(.text+0x1566):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:286:
 undefined reference to `std::string::compare(std::string const&) const'
version.o(.text+0x159d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:288:
 undefined reference to `std::string::operator=(char const*)'
version.o(.text+0x15cd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:291:
 undefined reference to `std::string::operator+=(char const*)'
version.o(.text+0x15d5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:293:
 undefined reference to `std::string::empty() const'
version.o(.text+0x15ec):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:294:
 undefined reference to `std::string::operator+=(std::string const&)'
version.o(.text+0x15fe):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:299:
 undefined reference to `std::string::compare(std::string const&) const'
version.o(.text+0x162f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:301:
 undefined reference to `std::string::compare(std::string const&) const'
version.o(.text+0x165d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:303:
 undefined reference to `std::string::compare(std::string const&) const'
version.o(.text+0x168b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:305:
 undefined reference to `std::string::compare(std::string const&) const'
version.o(.text+0x169b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:306:
 undefined reference to `std::string::operator=(std::string const&)'
version.o(.text+0x16aa):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:307:
 undefined reference to `std::string::compare(std::string const&) const'
version.o(.text+0x16bb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:308:
 undefined reference to `std::string::operator=(std::string const&)'
version.o(.text+0x16c4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:316:
 undefined reference to `std::string::empty() const'
version.o(.text+0x16db):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:317:
 undefined reference to `std::string::operator=(char const*)'
version.o(.text+0x16fd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:282:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x175f): In function `ompi_info::show_ompi_version(std::string 
const&)':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:128: 
undefined reference to `std::allocator<char>::allocator()'
version.o(.text+0x1771):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:128:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
version.o(.text+0x1786):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:128:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
version.o(.text+0x1794):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:128:
 undefined reference to `std::string::append(char const*)'
version.o(.text+0x179d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:132:
 undefined reference to `std::allocator<char>::allocator()'
version.o(.text+0x17b2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:132:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
version.o(.text+0x17bb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:133:
 undefined reference to `std::allocator<char>::allocator()'
version.o(.text+0x17d0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:133:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
version.o(.text+0x1822):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:128:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x182e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:128:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1837):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:128:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x1843):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:128:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x184c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:128:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x1855):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:128:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x185e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:128:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1867):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:128:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x1870):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:134:
 undefined reference to `std::allocator<char>::allocator()'
version.o(.text+0x1885):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:134:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
version.o(.text+0x189d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:134:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
version.o(.text+0x18ae):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:134:
 undefined reference to `std::string::append(char const*)'
version.o(.text+0x18b7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:135:
 undefined reference to `std::allocator<char>::allocator()'
version.o(.text+0x18cc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:135:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
version.o(.text+0x18f2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:134:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x18fb):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:134:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x1907):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:134:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1913):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:134:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x191c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:134:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x1925):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:137:
 undefined reference to `std::allocator<char>::allocator()'
version.o(.text+0x193a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:137:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
version.o(.text+0x1952):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:137:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
version.o(.text+0x1963):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:137:
 undefined reference to `std::string::append(char const*)'
version.o(.text+0x196c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:141:
 undefined reference to `std::allocator<char>::allocator()'
version.o(.text+0x1981):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:141:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
version.o(.text+0x198a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:142:
 undefined reference to `std::allocator<char>::allocator()'
version.o(.text+0x199f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:142:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
version.o(.text+0x19f7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:137:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1a03):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:137:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1a0c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:137:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x1a18):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:137:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1a21):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:137:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x1a2d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:137:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1a39):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:137:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1a42):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:137:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x1a4b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:143:
 undefined reference to `std::allocator<char>::allocator()'
version.o(.text+0x1a60):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:143:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
version.o(.text+0x1a78):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:143:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
version.o(.text+0x1a89):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:143:
 undefined reference to `std::string::append(char const*)'
version.o(.text+0x1a92):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:144:
 undefined reference to `std::allocator<char>::allocator()'
version.o(.text+0x1aa7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:144:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
version.o(.text+0x1acd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:143:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1ad6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:143:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x1ae2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:143:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1aee):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:143:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1af7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:143:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x1b00):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:146:
 undefined reference to `std::allocator<char>::allocator()'
version.o(.text+0x1b15):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:146:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
version.o(.text+0x1b2d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:146:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
version.o(.text+0x1b3e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:146:
 undefined reference to `std::string::append(char const*)'
version.o(.text+0x1b47):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:150:
 undefined reference to `std::allocator<char>::allocator()'
version.o(.text+0x1b5c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:150:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
version.o(.text+0x1b65):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:151:
 undefined reference to `std::allocator<char>::allocator()'
version.o(.text+0x1b7a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:151:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
version.o(.text+0x1bd2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:146:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1bde):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:146:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1be7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:146:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x1bf3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:146:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1bfc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:146:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x1c08):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:146:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1c14):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:146:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1c1d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:146:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x1c26):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:152:
 undefined reference to `std::allocator<char>::allocator()'
version.o(.text+0x1c3b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:152:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
version.o(.text+0x1c53):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:152:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(std::string const&)'
version.o(.text+0x1c64):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:152:
 undefined reference to `std::string::append(char const*)'
version.o(.text+0x1c6d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:153:
 undefined reference to `std::allocator<char>::allocator()'
version.o(.text+0x1c82):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:153:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
version.o(.text+0x1ca8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:152:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1cb1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:152:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x1cbd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:152:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1cc9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:152:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1cd2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:152:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x1cf4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:128:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x1d0b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:128:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1d19):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:128:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1d24):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:128:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1d2f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:132:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x1d3d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:132:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1d48):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:133:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x1d56):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:133:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1d64):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:129:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1d6f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:134:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x1d89):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:134:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1d97):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:134:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1da5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:134:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1db0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:135:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x1dbe):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:135:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1dc9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:137:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x1de3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:137:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1df1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:137:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1dff):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:137:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1e0a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:141:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x1e18):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:141:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1e23):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:142:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x1e31):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:142:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1e3f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:138:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1e4a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:143:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x1e64):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:143:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1e72):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:143:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1e80):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:143:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1e8b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:144:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x1e99):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:144:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1ea4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:146:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x1ebe):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:146:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1ecc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:146:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1eda):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:146:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1ee5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:150:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x1ef3):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:150:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1efe):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:151:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x1f0c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:151:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1f1a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:147:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1f25):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:152:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x1f3f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:152:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1f4d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:152:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1f5b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:152:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x1f66):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:153:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x1f74):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:153:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x2593): In function `__sti__$E':
/usr/include/c++/3.4.4/iostream:65536: undefined reference to 
`std::ios_base::Init::Init()'
version.o(.text+0x2598):/usr/include/c++/3.4.4/iostream:65536: undefined 
reference to `std::ios_base::Init::~Init()'
version.o(.text+0x25b2): In function `__sti__$E':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc: undefined 
reference to `std::allocator<char>::allocator()'
version.o(.text+0x25c5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
version.o(.text+0x25ca):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x25e4):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x25ed):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::allocator<char>::allocator()'
version.o(.text+0x2600):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
version.o(.text+0x2605):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x261f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x2628):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::allocator<char>::allocator()'
version.o(.text+0x263b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
version.o(.text+0x2640):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x265a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x2663):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::allocator<char>::allocator()'
version.o(.text+0x2676):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
version.o(.text+0x267b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x2695):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x269e):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::allocator<char>::allocator()'
version.o(.text+0x26b1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
version.o(.text+0x26b6):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x26d0):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x26d9):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::allocator<char>::allocator()'
version.o(.text+0x26ec):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
version.o(.text+0x26f1):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x270b):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x2714):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::allocator<char>::allocator()'
version.o(.text+0x2727):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
version.o(.text+0x272c):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x2746):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x274f):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::allocator<char>::allocator()'
version.o(.text+0x2762):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
version.o(.text+0x2767):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x2781):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x278a):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::allocator<char>::allocator()'
version.o(.text+0x279d):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
version.o(.text+0x27a2):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x27bc):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x27c5):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::allocator<char>::allocator()'
version.o(.text+0x27d8):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
version.o(.text+0x27dd):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::basic_string<char, std::char_traits<char>, 
std::allocator<char> >::~basic_string()'
version.o(.text+0x27f7):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 undefined reference to `std::allocator<char>::~allocator()'
version.o(.text+0x2819): In function `destr_detour87.0.73':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc: undefined 
reference to `std::allocator<char>::~allocator()'
version.o(.text+0x2830): In function `destr_detour88.0.73':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc: undefined 
reference to `std::allocator<char>::~allocator()'
version.o(.text+0x2847): In function `destr_detour89.0.73':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc: undefined 
reference to `std::allocator<char>::~allocator()'
version.o(.text+0x285e): In function `destr_detour90.0.73':
/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc: undefined 
reference to `std::allocator<char>::~allocator()'
version.o(.text+0x2875):/usr/src/redhat/BUILD/openmpi-1.1/ompi/tools/ompi_info/version.cc:
 more undefined references to `std::allocator<char>::~allocator()' follow
version.o(.eh_frame+0x12): In function `.eh_frame_seg':
: undefined reference to `__gxx_personality_v0'
make: *** [ompi_info] Error 1

Reply via email to