2012-04-23 7 views
6

Linuxマシン(CentOS、Linuxバージョン2.6.9-67.ELsmp)にBoostをインストールしようとしていました。 私はBoost Getting Startedウェブページの指示に従った。 ファイルをダウンロードして抽出した後、私はrootユーザーではないため、プレフィックスを追加します。複数のバージョンのブーストでGCCコンパイルBoost :: regexが存在する場合の未定義参照

./bootstrap.sh --prefix=/my_path/boost-1.49.0 
./b2 install 

私は/my_path/boost-1.49.0に行くと、そこにあるチェック/ /ブーストが含まれる/と//libにそこにあるファイルが含まれています。

また、LD_LIBRARY_PATHを/my_path/boost-1.49.0/lib/に設定しました。

main.cppに

#include <boost/regex.hpp> 
#include <iostream> 
#include <string> 

using namespace boost; 
using namespace std; 

int main(int argc, char *argv[]) 
{ 
    string line = "12345"; 
    regex pattern("^123"); 
    if (regex_match(line, pattern)) cout << "match." << endl; 
    else cout << "not match." << endl; 
    return 1; 
} 

とコマンドによってコンパイルします:

g++ -v -I /my_path/boost-1.49.0/include/boost -L /my_path/boost-1.49.0/lib main.cpp -lboost_regex -o example 

と、次のエラーを生成:

私が正常にインストールされている場合、私は次のコードをコンパイルテストするに

Reading specs from /usr/lib/gcc/x86_64-redhat-linux/3.4.6/specs 
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --host=x86_64-redhat-linux 
Thread model: posix 
gcc version 3.4.6 20060404 (Red Hat 3.4.6-9) 
/usr/libexec/gcc/x86_64-redhat-linux/3.4.6/cc1plus -quiet -v -I /my_path/boost-1.49.0/include/boost/ -D_GNU_SOURCE main.cpp -quiet -dumpbase main.cpp -mtune=k8 -auxbase main -version -o /tmp/ccW0ON8y.s 
ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/3.4.6/../../../../x86_64-redhat-linux/include" 
#include "..." search starts here: 
#include <...> search starts here: 
/my_path/boost-1.49.0/include/boost/ 
/usr/lib/gcc/x86_64-redhat-linux/3.4.6/../../../../include/c++/3.4.6 
/usr/lib/gcc/x86_64-redhat-linux/3.4.6/../../../../include/c++/3.4.6/x86_64-redhat-linux 
/usr/lib/gcc/x86_64-redhat-linux/3.4.6/../../../../include/c++/3.4.6/backward 
/usr/local/include 
/usr/lib/gcc/x86_64-redhat-linux/3.4.6/include 
/usr/include 
End of search list. 
GNU C++ version 3.4.6 20060404 (Red Hat 3.4.6-9) (x86_64-redhat-linux) 
     compiled by GNU C version 3.4.6 20060404 (Red Hat 3.4.6-9). 
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 
as -V -Qy -o /tmp/ccpu82sB.o /tmp/ccW0ON8y.s 
GNU assembler version 2.15.92.0.2 (x86_64-redhat-linux) using BFD version 2.15.92.0.2 20040927 
/usr/libexec/gcc/x86_64-redhat-linux/3.4.6/collect2 --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o example /usr/lib/gcc/x86_64-redhat-linux/3.4.6/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/3.4.6/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/3.4.6/crtbegin.o -L /my_path/boost-1.49.0/lib/ -L/usr/lib/gcc/x86_64-redhat-linux/3.4.6 -L/usr/lib/gcc/x86_64-redhat-linux/3.4.6 -L/usr/lib/gcc/x86_64-redhat-linux/3.4.6/../../../../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/3.4.6/../../.. -L/lib/../lib64 -L/usr/lib/../lib64 /tmp/ccpu82sB.o -lboost_regex -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/3.4.6/crtend.o /usr/lib/gcc/x86_64-redhat-linux/3.4.6/../../../../lib64/crtn.o 
/tmp/ccpu82sB.o(.gnu.linkonce.t._ZN5boost11basic_regexIcNS_12regex_ 
traitsIcEESaIcEEC1EPKcjRKS3_+0x27): In function `boost::basic_regex<char, 
boost::regex_traits<char>, std::allocator<char> >::basic_regex(char const*, 
unsigned int, std::allocator<char> const&)':: 
undefined reference to `boost::reg_expression<char, boost::regex_traits<char>, 
std::allocator<char> >::reg_expression(char const*, unsigned int, 
std::allocator<char> const&)' 

