From: Cook, M. <ME...@St...> - 2006-01-04 06:18:22
|
While trying to install MUMmer, when I `make install`, I get: /usr/bin/g++ combineMUMs.cc tigrinc.o -o /n/site/src/bioinfo/MUMmer/MUMmer3.18/combineMUMs; chmod 755 /n/site/src/bioinfo/MUMmer/MUMmer3.18/combineMUMs /tmp/ccXZzTpJ.o: In function `__gnu_cxx::__common_pool_policy<__gnu_cxx::__pool, true>::_S_get_pool()': combineMUMs.cc:(.gnu.linkonce.t._ZN9__gnu_cxx20__common_pool_policyINS_6 __poolELb1EE11_S_get_poolEv[__gnu_cxx::__common_pool_policy<__gnu_cxx::_ _pool, true>::_S_get_pool()]+0x1a): undefined reference to `__cxa_guard_acquire' combineMUMs.cc:(.gnu.linkonce.t._ZN9__gnu_cxx20__common_pool_policyINS_6 __poolELb1EE11_S_get_poolEv[__gnu_cxx::__common_pool_policy<__gnu_cxx::_ _pool, true>::_S_get_pool()]+0x43): undefined reference to `__cxa_guard_release' This is after editting the makefile to remove -o3 from CPPFLAGS, as suggested in http://sourceforge.net/mailarchive/forum.php?thread_id=3D8269898&forum_id= =3D 45109 (doing so did change the number of diagnotics before failure, but it still failed). If it helps, `uname -a` yields: Linux devel01.stowers-institute.org 2.4.22 #5 SMP Mon Nov 17 09:50:36 CST 2003 i686 GNU/Linux Any tips? Thanks, Malcolm Cook - me...@st... - 816-926-4449 Database Applications Manager - Bioinformatics Stowers Institute for Medical Research - Kansas City, MO USA=20 |