[問題] make異常

看板EE_DSnP作者 (...  ￾ ￾N )時間17年前 (2007/01/18 21:30), 編輯推噓4(402)
留言6則, 3人參與, 最新討論串1/1
我在做完simulate要make去測時 在最後的> building bdd...時 卻出現一堆未知的錯誤訊息 前幾行如下 ../../lib/libcmd.a(cmdCommon.o)(.text+0x10aa): In function `UsageCmd::exec(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': : undefined reference to `__gnu_cxx::__pool<true>::_M_reclaim_block(char*, unsigned int)' ../../lib/libcmd.a(cmdCommon.o)(.text+0x149f): In function `UsageCmd::exec(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': : undefined reference to `__gnu_cxx::__pool<true>::_M_reclaim_block(char*, unsigned int)' ../../lib/libcmd.a(cmdCommon.o)(.text+0x160c): In function `UsageCmd::exec(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': : undefined reference to `__gnu_cxx::__pool<true>::_M_reclaim_block(char*, unsigned int)' ../../lib/libcmd.a(cmdCommon.o)(.text+0x165c): In function `UsageCmd::exec(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': -- 想請問這是哪裡的問題呢@@? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.112.33.163 ※ 編輯: cookieben 來自: 140.112.33.163 (01/18 21:31)

01/18 21:35, , 1F
What's your machine and g++ version? (g++ --version)
01/18 21:35, 1F

01/18 21:37, , 2F
ccws4
01/18 21:37, 2F

01/18 21:38, , 3F
轉到ccws8就可以了@@
01/18 21:38, 3F

01/18 22:33, , 4F
是lib的問題
01/18 22:33, 4F

01/18 23:04, , 5F
ccws 版本的 lib 是在 ccws2 上 compile 的...
01/18 23:04, 5F

01/18 23:05, , 6F
Please make sure you're compiling on compatible machine
01/18 23:05, 6F
文章代碼(AID): #15htQI24 (EE_DSnP)