/tmp/ccpu82sB.o(.gnu.linkonce.t. 
_ZN5boost11basic_regexIcNS_12regex_traitsIcEESaIcEED1Ev+0x11): In function 
`boost::basic_regex<char, boost::regex_traits<char>, 
std::allocator<char>>::~basic_regex()': 
: undefined reference to `boost::reg_expression<char, boost::regex_traits<char>, 
std::allocator<char> >::~reg_expression()' 
/tmp/ccpu82sB.o(.gnu.linkonce.t. 
_ZN5boost9re_detail12perl_matcherIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub 
_matchIS6_EEENS_12regex_traitsIcEESaIcEEC1ES6_S6_RNS_13match_resultsIS6_S9_EERKNS_ 
14reg_expressionIcSB_SC_EENS_15regex_constants12_match_flagsE+0xa1): In function 
`boost::re_detail::perl_matcher<__gnu_cxx::__normal_iterator<char const*, 
std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, 
std::allocator<boost::sub_match<__gnu_cxx::__normal_iterator<char const*, 
std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >, 
boost::regex_traits<char>, std::allocator<char>> 
::perl_matcher(__gnu_cxx::__normal_iterator<char const*, std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > >, __gnu_cxx::__normal_iterator<char 
const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, 
boost::match_results<__gnu_cxx::__normal_iterator<char const*, std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > >, 
std::allocator<boost::sub_match<__gnu_cxx::__normal_iterator<char const*, 
std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >&, 
boost::reg_expression<char, boost::regex_traits<char>, std::allocator<char> > const&, 
boost::regex_constants::_match_flags)': 

しかし、もし私がコンパイルするだけでデフォルトのboostがインストールされていれば、システム管理がインストールされている

g++ -v main.cpp -lboost_regex -o example 

それでいいです。

LDDの例は、私が何らかの理由で

libboost_regex.so.1 => /usr/lib64/libboost_regex.so.1 (0x0000002a95557000) 

を得た私が、/ usr /含める/ブーストでブーストを更新しないよう求めています。 ローカルフォルダ内にブーストをインストールし、異なるバージョンを使用するためのリンクを含める方法とパスを変更するというこの問題を解決するのに役立つものはありますか?

この質問がダムかどうかわかりませんが、Googleで検索しましたが、ほとんどは 関連の質問はgccコマンドの-I、-L、-lに正しく設定されていません。私は上記のエラーメッセージ のことを知らない、本当に私を怒らせる。どんな助けもありがとうございます。

ご尽力いただきありがとうございます。

+0

リンカは明らかにインストールされたブーストライブラリが含まれていません。 '-L <あなたのlibパス>'を '-L <あなたのlibパス>'に変更しようとしていますか? – HonkyTonk

+0

実際、私のコンパイルコマンドには、-Lとパスの間にスペースがありませんでした。それはポストのタイプミスです、残念です。 – user1350816

答えて

8

あなたのコンパイルコマンドでは、/my_path/boost-1.49.0/include/boostをインクルードパスとして使用し、次にソースコードで#include <boost/regex.hpp>を使用したとします。

私の推測では、regex.hpp/my_path/boost-1.49.0/include/boost/boost/regex.hppで検索されています。明らかに見つからないので、システム1が見つかります。

あなたが試みることができる: g++ -v -I /my_path/boost-1.49.0/include -L /my_path/boost-1.49.0/lib main.cpp -lboost_regex -o example

+0

ああ、ありがとうございます!これはまさに問題の原因であり、その微妙な部分に気付かなかった。 – user1350816

関連する問題