-
-
Save anonymous/971d9501385e144855d7 to your computer and use it in GitHub Desktop.
How do I compile this?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
thatsme@youknowwhere:~/ls$ ocamlbuild -use-ocamlfind -package re2 -package core ls.native | |
ocamlfind ocamlopt -c -package threads -package sexplib.syntax -package re2 -package herelib.syntax -package herelib -package core -package comparelib.syntax -package camlp4 -package bin_prot.syntax -thread -package core -package re2 -o ls.cmx ls.ml | |
ocamlfind ocamlopt -linkpkg -linkpkg -package threads -package sexplib.syntax -package re2 -package herelib.syntax -package herelib -package core -package comparelib.syntax -package camlp4 -package bin_prot.syntax -thread -package core -package re2 ls.cmx -o ls.native | |
+ ocamlfind ocamlopt -linkpkg -linkpkg -package threads -package sexplib.syntax -package re2 -package herelib.syntax -package herelib -package core -package comparelib.syntax -package camlp4 -package bin_prot.syntax -thread -package core -package re2 ls.cmx -o ls.native | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::StringPiece::as_string() const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/stringpiece.h:89: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator+<char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2405: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::append(char const*)': | |
/usr/include/c++/4.8/bits/basic_string.h:1009: undefined reference to `std::string::append(char const*, unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::StringPiece::as_string() const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/stringpiece.h:89: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator+<char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Options::ParseFlags() const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:113: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_ostringstream': | |
/usr/include/c++/4.8/sstream:453: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/sstream:453: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_string<char*>': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Init(re2::StringPiece const&, re2::RE2::Options const&)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:147: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::StringPiece::as_string() const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/stringpiece.h:89: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::clear()': | |
/usr/include/c++/4.8/bits/basic_string.h:804: undefined reference to `std::string::_M_mutate(unsigned long, unsigned long, unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~RegexpStatus': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/regexp.h:186: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2758: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2758: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o):/usr/include/c++/4.8/ostream:535: more undefined references to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' follow | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2758: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Init(re2::StringPiece const&, re2::RE2::Options const&)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:192: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:192: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::StringPiece::as_string() const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/stringpiece.h:89: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Init(re2::StringPiece const&, re2::RE2::Options const&)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:167: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~RegexpStatus': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/regexp.h:186: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~LogMessage': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~LogMessage': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o):/usr/include/c++/4.8/bits/basic_string.h:249: more undefined references to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' follow | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Init(re2::StringPiece const&, re2::RE2::Options const&)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:167: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Init(re2::StringPiece const&, re2::RE2::Options const&)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:192: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::ReverseProg() const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:212: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2758: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::ReverseProg() const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:212: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::ReverseProg() const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:213: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:213: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::ReverseProg() const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:213: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::QuoteMeta(re2::StringPiece const&)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:403: undefined reference to `std::string::reserve(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::push_back(char)': | |
/usr/include/c++/4.8/bits/basic_string.h:1056: undefined reference to `std::string::reserve(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::append(char const*)': | |
/usr/include/c++/4.8/bits/basic_string.h:1009: undefined reference to `std::string::append(char const*, unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::push_back(char)': | |
/usr/include/c++/4.8/bits/basic_string.h:1056: undefined reference to `std::string::reserve(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::QuoteMeta(re2::StringPiece const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::substr(unsigned long, unsigned long) const': | |
/usr/include/c++/4.8/bits/basic_string.h:2208: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::string const&, unsigned long, unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::substr(unsigned long, unsigned long) const': | |
/usr/include/c++/4.8/bits/basic_string.h:2208: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::string const&, unsigned long, unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_M_leak()': | |
/usr/include/c++/4.8/bits/basic_string.h:317: undefined reference to `std::string::_M_leak_hard()' | |
/usr/include/c++/4.8/bits/basic_string.h:317: undefined reference to `std::string::_M_leak_hard()' | |
/usr/include/c++/4.8/bits/basic_string.h:317: undefined reference to `std::string::_M_leak_hard()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::operator+=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:933: undefined reference to `std::string::append(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:933: undefined reference to `std::string::append(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::assign(char const*)': | |
/usr/include/c++/4.8/bits/basic_string.h:1131: undefined reference to `std::string::assign(char const*, unsigned long)' | |
/usr/include/c++/4.8/bits/basic_string.h:1131: undefined reference to `std::string::assign(char const*, unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::push_back(char)': | |
/usr/include/c++/4.8/bits/basic_string.h:1056: undefined reference to `std::string::reserve(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_set_length_and_sharable(unsigned long)': | |
/usr/include/c++/4.8/bits/basic_string.h:210: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Rewrite(std::string*, re2::StringPiece const&, re2::StringPiece const*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:843: undefined reference to `std::string::append(char const*, unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Rewrite(std::string*, re2::StringPiece const&, re2::StringPiece const*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:837: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::basic_ios<char, std::char_traits<char> >::setstate(std::_Ios_Iostate)': | |
/usr/include/c++/4.8/bits/basic_ios.h:152: undefined reference to `std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)' | |
/usr/include/c++/4.8/bits/basic_ios.h:152: undefined reference to `std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::push_back(char)': | |
/usr/include/c++/4.8/bits/basic_string.h:1056: undefined reference to `std::string::reserve(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_set_length_and_sharable(unsigned long)': | |
/usr/include/c++/4.8/bits/basic_string.h:210: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2758: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:713: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2758: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:714: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2758: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:714: 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*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:715: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:718: 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*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:677: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2758: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:678: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2758: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:678: 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*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:679: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_string<char*>': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:637: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2758: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:638: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2758: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:638: 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*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:639: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:595: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2758: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:596: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2758: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:596: 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*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:597: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:723: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2758: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:724: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2758: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:724: 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*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:725: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:729: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:734: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2758: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:735: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2758: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:735: 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*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:736: 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*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:739: 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*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:624: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2758: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:625: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2758: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:625: 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*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:626: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:659: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2758: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:660: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2758: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:660: 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*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:661: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_ostringstream': | |
/usr/include/c++/4.8/sstream:453: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_ostream': | |
/usr/include/c++/4.8/ostream:93: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:667: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2758: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:668: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2758: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:668: 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*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:669: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_ostringstream': | |
/usr/include/c++/4.8/sstream:453: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_ostream': | |
/usr/include/c++/4.8/ostream:93: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:601: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2758: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:602: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2758: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:602: 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*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:603: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:607: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2758: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:608: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2758: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:608: 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*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:609: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:684: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2758: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:685: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2758: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:685: 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*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:686: 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*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:630: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2758: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:631: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2758: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:631: 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*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:632: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Match(re2::StringPiece const&, int, int, re2::RE2::Anchor, re2::StringPiece*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:633: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::replace(unsigned long, unsigned long, std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:1430: undefined reference to `std::string::replace(unsigned long, unsigned long, char const*, unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::GlobalReplace(std::string*, re2::RE2 const&, re2::StringPiece const&)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:362: undefined reference to `std::string::append(char const*, unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `swap<char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2719: undefined reference to `std::string::swap(std::string&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::GlobalReplace(std::string*, re2::RE2 const&, re2::StringPiece const&)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:366: undefined reference to `std::string::append(char const*, unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:380: undefined reference to `std::string::append(char const*, unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::clear()': | |
/usr/include/c++/4.8/bits/basic_string.h:804: undefined reference to `std::string::_M_mutate(unsigned long, unsigned long, unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::DoMatch(re2::StringPiece const&, re2::RE2::Anchor, int*, re2::RE2::Arg const* const*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:782: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:815: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2758: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::DoMatch(re2::StringPiece const&, re2::RE2::Anchor, int*, re2::RE2::Arg const* const*, int) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:820: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::assign(char const*)': | |
/usr/include/c++/4.8/bits/basic_string.h:1131: undefined reference to `std::string::assign(char const*, unsigned long)' | |
/usr/include/c++/4.8/bits/basic_string.h:1131: undefined reference to `std::string::assign(char const*, unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::Arg::parse_string(char const*, int, void*)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:916: undefined reference to `std::string::assign(char const*, unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::~RE2()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:229: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:230: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:231: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `re2::RE2::~RE2()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:233: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:235: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:237: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:238: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::basic_ios<char, std::char_traits<char> >::setstate(std::_Ios_Iostate)': | |
/usr/include/c++/4.8/bits/basic_ios.h:152: undefined reference to `std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::~basic_stringbuf()': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::~basic_stringbuf()': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `LogMessage::LogMessage(char const*, int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::basic_ios<char, std::char_traits<char> >::setstate(std::_Ios_Iostate)': | |
/usr/include/c++/4.8/bits/basic_ios.h:152: undefined reference to `std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `LogMessage::LogMessage(char const*, int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_ostringstream': | |
/usr/include/c++/4.8/sstream:453: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_ostream': | |
/usr/include/c++/4.8/ostream:93: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `basic_string<char*>': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `LogMessage::~LogMessage()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, int> > >::deallocate(std::_Rb_tree_node<std::pair<std::string const, int> >*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, int> > >::deallocate(std::_Rb_tree_node<std::pair<std::string const, int> >*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, int> > >::deallocate(std::_Rb_tree_node<std::pair<std::string const, int> >*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, int> > >::deallocate(std::_Rb_tree_node<std::pair<std::string const, int> >*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, int> > >::deallocate(std::_Rb_tree_node<std::pair<std::string const, int> >*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::_Rb_tree<std::string, std::pair<std::string const, int>, std::_Select1st<std::pair<std::string const, int> >, std::less<std::string>, std::allocator<std::pair<std::string const, int> > >::_M_erase(std::_Rb_tree_node<std::pair<std::string const, int> >*)': | |
/usr/include/c++/4.8/bits/stl_tree.h:1123: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, int> > >::deallocate(std::_Rb_tree_node<std::pair<std::string const, int> >*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, int> > >::deallocate(std::_Rb_tree_node<std::pair<std::string const, int> >*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<int const, std::string> > >::deallocate(std::_Rb_tree_node<std::pair<int const, std::string> >*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<int const, std::string> > >::deallocate(std::_Rb_tree_node<std::pair<int const, std::string> >*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<int const, std::string> > >::deallocate(std::_Rb_tree_node<std::pair<int const, std::string> >*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<int const, std::string> > >::deallocate(std::_Rb_tree_node<std::pair<int const, std::string> >*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<int const, std::string> > >::deallocate(std::_Rb_tree_node<std::pair<int const, std::string> >*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::_Rb_tree<int, std::pair<int const, std::string>, std::_Select1st<std::pair<int const, std::string> >, std::less<int>, std::allocator<std::pair<int const, std::string> > >::_M_erase(std::_Rb_tree_node<std::pair<int const, std::string> >*)': | |
/usr/include/c++/4.8/bits/stl_tree.h:1123: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<int const, std::string> > >::deallocate(std::_Rb_tree_node<std::pair<int const, std::string> >*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<int const, std::string> > >::deallocate(std::_Rb_tree_node<std::pair<int const, std::string> >*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `__static_initialization_and_destruction_0': | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::Init()' | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::~Init()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `__static_initialization_and_destruction_0': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/re2.cc:47: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(re2.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__tcf_0': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:450: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `TopEqual': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:366: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_string<char*>': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_string<char*>': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::Regexp::AllocSub(int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/regexp.h:491: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~LogMessageFatal': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:71: undefined reference to `std::cerr' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:71: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::Regexp::AllocSub(int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/regexp.h:493: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `LogMessageFatal': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::Regexp::AddRuneToString(int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:156: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:159: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:152: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::Regexp::HaveMatch(int, re2::Regexp::ParseFlags)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:166: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:166: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::Regexp::Plus(re2::Regexp*, re2::Regexp::ParseFlags)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:174: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:174: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::Regexp::Star(re2::Regexp*, re2::Regexp::ParseFlags)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:183: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:183: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::Regexp::Quest(re2::Regexp*, re2::Regexp::ParseFlags)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:192: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:192: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::Regexp::ConcatOrAlternate(re2::RegexpOp, re2::Regexp**, int, re2::Regexp::ParseFlags, bool)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:206: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:221: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:229: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:233: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:239: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:212: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:233: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:221: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::Regexp::Capture(re2::Regexp*, re2::Regexp::ParseFlags, int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:256: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:256: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::Regexp::Repeat(re2::Regexp*, re2::Regexp::ParseFlags, int, int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:264: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:264: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::Regexp::NewLiteral(int, re2::Regexp::ParseFlags)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:273: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:273: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::Regexp::LiteralString(int*, int, re2::Regexp::ParseFlags)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:283: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:280: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:283: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::Regexp::NewCharClass(re2::CharClass*, re2::Regexp::ParseFlags)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:290: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:290: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::RegexpStatus::Text() const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:477: undefined reference to `std::string::append(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::append(char const*)': | |
/usr/include/c++/4.8/bits/basic_string.h:1009: undefined reference to `std::string::append(char const*, unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::RegexpStatus::Text() const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:479: undefined reference to `std::string::append(char const*, unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:480: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::string const&)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:475: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::CharClassBuilder::Copy()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:770: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::_Rb_tree_const_iterator<re2::RuneRange>::operator++()': | |
/usr/include/c++/4.8/bits/stl_tree.h:270: undefined reference to `std::_Rb_tree_increment(std::_Rb_tree_node_base const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::_Rb_tree_iterator<re2::RuneRange>::operator--()': | |
/usr/include/c++/4.8/bits/stl_tree.h:204: undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<re2::RuneRange> >::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::_Rb_tree<re2::RuneRange, re2::RuneRange, std::_Identity<re2::RuneRange>, re2::RuneRangeLess, std::allocator<re2::RuneRange> >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, re2::RuneRange const&)': | |
/usr/include/c++/4.8/bits/stl_tree.h:1025: 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&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::CharClassBuilder::Copy()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:770: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::CharClass::New(int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:855: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::_Rb_tree_const_iterator<re2::RuneRange>::operator++()': | |
/usr/include/c++/4.8/bits/stl_tree.h:270: undefined reference to `std::_Rb_tree_increment(std::_Rb_tree_node_base const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::Regexp::~Regexp()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:43: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::Regexp::~Regexp()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:47: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::Regexp::QuickDestroy()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:56: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::Regexp::Walker<int>::WalkInternal(re2::Regexp*, int, bool)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/walker-inl.h:189: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::Regexp::Walker<int>::WalkInternal(re2::Regexp*, int, bool)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/walker-inl.h:208: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int> >::deallocate(re2::WalkState<int>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int> >::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int>*>::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int>*>::deallocate(re2::WalkState<int>**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int> >::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int>*>::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int>*>::deallocate(re2::WalkState<int>**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::stack<re2::WalkState<int>, std::deque<re2::WalkState<int>, std::allocator<re2::WalkState<int> > > >::push(re2::WalkState<int> const&)': | |
/usr/include/c++/4.8/ext/new_allocator.h:102: undefined reference to `std::__throw_bad_alloc()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::_Rb_tree<re2::RuneRange, re2::RuneRange, std::_Identity<re2::RuneRange>, re2::RuneRangeLess, std::allocator<re2::RuneRange> >::_M_erase_aux(std::_Rb_tree_const_iterator<re2::RuneRange>)': | |
/usr/include/c++/4.8/bits/stl_tree.h:1745: undefined reference to `std::_Rb_tree_rebalance_for_erase(std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<re2::RuneRange> >::deallocate(std::_Rb_tree_node<re2::RuneRange>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::_Rb_tree<re2::RuneRange, re2::RuneRange, std::_Identity<re2::RuneRange>, re2::RuneRangeLess, std::allocator<re2::RuneRange> >::_M_erase_aux(std::_Rb_tree_const_iterator<re2::RuneRange>)': | |
/usr/include/c++/4.8/bits/stl_tree.h:1745: undefined reference to `std::_Rb_tree_rebalance_for_erase(std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<re2::RuneRange> >::deallocate(std::_Rb_tree_node<re2::RuneRange>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::_Rb_tree_const_iterator<re2::RuneRange>::operator++()': | |
/usr/include/c++/4.8/bits/stl_tree.h:270: undefined reference to `std::_Rb_tree_increment(std::_Rb_tree_node_base const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::_Rb_tree<re2::RuneRange, re2::RuneRange, std::_Identity<re2::RuneRange>, re2::RuneRangeLess, std::allocator<re2::RuneRange> >::_M_erase_aux(std::_Rb_tree_const_iterator<re2::RuneRange>)': | |
/usr/include/c++/4.8/bits/stl_tree.h:1745: undefined reference to `std::_Rb_tree_rebalance_for_erase(std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<re2::RuneRange> >::deallocate(std::_Rb_tree_node<re2::RuneRange>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::_Rb_tree_const_iterator<re2::RuneRange>::operator++()': | |
/usr/include/c++/4.8/bits/stl_tree.h:270: undefined reference to `std::_Rb_tree_increment(std::_Rb_tree_node_base const*)' | |
/usr/include/c++/4.8/bits/stl_tree.h:270: undefined reference to `std::_Rb_tree_increment(std::_Rb_tree_node_base const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::RuneRange>::deallocate(re2::RuneRange*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::RuneRange>::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::RuneRange>::deallocate(re2::RuneRange*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::vector<re2::RuneRange, std::allocator<re2::RuneRange> >::reserve(unsigned long)': | |
/usr/include/c++/4.8/bits/vector.tcc:69: undefined reference to `std::__throw_length_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::RuneRange>::deallocate(re2::RuneRange*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::Regexp*>::deallocate(re2::Regexp**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `TopEqual': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:366: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::Regexp*>::deallocate(re2::Regexp**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `TopEqual': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `TopEqual': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::Regexp::Walker<int>::WalkInternal(re2::Regexp*, int, bool)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/walker-inl.h:189: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::Regexp::Walker<int>::WalkInternal(re2::Regexp*, int, bool)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/walker-inl.h:208: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `pair': | |
/usr/include/c++/4.8/bits/stl_pair.h:113: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int> >::deallocate(re2::WalkState<int>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int> >::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::CaptureNamesWalker::PreVisit(re2::Regexp*, int, bool*)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:578: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int>*>::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int>*>::deallocate(re2::WalkState<int>**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::CaptureNamesWalker::ShortVisit(re2::Regexp*, int)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int> >::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::CaptureNamesWalker::ShortVisit(re2::Regexp*, int)': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::CaptureNamesWalker::ShortVisit(re2::Regexp*, int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int>*>::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int>*>::deallocate(re2::WalkState<int>**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::stack<re2::WalkState<int>, std::deque<re2::WalkState<int>, std::allocator<re2::WalkState<int> > > >::push(re2::WalkState<int> const&)': | |
/usr/include/c++/4.8/ext/new_allocator.h:102: undefined reference to `std::__throw_bad_alloc()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<re2::Regexp* const, int> > >::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::_Rb_tree<re2::Regexp*, std::pair<re2::Regexp* const, int>, std::_Select1st<std::pair<re2::Regexp* const, int> >, std::less<re2::Regexp*>, std::allocator<std::pair<re2::Regexp* const, int> > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<re2::Regexp* const, int> const&)': | |
/usr/include/c++/4.8/bits/stl_tree.h:1025: 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&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<re2::Regexp* const, int> > >::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::_Rb_tree<re2::Regexp*, std::pair<re2::Regexp* const, int>, std::_Select1st<std::pair<re2::Regexp* const, int> >, std::less<re2::Regexp*>, std::allocator<std::pair<re2::Regexp* const, int> > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<re2::Regexp* const, int> const&)': | |
/usr/include/c++/4.8/bits/stl_tree.h:1025: 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&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<re2::Regexp* const, int> > >::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::_Rb_tree<re2::Regexp*, std::pair<re2::Regexp* const, int>, std::_Select1st<std::pair<re2::Regexp* const, int> >, std::less<re2::Regexp*>, std::allocator<std::pair<re2::Regexp* const, int> > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<re2::Regexp* const, int> const&)': | |
/usr/include/c++/4.8/bits/stl_tree.h:1025: 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&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::_Rb_tree_const_iterator<std::pair<re2::Regexp* const, int> >::operator++(int)': | |
/usr/include/c++/4.8/bits/stl_tree.h:278: undefined reference to `std::_Rb_tree_increment(std::_Rb_tree_node_base const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::_Rb_tree<re2::Regexp*, std::pair<re2::Regexp* const, int>, std::_Select1st<std::pair<re2::Regexp* const, int> >, std::less<re2::Regexp*>, std::allocator<std::pair<re2::Regexp* const, int> > >::_M_erase_aux(std::_Rb_tree_const_iterator<std::pair<re2::Regexp* const, int> >)': | |
/usr/include/c++/4.8/bits/stl_tree.h:1745: undefined reference to `std::_Rb_tree_rebalance_for_erase(std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<re2::Regexp* const, int> > >::deallocate(std::_Rb_tree_node<std::pair<re2::Regexp* const, int> >*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::Regexp::Destroy()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:141: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:144: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::ostream::operator<<(unsigned short)': | |
/usr/include/c++/4.8/ostream:185: undefined reference to `std::ostream& std::ostream::_M_insert<unsigned long>(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::_Rep::_M_set_length_and_sharable(unsigned long)': | |
/usr/include/c++/4.8/bits/basic_string.h:210: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_ostringstream': | |
/usr/include/c++/4.8/sstream:453: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/sstream:453: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::_Rep::_M_set_length_and_sharable(unsigned long)': | |
/usr/include/c++/4.8/bits/basic_string.h:210: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_string<char*>': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<re2::Regexp* const, int> > >::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::_Rb_tree<re2::Regexp*, std::pair<re2::Regexp* const, int>, std::_Select1st<std::pair<re2::Regexp* const, int> >, std::less<re2::Regexp*>, std::allocator<std::pair<re2::Regexp* const, int> > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<re2::Regexp* const, int> const&)': | |
/usr/include/c++/4.8/bits/stl_tree.h:1025: 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&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<re2::Regexp* const, int> > >::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::_Rb_tree<re2::Regexp*, std::pair<re2::Regexp* const, int>, std::_Select1st<std::pair<re2::Regexp* const, int> >, std::less<re2::Regexp*>, std::allocator<std::pair<re2::Regexp* const, int> > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<re2::Regexp* const, int> const&)': | |
/usr/include/c++/4.8/bits/stl_tree.h:1025: 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&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::clear()': | |
/usr/include/c++/4.8/bits/basic_string.h:804: undefined reference to `std::string::_M_mutate(unsigned long, unsigned long, unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::resize(unsigned long)': | |
/usr/include/c++/4.8/bits/basic_string.h:754: undefined reference to `std::string::resize(unsigned long, char)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::_M_leak()': | |
/usr/include/c++/4.8/bits/basic_string.h:317: undefined reference to `std::string::_M_leak_hard()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::Regexp::RequiredPrefix(std::string*, bool*, re2::Regexp**)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:657: undefined reference to `std::string::append(char const*, unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string& std::string::_M_replace_dispatch<int>(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>, int, int, std::__true_type)': | |
/usr/include/c++/4.8/bits/basic_string.h:1702: undefined reference to `std::string::_M_replace_aux(unsigned long, unsigned long, unsigned long, char)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::Regexp::RequiredPrefix(std::string*, bool*, re2::Regexp**)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:670: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::resize(unsigned long)': | |
/usr/include/c++/4.8/bits/basic_string.h:754: undefined reference to `std::string::resize(unsigned long, char)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::_M_leak()': | |
/usr/include/c++/4.8/bits/basic_string.h:317: undefined reference to `std::string::_M_leak_hard()' | |
/usr/include/c++/4.8/bits/basic_string.h:317: undefined reference to `std::string::_M_leak_hard()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::resize(unsigned long)': | |
/usr/include/c++/4.8/bits/basic_string.h:754: undefined reference to `std::string::resize(unsigned long, char)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::Regexp::RequiredPrefix(std::string*, bool*, re2::Regexp**)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:670: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int> >::deallocate(re2::WalkState<int>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int>*>::deallocate(re2::WalkState<int>**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~Walker': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/walker-inl.h:139: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int> >::deallocate(re2::WalkState<int>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o):/usr/include/c++/4.8/ext/new_allocator.h:110: more undefined references to `operator delete(void*)' follow | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::Regexp::Walker<int>::WalkInternal(re2::Regexp*, int, bool)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/walker-inl.h:189: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/walker-inl.h:208: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `operator< <char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2571: undefined reference to `std::string::compare(std::string const&) const' | |
/usr/include/c++/4.8/bits/basic_string.h:2571: undefined reference to `std::string::compare(std::string const&) const' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int> >::deallocate(re2::WalkState<int>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `pair': | |
/usr/include/c++/4.8/bits/stl_pair.h:113: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int> >::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::NamedCapturesWalker::PreVisit(re2::Regexp*, int, bool*)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:534: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int>*>::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int>*>::deallocate(re2::WalkState<int>**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::NamedCapturesWalker::ShortVisit(re2::Regexp*, int)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int> >::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int>*>::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int>*>::deallocate(re2::WalkState<int>**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::stack<re2::WalkState<int>, std::deque<re2::WalkState<int>, std::allocator<re2::WalkState<int> > > >::push(re2::WalkState<int> const&)': | |
/usr/include/c++/4.8/ext/new_allocator.h:102: undefined reference to `std::__throw_bad_alloc()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int> >::deallocate(re2::WalkState<int>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int>*>::deallocate(re2::WalkState<int>**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~Walker': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/walker-inl.h:139: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::CharClass::Delete()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:868: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::basic_ios<char, std::char_traits<char> >::setstate(std::_Ios_Iostate)': | |
/usr/include/c++/4.8/bits/basic_ios.h:152: undefined reference to `std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `LogMessageFatal::~LogMessageFatal()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:71: undefined reference to `std::cerr' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:71: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<re2::RuneRange> >::deallocate(std::_Rb_tree_node<re2::RuneRange>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o):/usr/include/c++/4.8/ext/new_allocator.h:110: more undefined references to `operator delete(void*)' follow | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::Regexp*>::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::Regexp*>::deallocate(re2::Regexp**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::Regexp::Walker<int>::Reset()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/walker-inl.h:149: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int> >::deallocate(re2::WalkState<int>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int> >::deallocate(re2::WalkState<int>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int>*>::deallocate(re2::WalkState<int>**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::Regexp::Walker<int>::~Walker()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/walker-inl.h:139: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int> >::deallocate(re2::WalkState<int>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int>*>::deallocate(re2::WalkState<int>**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o):/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/walker-inl.h:139: more undefined references to `operator delete(void*)' follow | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::_Rb_tree_iterator<re2::RuneRange>::operator--()': | |
/usr/include/c++/4.8/bits/stl_tree.h:204: undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<re2::RuneRange> >::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::_Rb_tree<re2::RuneRange, re2::RuneRange, std::_Identity<re2::RuneRange>, re2::RuneRangeLess, std::allocator<re2::RuneRange> >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, re2::RuneRange const&)': | |
/usr/include/c++/4.8/bits/stl_tree.h:1025: 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&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::RuneRange>::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::RuneRange>::deallocate(re2::RuneRange*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<re2::Regexp* const, int> > >::deallocate(std::_Rb_tree_node<std::pair<re2::Regexp* const, int> >*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o):/usr/include/c++/4.8/ext/new_allocator.h:110: more undefined references to `operator delete(void*)' follow | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::Regexp*>::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::Regexp*>::deallocate(re2::Regexp**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::vector<re2::Regexp*, std::allocator<re2::Regexp*> >::_M_check_len(unsigned long, char const*) const': | |
/usr/include/c++/4.8/bits/stl_vector.h:1339: undefined reference to `std::__throw_length_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::_Rb_tree_iterator<std::pair<int const, std::string> >::operator--()': | |
/usr/include/c++/4.8/bits/stl_tree.h:204: undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<int const, std::string> > >::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `pair': | |
/usr/include/c++/4.8/bits/stl_pair.h:96: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::_Rb_tree<int, std::pair<int const, std::string>, std::_Select1st<std::pair<int const, std::string> >, std::less<int>, std::allocator<std::pair<int const, std::string> > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<int const, std::string> const&)': | |
/usr/include/c++/4.8/bits/stl_tree.h:1025: 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&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::_Rb_tree_iterator<std::pair<int const, std::string> >::operator++()': | |
/usr/include/c++/4.8/bits/stl_tree.h:189: undefined reference to `std::_Rb_tree_increment(std::_Rb_tree_node_base*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::_Rb_tree_iterator<std::pair<int const, std::string> >::operator--()': | |
/usr/include/c++/4.8/bits/stl_tree.h:204: undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)' | |
/usr/include/c++/4.8/bits/stl_tree.h:204: undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)' | |
/usr/include/c++/4.8/bits/stl_tree.h:204: undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::_Rb_tree<int, std::pair<int const, std::string>, std::_Select1st<std::pair<int const, std::string> >, std::less<int>, std::allocator<std::pair<int const, std::string> > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<int const, std::string> const&)': | |
/usr/include/c++/4.8/bits/stl_tree.h:384: undefined reference to `__cxa_begin_catch' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<int const, std::string> > >::deallocate(std::_Rb_tree_node<std::pair<int const, std::string> >*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::_Rb_tree<int, std::pair<int const, std::string>, std::_Select1st<std::pair<int const, std::string> >, std::less<int>, std::allocator<std::pair<int const, std::string> > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<int const, std::string> const&)': | |
/usr/include/c++/4.8/bits/stl_tree.h:387: undefined reference to `__cxa_rethrow' | |
/usr/include/c++/4.8/bits/stl_tree.h:384: undefined reference to `__cxa_end_catch' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `pair': | |
/usr/include/c++/4.8/bits/stl_pair.h:113: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::CaptureNamesWalker::PreVisit(re2::Regexp*, int, bool*)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:578: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::_Rb_tree_iterator<std::pair<re2::Regexp* const, int> >::operator--()': | |
/usr/include/c++/4.8/bits/stl_tree.h:204: undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::_Rb_tree_iterator<std::pair<re2::Regexp* const, int> >::operator++()': | |
/usr/include/c++/4.8/bits/stl_tree.h:189: undefined reference to `std::_Rb_tree_increment(std::_Rb_tree_node_base*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::_Rb_tree_iterator<std::pair<re2::Regexp* const, int> >::operator--()': | |
/usr/include/c++/4.8/bits/stl_tree.h:204: undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)' | |
/usr/include/c++/4.8/bits/stl_tree.h:204: undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)' | |
/usr/include/c++/4.8/bits/stl_tree.h:204: undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int>*>::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int> >::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::_Deque_base<re2::WalkState<int>, std::allocator<re2::WalkState<int> > >::_M_create_nodes(re2::WalkState<int>**, re2::WalkState<int>**)': | |
/usr/include/c++/4.8/bits/stl_deque.h:629: undefined reference to `__cxa_begin_catch' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int> >::deallocate(re2::WalkState<int>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::_Deque_base<re2::WalkState<int>, std::allocator<re2::WalkState<int> > >::_M_create_nodes(re2::WalkState<int>**, re2::WalkState<int>**)': | |
/usr/include/c++/4.8/bits/stl_deque.h:632: undefined reference to `__cxa_rethrow' | |
/usr/include/c++/4.8/bits/stl_deque.h:629: undefined reference to `__cxa_end_catch' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::_Deque_base<re2::WalkState<int>, std::allocator<re2::WalkState<int> > >::_M_initialize_map(unsigned long)': | |
/usr/include/c++/4.8/bits/stl_deque.h:602: undefined reference to `__cxa_begin_catch' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int>*>::deallocate(re2::WalkState<int>**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::_Deque_base<re2::WalkState<int>, std::allocator<re2::WalkState<int> > >::_M_initialize_map(unsigned long)': | |
/usr/include/c++/4.8/bits/stl_deque.h:607: undefined reference to `__cxa_rethrow' | |
/usr/include/c++/4.8/bits/stl_deque.h:602: undefined reference to `__cxa_end_catch' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::Regexp::Walker<int>::Walker()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/walker-inl.h:133: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int> >::deallocate(re2::WalkState<int>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int>*>::deallocate(re2::WalkState<int>**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int> >::deallocate(re2::WalkState<int>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int>*>::deallocate(re2::WalkState<int>**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::Regexp::Walker<int>::Walker()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/walker-inl.h:133: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::_Rb_tree_iterator<std::pair<std::string const, int> >::operator--()': | |
/usr/include/c++/4.8/bits/stl_tree.h:204: undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::_Rb_tree_iterator<std::pair<std::string const, int> >::operator++()': | |
/usr/include/c++/4.8/bits/stl_tree.h:189: undefined reference to `std::_Rb_tree_increment(std::_Rb_tree_node_base*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::_Rb_tree_iterator<std::pair<std::string const, int> >::operator--()': | |
/usr/include/c++/4.8/bits/stl_tree.h:204: undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, int> > >::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `pair': | |
/usr/include/c++/4.8/bits/stl_pair.h:96: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::_Rb_tree<std::string, std::pair<std::string const, int>, std::_Select1st<std::pair<std::string const, int> >, std::less<std::string>, std::allocator<std::pair<std::string const, int> > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<std::string const, int> const&)': | |
/usr/include/c++/4.8/bits/stl_tree.h:1025: 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&)' | |
/usr/include/c++/4.8/bits/stl_tree.h:384: undefined reference to `__cxa_begin_catch' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, int> > >::deallocate(std::_Rb_tree_node<std::pair<std::string const, int> >*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::_Rb_tree<std::string, std::pair<std::string const, int>, std::_Select1st<std::pair<std::string const, int> >, std::less<std::string>, std::allocator<std::pair<std::string const, int> > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<std::string const, int> const&)': | |
/usr/include/c++/4.8/bits/stl_tree.h:387: undefined reference to `__cxa_rethrow' | |
/usr/include/c++/4.8/bits/stl_tree.h:384: undefined reference to `__cxa_end_catch' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `re2::NamedCapturesWalker::PreVisit(re2::Regexp*, int, bool*)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:534: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `pair': | |
/usr/include/c++/4.8/bits/stl_pair.h:113: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__static_initialization_and_destruction_0': | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::Init()' | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::~Init()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `__static_initialization_and_destruction_0': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:465: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:465: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:465: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:465: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:465: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o):/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/regexp.cc:465: more undefined references to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)' follow | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o):(.data.rel.ro._ZTIN3re26Regexp6WalkerIiEE[_ZTIN3re26Regexp6WalkerIiEE]+0x0): undefined reference to `vtable for __cxxabiv1::__class_type_info' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o):(.data.rel.ro._ZTIN3re217NumCapturesWalkerE[_ZTIN3re217NumCapturesWalkerE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o):(.data.rel.ro._ZTIN3re219NamedCapturesWalkerE[_ZTIN3re219NamedCapturesWalkerE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o):(.data.rel.ro._ZTIN3re218CaptureNamesWalkerE[_ZTIN3re218CaptureNamesWalkerE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(regexp.o):(.data.rel.ro._ZTVN3re26Regexp6WalkerIiEE[_ZTVN3re26Regexp6WalkerIiEE]+0x38): undefined reference to `__cxa_pure_virtual' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `re2::BitState::~BitState()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/bitstate.cc:88: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/bitstate.cc:89: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `re2::BitState::GrowStack()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/bitstate.cc:108: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/bitstate.cc:110: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `basic_string<char*>': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `re2::BitState::TrySearch(int, char const*)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/bitstate.cc:242: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `re2::BitState::TrySearch(int, char const*)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/bitstate.cc:197: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `re2::BitState::TrySearch(int, char const*)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/bitstate.cc:174: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `re2::BitState::TrySearch(int, char const*)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/bitstate.cc:174: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `~LogMessage': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `re2::BitState::Search(re2::StringPiece const&, re2::StringPiece const&, bool, bool, re2::StringPiece*, int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/bitstate.cc:315: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/bitstate.cc:322: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/bitstate.cc:326: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `re2::BitState::~BitState()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/bitstate.cc:90: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `std::basic_ios<char, std::char_traits<char> >::setstate(std::_Ios_Iostate)': | |
/usr/include/c++/4.8/bits/basic_ios.h:152: undefined reference to `std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(bitstate.o): In function `__static_initialization_and_destruction_0': | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::Init()' | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::~Init()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `IsAnchorStart': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/compile.cc:873: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/compile.cc:878: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `IsAnchorEnd': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/compile.cc:921: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/compile.cc:926: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `re2::Compiler::AllocInst(int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/compile.cc:269: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/compile.cc:272: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `re2::Compiler::Trim()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/compile.cc:282: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/compile.cc:284: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `re2::Compiler::~Compiler()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/compile.cc:254: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/compile.cc:255: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Frag> >::deallocate(re2::WalkState<re2::Frag>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Frag>*>::deallocate(re2::WalkState<re2::Frag>**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<unsigned long const, int> > >::deallocate(std::_Rb_tree_node<std::pair<unsigned long const, int> >*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `re2::Compiler::PostVisit(re2::Regexp*, re2::Frag, re2::Frag, re2::Frag*, int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/compile.cc:849: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `basic_string<char*>': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `re2::Compiler::Compiler()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/compile.cc:239: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/compile.cc:239: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `re2::Compiler::CompileSet(re2::RE2::Options const&, re2::RE2::Anchor, re2::Regexp*)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/compile.cc:1126: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `~Walker': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/walker-inl.h:139: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `re2::Compiler::~Compiler()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/compile.cc:256: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::basic_ios<char, std::char_traits<char> >::setstate(std::_Ios_Iostate)': | |
/usr/include/c++/4.8/bits/basic_ios.h:152: undefined reference to `std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `re2::Regexp::Walker<re2::Frag>::Reset()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/walker-inl.h:149: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Frag> >::deallocate(re2::WalkState<re2::Frag>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Frag> >::deallocate(re2::WalkState<re2::Frag>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Frag>*>::deallocate(re2::WalkState<re2::Frag>**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `re2::Regexp::Walker<re2::Frag>::~Walker()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/walker-inl.h:139: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Frag> >::deallocate(re2::WalkState<re2::Frag>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Frag>*>::deallocate(re2::WalkState<re2::Frag>**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o):/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/walker-inl.h:139: more undefined references to `operator delete(void*)' follow | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::_Rb_tree_iterator<std::pair<unsigned long const, int> >::operator--()': | |
/usr/include/c++/4.8/bits/stl_tree.h:204: undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<unsigned long const, int> > >::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::_Rb_tree<unsigned long, std::pair<unsigned long const, int>, std::_Select1st<std::pair<unsigned long const, int> >, std::less<unsigned long>, std::allocator<std::pair<unsigned long const, int> > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<unsigned long const, int> const&)': | |
/usr/include/c++/4.8/bits/stl_tree.h:1025: 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&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::_Rb_tree_iterator<std::pair<unsigned long const, int> >::operator++()': | |
/usr/include/c++/4.8/bits/stl_tree.h:189: undefined reference to `std::_Rb_tree_increment(std::_Rb_tree_node_base*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::_Rb_tree_iterator<std::pair<unsigned long const, int> >::operator--()': | |
/usr/include/c++/4.8/bits/stl_tree.h:204: undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)' | |
/usr/include/c++/4.8/bits/stl_tree.h:204: undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)' | |
/usr/include/c++/4.8/bits/stl_tree.h:204: undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Frag>*>::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Frag> >::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::_Deque_base<re2::WalkState<re2::Frag>, std::allocator<re2::WalkState<re2::Frag> > >::_M_create_nodes(re2::WalkState<re2::Frag>**, re2::WalkState<re2::Frag>**)': | |
/usr/include/c++/4.8/bits/stl_deque.h:629: undefined reference to `__cxa_begin_catch' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Frag> >::deallocate(re2::WalkState<re2::Frag>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::_Deque_base<re2::WalkState<re2::Frag>, std::allocator<re2::WalkState<re2::Frag> > >::_M_create_nodes(re2::WalkState<re2::Frag>**, re2::WalkState<re2::Frag>**)': | |
/usr/include/c++/4.8/bits/stl_deque.h:632: undefined reference to `__cxa_rethrow' | |
/usr/include/c++/4.8/bits/stl_deque.h:629: undefined reference to `__cxa_end_catch' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::_Deque_base<re2::WalkState<re2::Frag>, std::allocator<re2::WalkState<re2::Frag> > >::_M_initialize_map(unsigned long)': | |
/usr/include/c++/4.8/bits/stl_deque.h:602: undefined reference to `__cxa_begin_catch' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Frag>*>::deallocate(re2::WalkState<re2::Frag>**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::_Deque_base<re2::WalkState<re2::Frag>, std::allocator<re2::WalkState<re2::Frag> > >::_M_initialize_map(unsigned long)': | |
/usr/include/c++/4.8/bits/stl_deque.h:607: undefined reference to `__cxa_rethrow' | |
/usr/include/c++/4.8/bits/stl_deque.h:602: undefined reference to `__cxa_end_catch' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `re2::Regexp::Walker<re2::Frag>::Walker()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/walker-inl.h:133: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Frag> >::deallocate(re2::WalkState<re2::Frag>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Frag>*>::deallocate(re2::WalkState<re2::Frag>**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Frag> >::deallocate(re2::WalkState<re2::Frag>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Frag>*>::deallocate(re2::WalkState<re2::Frag>**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `re2::Regexp::Walker<re2::Frag>::Walker()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/walker-inl.h:133: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Frag> >::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Frag>*>::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Frag>*>::deallocate(re2::WalkState<re2::Frag>**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::_Deque_base<re2::WalkState<re2::Frag>, std::allocator<re2::WalkState<re2::Frag> > >::_M_allocate_map(unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:102: undefined reference to `std::__throw_bad_alloc()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `re2::Regexp::Walker<re2::Frag>::WalkInternal(re2::Regexp*, re2::Frag, bool)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/walker-inl.h:208: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/walker-inl.h:189: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::string::_Rep::_M_set_length_and_sharable(unsigned long)': | |
/usr/include/c++/4.8/bits/basic_string.h:210: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `~basic_ostringstream': | |
/usr/include/c++/4.8/sstream:453: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/sstream:453: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Frag> >::deallocate(re2::WalkState<re2::Frag>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::string::_Rep::_M_set_length_and_sharable(unsigned long)': | |
/usr/include/c++/4.8/bits/basic_string.h:210: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o): In function `__static_initialization_and_destruction_0': | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::Init()' | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::~Init()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o):(.data.rel.ro._ZTIN3re26Regexp6WalkerINS_4FragEEE[_ZTIN3re26Regexp6WalkerINS_4FragEEE]+0x0): undefined reference to `vtable for __cxxabiv1::__class_type_info' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o):(.data.rel.ro._ZTIN3re28CompilerE[_ZTIN3re28CompilerE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(compile.o):(.data.rel.ro._ZTVN3re26Regexp6WalkerINS_4FragEEE[_ZTVN3re26Regexp6WalkerINS_4FragEEE]+0x38): undefined reference to `__cxa_pure_virtual' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `re2::DFA::DumpWorkq(re2::DFA::Workq*)': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `re2::DFA::DumpState(re2::DFA::State*)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/dfa.cc:516: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::string const&)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/dfa.cc:502: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/dfa.cc:498: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/dfa.cc:500: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `re2::DFA::StateSaver::StateSaver(re2::DFA*, re2::DFA::State*)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/dfa.cc:1191: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `_Prime_rehash_policy': | |
/usr/include/c++/4.8/tr1/hashtable_policy.h:384: undefined reference to `std::tr1::__detail::__prime_list' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `__gnu_cxx::new_allocator<std::tr1::__detail::_Hash_node<re2::DFA::State*, false>*>::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `operator<< <char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2758: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `re2::DFA::DFA(re2::Prog*, re2::Prog::MatchKind, long)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/dfa.cc:453: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `SparseSet': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_set.h:61: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_set.h:62: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `re2::DFA::DFA(re2::Prog*, re2::Prog::MatchKind, long)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/dfa.cc:454: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `SparseSet': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_set.h:61: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_set.h:62: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `re2::DFA::DFA(re2::Prog*, re2::Prog::MatchKind, long)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/dfa.cc:455: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `operator<< <char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2758: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `__gnu_cxx::new_allocator<std::tr1::__detail::_Hash_node<re2::DFA::State*, false>*>::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:102: undefined reference to `std::__throw_bad_alloc()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `re2::DFA::DFA(re2::Prog*, re2::Prog::MatchKind, long)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/dfa.cc:454: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `re2::Prog::GetDFA(re2::Prog::MatchKind)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/dfa.cc:1801: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/dfa.cc:1801: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `__gnu_cxx::new_allocator<std::tr1::__detail::_Hash_node<re2::DFA::State*, false> >::deallocate(std::tr1::__detail::_Hash_node<re2::DFA::State*, false>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `re2::DFA::ClearCache()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/dfa.cc:764: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `__gnu_cxx::new_allocator<re2::DFA::State*>::deallocate(re2::DFA::State**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `__gnu_cxx::new_allocator<re2::DFA::State*>::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `__gnu_cxx::new_allocator<re2::DFA::State*>::deallocate(re2::DFA::State**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::vector<re2::DFA::State*, std::allocator<re2::DFA::State*> >::reserve(unsigned long)': | |
/usr/include/c++/4.8/bits/vector.tcc:69: undefined reference to `std::__throw_length_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~SparseSet': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_set.h:75: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_set.h:76: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `re2::DFA::~DFA()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/dfa.cc:459: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~SparseSet': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_set.h:75: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_set.h:76: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `re2::DFA::~DFA()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/dfa.cc:460: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/dfa.cc:461: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `__gnu_cxx::new_allocator<std::tr1::__detail::_Hash_node<re2::DFA::State*, false> >::deallocate(std::tr1::__detail::_Hash_node<re2::DFA::State*, false>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `__gnu_cxx::new_allocator<std::tr1::__detail::_Hash_node<re2::DFA::State*, false>*>::deallocate(std::tr1::__detail::_Hash_node<re2::DFA::State*, false>**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::ostream::operator<<(unsigned long)': | |
/usr/include/c++/4.8/ostream:171: undefined reference to `std::ostream& std::ostream::_M_insert<unsigned long>(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `re2::DFA::CachedState(int*, int, unsigned int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/dfa.cc:737: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_ostringstream': | |
/usr/include/c++/4.8/sstream:453: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/sstream:453: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_string<char*>': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~LogMessage': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `re2::DFA::WorkqToCachedState(re2::DFA::Workq*, unsigned int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/dfa.cc:585: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/dfa.cc:703: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/dfa.cc:615: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::_Rep::_M_set_length_and_sharable(unsigned long)': | |
/usr/include/c++/4.8/bits/basic_string.h:210: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_ostringstream': | |
/usr/include/c++/4.8/sstream:453: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/sstream:453: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::_Rep::_M_set_length_and_sharable(unsigned long)': | |
/usr/include/c++/4.8/bits/basic_string.h:210: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `re2::DFA::InlinedSearchLoop(re2::DFA::SearchParams*, bool, bool, bool)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/dfa.cc:1467: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_string<char*>': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::_Rep::_M_set_length_and_sharable(unsigned long)': | |
/usr/include/c++/4.8/bits/basic_string.h:210: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_ostringstream': | |
/usr/include/c++/4.8/sstream:453: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/sstream:453: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::_Rep::_M_set_length_and_sharable(unsigned long)': | |
/usr/include/c++/4.8/bits/basic_string.h:210: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `re2::DFA::InlinedSearchLoop(re2::DFA::SearchParams*, bool, bool, bool)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/dfa.cc:1467: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_string<char*>': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::clear()': | |
/usr/include/c++/4.8/bits/basic_string.h:804: undefined reference to `std::string::_M_mutate(unsigned long, unsigned long, unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<re2::DFA::State* const, int> > >::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::_Rb_tree<re2::DFA::State*, std::pair<re2::DFA::State* const, int>, std::_Select1st<std::pair<re2::DFA::State* const, int> >, std::less<re2::DFA::State*>, std::allocator<std::pair<re2::DFA::State* const, int> > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<re2::DFA::State* const, int> const&)': | |
/usr/include/c++/4.8/bits/stl_tree.h:1025: 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&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::clear()': | |
/usr/include/c++/4.8/bits/basic_string.h:804: undefined reference to `std::string::_M_mutate(unsigned long, unsigned long, unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<re2::DFA::State* const, int> > >::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::_Rb_tree<re2::DFA::State*, std::pair<re2::DFA::State* const, int>, std::_Select1st<std::pair<re2::DFA::State* const, int> >, std::less<re2::DFA::State*>, std::allocator<std::pair<re2::DFA::State* const, int> > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<re2::DFA::State* const, int> const&)': | |
/usr/include/c++/4.8/bits/stl_tree.h:1025: 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&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string& std::string::_M_replace_dispatch<int>(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>, int, int, std::__true_type)': | |
/usr/include/c++/4.8/bits/basic_string.h:1702: undefined reference to `std::string::_M_replace_aux(unsigned long, unsigned long, unsigned long, char)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<re2::DFA::State* const, int> > >::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::_Rb_tree<re2::DFA::State*, std::pair<re2::DFA::State* const, int>, std::_Select1st<std::pair<re2::DFA::State* const, int> >, std::less<re2::DFA::State*>, std::allocator<std::pair<re2::DFA::State* const, int> > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<re2::DFA::State* const, int> const&)': | |
/usr/include/c++/4.8/bits/stl_tree.h:1025: 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&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<re2::DFA::State* const, int> > >::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::_Rb_tree<re2::DFA::State*, std::pair<re2::DFA::State* const, int>, std::_Select1st<std::pair<re2::DFA::State* const, int> >, std::less<re2::DFA::State*>, std::allocator<std::pair<re2::DFA::State* const, int> > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<re2::DFA::State* const, int> const&)': | |
/usr/include/c++/4.8/bits/stl_tree.h:1025: 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&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string& std::string::replace<int>(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>, int, int)': | |
/usr/include/c++/4.8/bits/basic_string.h:1702: undefined reference to `std::string::_M_replace_aux(unsigned long, unsigned long, unsigned long, char)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::assign(char const*)': | |
/usr/include/c++/4.8/bits/basic_string.h:1131: undefined reference to `std::string::assign(char const*, unsigned long)' | |
/usr/include/c++/4.8/bits/basic_string.h:1131: undefined reference to `std::string::assign(char const*, unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `re2::Prog::PossibleMatchRange(std::string*, std::string*, int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/dfa.cc:2078: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/dfa.cc:2078: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `_Prime_rehash_policy': | |
/usr/include/c++/4.8/tr1/hashtable_policy.h:384: undefined reference to `std::tr1::__detail::__prime_list' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `__gnu_cxx::new_allocator<std::tr1::__detail::_Hash_node<re2::DFA::State*, false>*>::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `__gnu_cxx::new_allocator<re2::DFA::State*>::deallocate(re2::DFA::State**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `__gnu_cxx::new_allocator<std::tr1::__detail::_Hash_node<re2::DFA::State*, false> >::deallocate(std::tr1::__detail::_Hash_node<re2::DFA::State*, false>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `__gnu_cxx::new_allocator<std::tr1::__detail::_Hash_node<re2::DFA::State*, false>*>::deallocate(std::tr1::__detail::_Hash_node<re2::DFA::State*, false>**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `unordered_set': | |
/usr/include/c++/4.8/ext/new_allocator.h:102: undefined reference to `std::__throw_bad_alloc()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `__gnu_cxx::new_allocator<re2::DFA::State*>::deallocate(re2::DFA::State**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `re2::DFA::StateSaver::~StateSaver()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/dfa.cc:1197: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `DeleteDFA': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/dfa.cc:1766: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::basic_ios<char, std::char_traits<char> >::setstate(std::_Ios_Iostate)': | |
/usr/include/c++/4.8/bits/basic_ios.h:152: undefined reference to `std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `__gnu_cxx::new_allocator<std::tr1::__detail::_Hash_node<re2::DFA::State*, false> >::deallocate(std::tr1::__detail::_Hash_node<re2::DFA::State*, false>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `__gnu_cxx::new_allocator<std::tr1::__detail::_Hash_node<re2::DFA::State*, false>*>::deallocate(std::tr1::__detail::_Hash_node<re2::DFA::State*, false>**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `__gnu_cxx::new_allocator<re2::DFA::State*>::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `__gnu_cxx::new_allocator<re2::DFA::State*>::deallocate(re2::DFA::State**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `__gnu_cxx::new_allocator<int>::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `__gnu_cxx::new_allocator<int>::deallocate(int*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<re2::DFA::State* const, int> > >::deallocate(std::_Rb_tree_node<std::pair<re2::DFA::State* const, int> >*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o):/usr/include/c++/4.8/ext/new_allocator.h:110: more undefined references to `operator delete(void*)' follow | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `__gnu_cxx::new_allocator<std::tr1::__detail::_Hash_node<re2::DFA::State*, false>*>::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `__gnu_cxx::new_allocator<std::tr1::__detail::_Hash_node<re2::DFA::State*, false>*>::deallocate(std::tr1::__detail::_Hash_node<re2::DFA::State*, false>**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::tr1::_Hashtable<re2::DFA::State*, re2::DFA::State*, std::allocator<re2::DFA::State*>, std::_Identity<re2::DFA::State*>, re2::DFA::StateEqual, re2::DFA::StateHash, std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash, std::tr1::__detail::_Prime_rehash_policy, false, true, true>::_M_rehash(unsigned long)': | |
/usr/include/c++/4.8/tr1/hashtable.h:1163: undefined reference to `__cxa_begin_catch' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `__gnu_cxx::new_allocator<std::tr1::__detail::_Hash_node<re2::DFA::State*, false>*>::deallocate(std::tr1::__detail::_Hash_node<re2::DFA::State*, false>**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::tr1::_Hashtable<re2::DFA::State*, re2::DFA::State*, std::allocator<re2::DFA::State*>, std::_Identity<re2::DFA::State*>, re2::DFA::StateEqual, re2::DFA::StateHash, std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash, std::tr1::__detail::_Prime_rehash_policy, false, true, true>::_M_rehash(unsigned long)': | |
/usr/include/c++/4.8/tr1/hashtable.h:1173: undefined reference to `__cxa_rethrow' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::tr1::_Hashtable<re2::DFA::State*, re2::DFA::State*, std::allocator<re2::DFA::State*>, std::_Identity<re2::DFA::State*>, re2::DFA::StateEqual, re2::DFA::StateHash, std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash, std::tr1::__detail::_Prime_rehash_policy, false, true, true>::_M_allocate_buckets(unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:102: undefined reference to `std::__throw_bad_alloc()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::tr1::_Hashtable<re2::DFA::State*, re2::DFA::State*, std::allocator<re2::DFA::State*>, std::_Identity<re2::DFA::State*>, re2::DFA::StateEqual, re2::DFA::StateHash, std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash, std::tr1::__detail::_Prime_rehash_policy, false, true, true>::_M_rehash(unsigned long)': | |
/usr/include/c++/4.8/tr1/hashtable.h:1163: undefined reference to `__cxa_end_catch' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `lower_bound<long unsigned int const*, float>': | |
/usr/include/c++/4.8/bits/stl_algobase.h:965: undefined reference to `std::tr1::__detail::__prime_list' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `__gnu_cxx::new_allocator<std::tr1::__detail::_Hash_node<re2::DFA::State*, false> >::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::tr1::_Hashtable<re2::DFA::State*, re2::DFA::State*, std::allocator<re2::DFA::State*>, std::_Identity<re2::DFA::State*>, re2::DFA::StateEqual, re2::DFA::StateHash, std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash, std::tr1::__detail::_Prime_rehash_policy, false, true, true>::_M_insert_bucket(re2::DFA::State* const&, unsigned long, unsigned long)': | |
/usr/include/c++/4.8/tr1/hashtable.h:871: undefined reference to `__cxa_begin_catch' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `__gnu_cxx::new_allocator<std::tr1::__detail::_Hash_node<re2::DFA::State*, false> >::deallocate(std::tr1::__detail::_Hash_node<re2::DFA::State*, false>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::tr1::_Hashtable<re2::DFA::State*, re2::DFA::State*, std::allocator<re2::DFA::State*>, std::_Identity<re2::DFA::State*>, re2::DFA::StateEqual, re2::DFA::StateHash, std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash, std::tr1::__detail::_Prime_rehash_policy, false, true, true>::_M_insert_bucket(re2::DFA::State* const&, unsigned long, unsigned long)': | |
/usr/include/c++/4.8/tr1/hashtable.h:874: undefined reference to `__cxa_rethrow' | |
/usr/include/c++/4.8/tr1/hashtable.h:871: undefined reference to `__cxa_end_catch' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::_Rb_tree_iterator<std::pair<re2::DFA::State* const, int> >::operator--()': | |
/usr/include/c++/4.8/bits/stl_tree.h:204: undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::_Rb_tree_iterator<std::pair<re2::DFA::State* const, int> >::operator++()': | |
/usr/include/c++/4.8/bits/stl_tree.h:189: undefined reference to `std::_Rb_tree_increment(std::_Rb_tree_node_base*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::_Rb_tree_iterator<std::pair<re2::DFA::State* const, int> >::operator--()': | |
/usr/include/c++/4.8/bits/stl_tree.h:204: undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)' | |
/usr/include/c++/4.8/bits/stl_tree.h:204: undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)' | |
/usr/include/c++/4.8/bits/stl_tree.h:204: undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::_Rep::_M_set_length_and_sharable(unsigned long)': | |
/usr/include/c++/4.8/bits/basic_string.h:210: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_ostringstream': | |
/usr/include/c++/4.8/sstream:453: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/sstream:453: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::_Rep::_M_set_length_and_sharable(unsigned long)': | |
/usr/include/c++/4.8/bits/basic_string.h:210: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `re2::DFA::InlinedSearchLoop(re2::DFA::SearchParams*, bool, bool, bool)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/dfa.cc:1467: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `basic_string<char*>': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(dfa.o): In function `__static_initialization_and_destruction_0': | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::Init()' | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::~Init()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `re2::NFA::~NFA()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/nfa.cc:147: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/nfa.cc:148: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/nfa.cc:152: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/nfa.cc:153: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `~SparseArray': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_array.h:434: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `__gnu_cxx::new_allocator<re2::SparseArray<re2::NFA::Thread*>::IndexValue>::deallocate(re2::SparseArray<re2::NFA::Thread*>::IndexValue*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `~SparseArray': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_array.h:434: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `re2::NFA::AllocThread()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/nfa.cc:167: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/nfa.cc:168: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/nfa.cc:167: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/nfa.cc:168: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `re2::NFA::FormatCapture(char const**)': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `std::ostream::operator<<(void const*)': | |
/usr/include/c++/4.8/ostream:246: undefined reference to `std::ostream& std::ostream::_M_insert<void const*>(void const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `re2::NFA::Search(re2::StringPiece const&, re2::StringPiece const&, bool, bool, re2::StringPiece*, int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/nfa.cc:413: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `std::ostream::operator<<(void const*)': | |
/usr/include/c++/4.8/ostream:246: undefined reference to `std::ostream& std::ostream::_M_insert<void const*>(void const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `re2::NFA::Search(re2::StringPiece const&, re2::StringPiece const&, bool, bool, re2::StringPiece*, int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/nfa.cc:415: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `~LogMessageFatal': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:71: undefined reference to `std::cerr' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:71: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `re2::NFA::Search(re2::StringPiece const&, re2::StringPiece const&, bool, bool, re2::StringPiece*, int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/nfa.cc:431: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `re2::NFA::Search(re2::StringPiece const&, re2::StringPiece const&, bool, bool, re2::StringPiece*, int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/nfa.cc:446: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `re2::NFA::Step(re2::SparseArray<re2::NFA::Thread*>*, re2::SparseArray<re2::NFA::Thread*>*, int, int, char const*)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/nfa.cc:314: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `re2::NFA::Search(re2::StringPiece const&, re2::StringPiece const&, bool, bool, re2::StringPiece*, int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/nfa.cc:547: 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*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/nfa.cc:547: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `re2::NFA::Search(re2::StringPiece const&, re2::StringPiece const&, bool, bool, re2::StringPiece*, int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/nfa.cc:528: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `~LogMessageFatal': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:71: undefined reference to `std::cerr' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:71: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `~LogMessageFatal': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:70: undefined reference to `std::terminate()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `LogMessageFatal': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `SparseSet': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_set.h:61: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_set.h:62: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `~SparseSet': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_set.h:75: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_set.h:76: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `SparseSet': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_set.h:61: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `re2::NFA::NFA(re2::Prog*)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/nfa.cc:139: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `__gnu_cxx::new_allocator<re2::SparseArray<re2::NFA::Thread*>::IndexValue>::deallocate(re2::SparseArray<re2::NFA::Thread*>::IndexValue*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `std::basic_ios<char, std::char_traits<char> >::setstate(std::_Ios_Iostate)': | |
/usr/include/c++/4.8/bits/basic_ios.h:152: undefined reference to `std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `re2::SparseArray<re2::NFA::Thread*>::~SparseArray()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_array.h:434: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `__gnu_cxx::new_allocator<re2::SparseArray<re2::NFA::Thread*>::IndexValue>::deallocate(re2::SparseArray<re2::NFA::Thread*>::IndexValue*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `__gnu_cxx::new_allocator<re2::SparseArray<re2::NFA::Thread*>::IndexValue>::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `__gnu_cxx::new_allocator<re2::SparseArray<re2::NFA::Thread*>::IndexValue>::deallocate(re2::SparseArray<re2::NFA::Thread*>::IndexValue*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `std::vector<re2::SparseArray<re2::NFA::Thread*>::IndexValue, std::allocator<re2::SparseArray<re2::NFA::Thread*>::IndexValue> >::_M_check_len(unsigned long, char const*) const': | |
/usr/include/c++/4.8/bits/stl_vector.h:1339: undefined reference to `std::__throw_length_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `re2::SparseArray<re2::NFA::Thread*>::resize(int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_array.h:271: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_array.h:279: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(nfa.o): In function `__static_initialization_and_destruction_0': | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::Init()' | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::~Init()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o): In function `basic_string<char*>': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o): In function `re2::Prog::IsOnePass()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/onepass.cc:399: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/onepass.cc:401: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/onepass.cc:404: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o): In function `SparseSet': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_set.h:61: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_set.h:62: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o):/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_set.h:61: more undefined references to `operator new[](unsigned long)' follow | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o): In function `re2::Prog::IsOnePass()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/onepass.cc:608: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/onepass.cc:609: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/onepass.cc:610: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o): In function `~SparseSet': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_set.h:75: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_set.h:76: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o):/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_set.h:75: more undefined references to `operator delete[](void*)' follow | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o): In function `re2::Prog::IsOnePass()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/onepass.cc:593: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/onepass.cc:595: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/onepass.cc:603: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/onepass.cc:399: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/onepass.cc:401: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/onepass.cc:404: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o): In function `SparseSet': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_set.h:61: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o): In function `std::basic_ios<char, std::char_traits<char> >::setstate(std::_Ios_Iostate)': | |
/usr/include/c++/4.8/bits/basic_ios.h:152: undefined reference to `std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o): In function `re2::SparseSet::~SparseSet()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_set.h:75: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_set.h:76: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(onepass.o): In function `__static_initialization_and_destruction_0': | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::Init()' | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::~Init()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `UnHex': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:1229: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `basic_string<char*>': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `re2::Regexp::ParseState::~ParseState()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:184: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `re2::Regexp::ParseState::~ParseState()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:184: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `basic_string<char*>': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `re2::Regexp::RemoveLeadingRegexp(re2::Regexp*)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:681: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:681: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `re2::Regexp::RemoveLeadingString(re2::Regexp*, int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:759: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::_Rep::_M_set_length_and_sharable(unsigned long)': | |
/usr/include/c++/4.8/bits/basic_string.h:210: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::_Rep::_M_set_length_and_sharable(unsigned long)': | |
/usr/include/c++/4.8/bits/basic_string.h:210: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~basic_ostringstream': | |
/usr/include/c++/4.8/sstream:453: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/sstream:453: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `re2::Regexp::RemoveLeadingString(re2::Regexp*, int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:730: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:736: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `re2::Regexp::ParseState::MaybeConcatString(int, re2::Regexp::ParseFlags)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:1100: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `re2::Regexp::ParseState::PushRegexp(re2::Regexp*)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:227: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:221: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:227: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `re2::Regexp::ParseState::PushSimpleOp(re2::RegexpOp)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:440: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:440: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `re2::Regexp::ParseState::PushDot()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:431: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:432: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:432: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:431: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `re2::Regexp::ParseState::DoLeftParen(re2::StringPiece const&)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:504: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:507: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `re2::Regexp::ParseState::DoLeftParen(re2::StringPiece const&)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/stringpiece.h:89: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `re2::Regexp::ParseState::DoLeftParen(re2::StringPiece const&)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:504: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:507: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `re2::Regexp::ParseState::DoLeftParenNoCapture()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:513: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:513: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `re2::Regexp::ParseState::PushLiteral(int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:371: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:372: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:392: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:386: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:392: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:371: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::clear()': | |
/usr/include/c++/4.8/bits/basic_string.h:804: undefined reference to `std::string::_M_mutate(unsigned long, unsigned long, unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `re2::ConvertLatin1ToUTF8(re2::StringPiece const&, std::string*)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:1939: undefined reference to `std::string::append(char const*, unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `re2::Regexp::ParseState::FinishRegexp(re2::Regexp*)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:201: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `re2::Regexp::ParseState::DoCollapse(re2::RegexpOp)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:1016: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:1032: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `re2::Regexp::ParseState::DoConcatenation()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:1044: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:1044: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `re2::Regexp::ParseState::PushRepeatOp(re2::RegexpOp, re2::StringPiece const&, bool)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:457: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:457: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `re2::Regexp::ParseState::PushRepetition(int, int, re2::StringPiece const&, bool)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:484: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:484: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `re2::Regexp::ParseState::DoVerticalBar()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:553: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:563: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:553: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `re2::Regexp::FactorAlternationRecursive(re2::Regexp**, int, re2::Regexp::ParseFlags, int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:962: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `operator<< <char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2758: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::_Rep::_M_set_length_and_sharable(unsigned long)': | |
/usr/include/c++/4.8/bits/basic_string.h:210: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~basic_ostringstream': | |
/usr/include/c++/4.8/sstream:453: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/sstream:453: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::_Rep::_M_set_length_and_sharable(unsigned long)': | |
/usr/include/c++/4.8/bits/basic_string.h:210: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::_Rep::_M_set_length_and_sharable(unsigned long)': | |
/usr/include/c++/4.8/bits/basic_string.h:210: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/usr/include/c++/4.8/bits/basic_string.h:210: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `re2::Regexp::ParseState::ParseCharClass(re2::StringPiece*, re2::Regexp**, re2::RegexpStatus*)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:1666: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:1667: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:1667: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:1666: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~RegexpStatus': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/regexp.h:186: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `re2::Regexp::Parse(re2::StringPiece const&, re2::Regexp::ParseFlags, re2::RegexpStatus*)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:2162: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:2163: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:2180: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:2181: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:1959: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `re2::RegexpStatus::set_tmp(std::string*)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/regexp.h:190: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `re2::Regexp::Parse(re2::StringPiece const&, re2::Regexp::ParseFlags, re2::RegexpStatus*)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:2163: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `~RegexpStatus': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/regexp.h:186: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `re2::Regexp::Parse(re2::StringPiece const&, re2::Regexp::ParseFlags, re2::RegexpStatus*)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:2181: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `re2::Regexp::Parse(re2::StringPiece const&, re2::Regexp::ParseFlags, re2::RegexpStatus*)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/parse.cc:2180: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `std::basic_ios<char, std::char_traits<char> >::setstate(std::_Ios_Iostate)': | |
/usr/include/c++/4.8/bits/basic_ios.h:152: undefined reference to `std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(parse.o): In function `__static_initialization_and_destruction_0': | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::Init()' | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::~Init()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `IsMatch': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/prog.cc:242: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `ProgToString': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `re2::Prog::~Prog()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/prog.cc:122: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/prog.cc:123: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/prog.cc:124: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `SparseSet': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_set.h:61: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_set.h:62: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `operator+<char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2368: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:2369: undefined reference to `std::string::append(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `~SparseSet': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_set.h:75: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_set.h:76: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `operator+<char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `SparseSet': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_set.h:61: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_set.h:62: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `~SparseSet': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_set.h:75: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_set.h:76: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `SparseSet': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_set.h:61: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_set.h:61: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_set.h:62: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `~SparseSet': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_set.h:75: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_set.h:76: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `SparseSet': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/sparse_set.h:61: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `~LogMessageFatal': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:71: undefined reference to `std::cerr' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:71: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `~LogMessageFatal': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:71: undefined reference to `std::cerr' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:71: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `~LogMessageFatal': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:71: undefined reference to `std::cerr' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:71: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `~LogMessageFatal': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:71: undefined reference to `std::cerr' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:71: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `LogMessageFatal': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `LogMessageFatal': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `LogMessageFatal': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `re2::Prog::ComputeByteMap()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/prog.cc:326: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `std::basic_ios<char, std::char_traits<char> >::setstate(std::_Ios_Iostate)': | |
/usr/include/c++/4.8/bits/basic_ios.h:152: undefined reference to `std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(prog.o): In function `__static_initialization_and_destruction_0': | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::Init()' | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::~Init()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_string<char*>': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `re2::Regexp::AllocSub(int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/regexp.h:491: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~LogMessageFatal': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:71: undefined reference to `std::cerr' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:71: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `re2::Regexp::AllocSub(int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/regexp.h:493: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `LogMessageFatal': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:483: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_string<char*>': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `re2::SimplifyWalker::Concat2(re2::Regexp*, re2::Regexp*, re2::Regexp::ParseFlags)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/simplify.cc:299: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/simplify.cc:299: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `re2::SimplifyWalker::SimplifyRepeat(re2::Regexp*, int, int, re2::Regexp::ParseFlags)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/simplify.cc:351: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `re2::Regexp::AllocSub(int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/regexp.h:491: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~LogMessageFatal': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:71: undefined reference to `std::cerr' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:71: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `re2::SimplifyWalker::SimplifyRepeat(re2::Regexp*, int, int, re2::Regexp::ParseFlags)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/simplify.cc:326: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `re2::Regexp::AllocSub(int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/regexp.h:491: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~LogMessageFatal': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:71: undefined reference to `std::cerr' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:71: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `re2::SimplifyWalker::SimplifyRepeat(re2::Regexp*, int, int, re2::Regexp::ParseFlags)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/simplify.cc:338: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `re2::Regexp::AllocSub(int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/regexp.h:493: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `operator<< <char, std::char_traits<char>, std::allocator<char> >': | |
/usr/include/c++/4.8/bits/basic_string.h:2758: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `re2::SimplifyWalker::SimplifyRepeat(re2::Regexp*, int, int, re2::Regexp::ParseFlags)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/simplify.cc:372: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `re2::SimplifyWalker::SimplifyRepeat(re2::Regexp*, int, int, re2::Regexp::ParseFlags)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/simplify.cc:372: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::string::_Rep::_M_set_length_and_sharable(unsigned long)': | |
/usr/include/c++/4.8/bits/basic_string.h:210: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_ostringstream': | |
/usr/include/c++/4.8/sstream:453: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/sstream:453: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `re2::SimplifyWalker::SimplifyRepeat(re2::Regexp*, int, int, re2::Regexp::ParseFlags)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/simplify.cc:373: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `re2::Regexp::AllocSub(int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/regexp.h:493: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::string::_Rep::_M_set_length_and_sharable(unsigned long)': | |
/usr/include/c++/4.8/bits/basic_string.h:210: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_string<char*>': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~LogMessageFatal': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:71: undefined reference to `std::cerr' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:71: 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*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~LogMessageFatal': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:70: undefined reference to `std::terminate()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `re2::Regexp::AllocSub(int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `re2::SimplifyWalker::SimplifyRepeat(re2::Regexp*, int, int, re2::Regexp::ParseFlags)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/simplify.cc:351: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/simplify.cc:373: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/simplify.cc:326: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `re2::Regexp::AllocSub(int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `re2::SimplifyWalker::SimplifyCharClass(re2::Regexp*)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/simplify.cc:386: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/simplify.cc:388: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/simplify.cc:388: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `re2::SimplifyWalker::PostVisit(re2::Regexp*, re2::Regexp*, re2::Regexp*, re2::Regexp**, int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/simplify.cc:263: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/simplify.cc:234: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `re2::SimplifyWalker::PostVisit(re2::Regexp*, re2::Regexp*, re2::Regexp*, re2::Regexp**, int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/simplify.cc:291: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_ostringstream': | |
/usr/include/c++/4.8/sstream:453: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/sstream:453: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `re2::SimplifyWalker::PostVisit(re2::Regexp*, re2::Regexp*, re2::Regexp*, re2::Regexp**, int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/simplify.cc:218: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `re2::Regexp::AllocSub(int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/regexp.h:493: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_string<char*>': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `re2::SimplifyWalker::PostVisit(re2::Regexp*, re2::Regexp*, re2::Regexp*, re2::Regexp**, int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/simplify.cc:263: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `re2::SimplifyWalker::PostVisit(re2::Regexp*, re2::Regexp*, re2::Regexp*, re2::Regexp**, int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/simplify.cc:218: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Regexp*> >::deallocate(re2::WalkState<re2::Regexp*>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Regexp*>*>::deallocate(re2::WalkState<re2::Regexp*>**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~Walker': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/walker-inl.h:139: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_ostringstream': | |
/usr/include/c++/4.8/sstream:453: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/sstream:453: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_string<char*>': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::basic_ios<char, std::char_traits<char> >::setstate(std::_Ios_Iostate)': | |
/usr/include/c++/4.8/bits/basic_ios.h:152: undefined reference to `std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `re2::Regexp::Walker<re2::Regexp*>::Reset()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/walker-inl.h:149: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Regexp*> >::deallocate(re2::WalkState<re2::Regexp*>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Regexp*> >::deallocate(re2::WalkState<re2::Regexp*>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Regexp*>*>::deallocate(re2::WalkState<re2::Regexp*>**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `re2::Regexp::Walker<re2::Regexp*>::~Walker()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/walker-inl.h:139: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Regexp*> >::deallocate(re2::WalkState<re2::Regexp*>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Regexp*>*>::deallocate(re2::WalkState<re2::Regexp*>**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o):/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/walker-inl.h:139: more undefined references to `operator delete(void*)' follow | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Regexp*>*>::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Regexp*> >::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::_Deque_base<re2::WalkState<re2::Regexp*>, std::allocator<re2::WalkState<re2::Regexp*> > >::_M_create_nodes(re2::WalkState<re2::Regexp*>**, re2::WalkState<re2::Regexp*>**)': | |
/usr/include/c++/4.8/bits/stl_deque.h:629: undefined reference to `__cxa_begin_catch' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Regexp*> >::deallocate(re2::WalkState<re2::Regexp*>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::_Deque_base<re2::WalkState<re2::Regexp*>, std::allocator<re2::WalkState<re2::Regexp*> > >::_M_create_nodes(re2::WalkState<re2::Regexp*>**, re2::WalkState<re2::Regexp*>**)': | |
/usr/include/c++/4.8/bits/stl_deque.h:632: undefined reference to `__cxa_rethrow' | |
/usr/include/c++/4.8/bits/stl_deque.h:629: undefined reference to `__cxa_end_catch' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::_Deque_base<re2::WalkState<re2::Regexp*>, std::allocator<re2::WalkState<re2::Regexp*> > >::_M_initialize_map(unsigned long)': | |
/usr/include/c++/4.8/bits/stl_deque.h:602: undefined reference to `__cxa_begin_catch' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Regexp*>*>::deallocate(re2::WalkState<re2::Regexp*>**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::_Deque_base<re2::WalkState<re2::Regexp*>, std::allocator<re2::WalkState<re2::Regexp*> > >::_M_initialize_map(unsigned long)': | |
/usr/include/c++/4.8/bits/stl_deque.h:607: undefined reference to `__cxa_rethrow' | |
/usr/include/c++/4.8/bits/stl_deque.h:602: undefined reference to `__cxa_end_catch' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `re2::Regexp::Walker<re2::Regexp*>::Walker()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/walker-inl.h:133: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Regexp*> >::deallocate(re2::WalkState<re2::Regexp*>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Regexp*>*>::deallocate(re2::WalkState<re2::Regexp*>**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Regexp*> >::deallocate(re2::WalkState<re2::Regexp*>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Regexp*>*>::deallocate(re2::WalkState<re2::Regexp*>**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `re2::Regexp::Walker<re2::Regexp*>::Walker()': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/walker-inl.h:133: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Regexp*> >::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Regexp*>*>::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Regexp*>*>::deallocate(re2::WalkState<re2::Regexp*>**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::_Deque_base<re2::WalkState<re2::Regexp*>, std::allocator<re2::WalkState<re2::Regexp*> > >::_M_allocate_map(unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:102: undefined reference to `std::__throw_bad_alloc()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `re2::Regexp::Walker<re2::Regexp*>::WalkInternal(re2::Regexp*, re2::Regexp*, bool)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/walker-inl.h:189: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/walker-inl.h:208: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `__gnu_cxx::new_allocator<re2::WalkState<re2::Regexp*> >::deallocate(re2::WalkState<re2::Regexp*>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o): In function `__static_initialization_and_destruction_0': | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::Init()' | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::~Init()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o):(.data.rel.ro._ZTIN3re26Regexp6WalkerIPS0_EE[_ZTIN3re26Regexp6WalkerIPS0_EE]+0x0): undefined reference to `vtable for __cxxabiv1::__class_type_info' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o):(.data.rel.ro._ZTIN3re214SimplifyWalkerE[_ZTIN3re214SimplifyWalkerE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(simplify.o):(.data.rel.ro._ZTVN3re26Regexp6WalkerIPS0_EE[_ZTVN3re26Regexp6WalkerIPS0_EE]+0x38): undefined reference to `__cxa_pure_virtual' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `std::string::append(char const*)': | |
/usr/include/c++/4.8/bits/basic_string.h:1009: undefined reference to `std::string::append(char const*, unsigned long)' | |
/usr/include/c++/4.8/bits/basic_string.h:1009: undefined reference to `std::string::append(char const*, unsigned long)' | |
/usr/include/c++/4.8/bits/basic_string.h:1009: undefined reference to `std::string::append(char const*, unsigned long)' | |
/usr/include/c++/4.8/bits/basic_string.h:1009: undefined reference to `std::string::append(char const*, unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `re2::ToStringWalker::PreVisit(re2::Regexp*, int, bool*)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/tostring.cc:99: undefined reference to `std::string::append(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `std::string::append(char const*)': | |
/usr/include/c++/4.8/bits/basic_string.h:1009: undefined reference to `std::string::append(char const*, unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `AppendLiteral': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/tostring.cc:122: undefined reference to `std::string::append(unsigned long, char)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/tostring.cc:127: undefined reference to `std::string::append(unsigned long, char)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `std::string& std::string::_M_replace_dispatch<int>(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>, int, int, std::__true_type)': | |
/usr/include/c++/4.8/bits/basic_string.h:1702: undefined reference to `std::string::_M_replace_aux(unsigned long, unsigned long, unsigned long, char)' | |
/usr/include/c++/4.8/bits/basic_string.h:1702: undefined reference to `std::string::_M_replace_aux(unsigned long, unsigned long, unsigned long, char)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `std::string::append(char const*)': | |
/usr/include/c++/4.8/bits/basic_string.h:1009: undefined reference to `std::string::append(char const*, unsigned long)' | |
/usr/include/c++/4.8/bits/basic_string.h:1009: undefined reference to `std::string::append(char const*, unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `std::string::_M_leak()': | |
/usr/include/c++/4.8/bits/basic_string.h:317: undefined reference to `std::string::_M_leak_hard()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `std::ostream::operator<<(void const*)': | |
/usr/include/c++/4.8/ostream:246: undefined reference to `std::ostream& std::ostream::_M_insert<void const*>(void const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `~basic_ostringstream': | |
/usr/include/c++/4.8/sstream:453: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/sstream:453: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `std::string::append(char const*)': | |
/usr/include/c++/4.8/bits/basic_string.h:1009: undefined reference to `std::string::append(char const*, unsigned long)' | |
/usr/include/c++/4.8/bits/basic_string.h:1009: undefined reference to `std::string::append(char const*, unsigned long)' | |
/usr/include/c++/4.8/bits/basic_string.h:1009: undefined reference to `std::string::append(char const*, unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `re2::ToStringWalker::PostVisit(re2::Regexp*, int, int, int*, int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/tostring.cc:284: undefined reference to `std::string::append(char const*, unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `std::string::append(char const*)': | |
/usr/include/c++/4.8/bits/basic_string.h:1009: undefined reference to `std::string::append(char const*, unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o):/usr/include/c++/4.8/bits/basic_string.h:1009: more undefined references to `std::string::append(char const*, unsigned long)' follow | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `re2::ToStringWalker::PostVisit(re2::Regexp*, int, int, int*, int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/tostring.cc:213: undefined reference to `std::string::append(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `std::string::append(char const*)': | |
/usr/include/c++/4.8/bits/basic_string.h:1009: undefined reference to `std::string::append(char const*, unsigned long)' | |
/usr/include/c++/4.8/bits/basic_string.h:1009: undefined reference to `std::string::append(char const*, unsigned long)' | |
/usr/include/c++/4.8/bits/basic_string.h:1009: undefined reference to `std::string::append(char const*, unsigned long)' | |
/usr/include/c++/4.8/bits/basic_string.h:1009: undefined reference to `std::string::append(char const*, unsigned long)' | |
/usr/include/c++/4.8/bits/basic_string.h:1009: undefined reference to `std::string::append(char const*, unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o):/usr/include/c++/4.8/bits/basic_string.h:1009: more undefined references to `std::string::append(char const*, unsigned long)' follow | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `std::string::erase(unsigned long, unsigned long)': | |
/usr/include/c++/4.8/bits/basic_string.h:1364: undefined reference to `std::string::_M_mutate(unsigned long, unsigned long, unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `re2::ToStringWalker::PostVisit(re2::Regexp*, int, int, int*, int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/tostring.cc:211: undefined reference to `std::string::append(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `std::string::append(char const*)': | |
/usr/include/c++/4.8/bits/basic_string.h:1009: undefined reference to `std::string::append(char const*, unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `re2::ToStringWalker::PostVisit(re2::Regexp*, int, int, int*, int)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/tostring.cc:209: undefined reference to `std::string::append(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `basic_string<char*>': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `std::string::_M_check(unsigned long, char const*) const': | |
/usr/include/c++/4.8/bits/basic_string.h:324: undefined reference to `std::__throw_out_of_range(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `re2::Regexp::Walker<int>::WalkInternal(re2::Regexp*, int, bool)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/walker-inl.h:189: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/walker-inl.h:208: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int> >::deallocate(re2::WalkState<int>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `~basic_stringbuf': | |
/usr/include/c++/4.8/sstream:64: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `~basic_streambuf': | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:198: undefined reference to `std::locale::~locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int> >::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int>*>::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int>*>::deallocate(re2::WalkState<int>**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `std::ios_base::ios_base()' | |
/usr/include/c++/4.8/bits/basic_ios.h:456: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `basic_ostream': | |
/usr/include/c++/4.8/ostream:385: undefined reference to `VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/usr/include/c++/4.8/ostream:385: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:424: undefined reference to `vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/streambuf:466: undefined reference to `std::locale::locale()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `basic_stringbuf': | |
/usr/include/c++/4.8/sstream:99: undefined reference to `vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `basic_ostringstream': | |
/usr/include/c++/4.8/sstream:425: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:52: undefined reference to `std::ostream::operator<<(int)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `operator<< <std::char_traits<char> >': | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/usr/include/c++/4.8/ostream:535: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:138: undefined reference to `std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int> >::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int>*>::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int>*>::deallocate(re2::WalkState<int>**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `std::string::operator=(std::string const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:547: undefined reference to `std::string::assign(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `~LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:54: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag)': | |
/usr/include/c++/4.8/bits/basic_string.tcc:133: undefined reference to `std::__throw_logic_error(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `std::_Deque_base<re2::WalkState<int>, std::allocator<re2::WalkState<int> > >::_M_allocate_map(unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:102: undefined reference to `std::__throw_bad_alloc()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `LogMessage': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./util/logging.h:51: undefined reference to `std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `~basic_ios': | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >' | |
/usr/include/c++/4.8/bits/basic_ios.h:276: undefined reference to `std::ios_base::~ios_base()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `std::string::append(char const*)': | |
/usr/include/c++/4.8/bits/basic_string.h:1009: undefined reference to `std::string::append(char const*, unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int> >::deallocate(re2::WalkState<int>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int>*>::deallocate(re2::WalkState<int>**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `~Walker': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/walker-inl.h:139: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `re2::Regexp::ToString()': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `std::string& std::string::append<int>(int, int)': | |
/usr/include/c++/4.8/bits/basic_string.h:1702: undefined reference to `std::string::_M_replace_aux(unsigned long, unsigned long, unsigned long, char)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `std::string::append(char const*)': | |
/usr/include/c++/4.8/bits/basic_string.h:1009: undefined reference to `std::string::append(char const*, unsigned long)' | |
/usr/include/c++/4.8/bits/basic_string.h:1009: undefined reference to `std::string::append(char const*, unsigned long)' | |
/usr/include/c++/4.8/bits/basic_string.h:1009: undefined reference to `std::string::append(char const*, unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `std::string& std::string::_M_replace_dispatch<int>(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>, int, int, std::__true_type)': | |
/usr/include/c++/4.8/bits/basic_string.h:1702: undefined reference to `std::string::_M_replace_aux(unsigned long, unsigned long, unsigned long, char)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `AppendLiteral': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/re2/tostring.cc:130: undefined reference to `std::string::append(unsigned long, char)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `std::basic_ios<char, std::char_traits<char> >::setstate(std::_Ios_Iostate)': | |
/usr/include/c++/4.8/bits/basic_ios.h:152: undefined reference to `std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int> >::deallocate(re2::WalkState<int>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int>*>::deallocate(re2::WalkState<int>**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `~Walker': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/walker-inl.h:139: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int> >::deallocate(re2::WalkState<int>*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `__gnu_cxx::new_allocator<re2::WalkState<int>*>::deallocate(re2::WalkState<int>**, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o):/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/./re2/walker-inl.h:139: more undefined references to `operator delete(void*)' follow | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o): In function `__static_initialization_and_destruction_0': | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::Init()' | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::~Init()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(tostring.o):(.data.rel.ro._ZTIN3re214ToStringWalkerE[_ZTIN3re214ToStringWalkerE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(stringpiece.o): In function `operator<<(std::ostream&, re2::StringPiece const&)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/util/stringpiece.cc:11: undefined reference to `std::ostream::write(char const*, long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(stringpiece.o): In function `re2::StringPiece::CopyToString(std::string*) const': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/util/stringpiece.cc:33: undefined reference to `std::string::assign(char const*, unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(stringpiece.o): In function `__static_initialization_and_destruction_0': | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::Init()' | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::~Init()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(stringprintf.o): In function `StringAppendV': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/util/stringprintf.cc:37: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/util/stringprintf.cc:50: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/util/stringprintf.cc:46: undefined reference to `std::string::append(char const*, unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/util/stringprintf.cc:47: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/util/stringprintf.cc:23: undefined reference to `std::string::append(char const*, unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(stringprintf.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(stringprintf.o): In function `re2::StringPrintf(char const*, ...)': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(stringprintf.o): In function `std::string::clear()': | |
/usr/include/c++/4.8/bits/basic_string.h:804: undefined reference to `std::string::_M_mutate(unsigned long, unsigned long, unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(stringprintf.o): In function `__static_initialization_and_destruction_0': | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::Init()' | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::~Init()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(strutil.o): In function `re2::CEscape(re2::StringPiece const&)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/util/strutil.cc:64: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/util/strutil.cc:67: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/util/strutil.cc:68: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(strutil.o): In function `re2::PrefixSuccessor(re2::StringPiece const&)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/util/strutil.cc:79: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, unsigned long, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(strutil.o): In function `std::string::_M_leak()': | |
/usr/include/c++/4.8/bits/basic_string.h:317: undefined reference to `std::string::_M_leak_hard()' | |
/usr/include/c++/4.8/bits/basic_string.h:317: undefined reference to `std::string::_M_leak_hard()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(strutil.o): In function `std::string::erase(unsigned long, unsigned long)': | |
/usr/include/c++/4.8/bits/basic_string.h:1364: undefined reference to `std::string::_M_mutate(unsigned long, unsigned long, unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(strutil.o): In function `re2::PrefixSuccessor(re2::StringPiece const&)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/util/strutil.cc:91: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(strutil.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(strutil.o): In function `re2::PrefixSuccessor(re2::StringPiece const&)': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/libre2/util/strutil.cc:93: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::string const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(strutil.o): In function `std::string::_M_check(unsigned long, char const*) const': | |
/usr/include/c++/4.8/bits/basic_string.h:324: undefined reference to `std::__throw_out_of_range(char const*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(strutil.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(strutil.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(strutil.o): In function `__static_initialization_and_destruction_0': | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::Init()' | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::~Init()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(perl_groups.o): In function `__static_initialization_and_destruction_0': | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::Init()' | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::~Init()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(unicode_casefold.o): In function `__static_initialization_and_destruction_0': | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::Init()' | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::~Init()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(unicode_groups.o): In function `__static_initialization_and_destruction_0': | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::Init()' | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::~Init()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(hash.o): In function `__static_initialization_and_destruction_0': | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::Init()' | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::~Init()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(valgrind.o): In function `__static_initialization_and_destruction_0': | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::Init()' | |
/usr/include/c++/4.8/iostream:74: undefined reference to `std::ios_base::Init::~Init()' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(stubs.o): In function `ensure_progress': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/stubs.cpp:176: undefined reference to `__cxa_guard_acquire' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/stubs.cpp:176: undefined reference to `__cxa_guard_release' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/stubs.cpp:176: undefined reference to `__cxa_guard_abort' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(stubs.o): In function `mlre2__custom_regex_deserialize': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/stubs.cpp:141: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/stubs.cpp:141: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(stubs.o): In function `mlre2__create_re': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/stubs.cpp:241: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/stubs.cpp:241: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/stubs.cpp:251: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(stubs.o): In function `mlre2__submatch_index': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/stubs.cpp:272: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(stubs.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(stubs.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(stubs.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(stubs.o): In function `mlre2__iter_next': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/stubs.cpp:298: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/stubs.cpp:318: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(stubs.o): In function `mlre2__find_first': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/stubs.cpp:378: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/stubs.cpp:398: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(stubs.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(stubs.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(stubs.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(stubs.o): In function `mlre2__rewrite_exn': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/stubs.cpp:413: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(stubs.o): In function `_Alloc_hider': | |
/usr/include/c++/4.8/bits/basic_string.h:275: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(stubs.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(stubs.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(stubs.o): In function `std::string::_Rep::_M_dispose(std::allocator<char> const&)': | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/usr/include/c++/4.8/bits/basic_string.h:240: undefined reference to `std::string::_Rep::_S_empty_rep_storage' | |
/usr/include/c++/4.8/bits/basic_string.h:249: undefined reference to `std::string::_Rep::_M_destroy(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(stubs.o): In function `~basic_string': | |
/usr/include/c++/4.8/bits/basic_string.h:539: undefined reference to `std::string::_Rep::_M_dispose(std::allocator<char> const&)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(stubs.o): In function `mlre2__find_all': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/stubs.cpp:338: undefined reference to `operator new[](unsigned long)' | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/stubs.cpp:366: undefined reference to `operator delete[](void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(stubs.o): In function `__gnu_cxx::new_allocator<re2::StringPiece>::deallocate(re2::StringPiece*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(stubs.o): In function `mlre2__custom_regex_finalize': | |
/home/thatsme/.opam/4.01.0/build/re2.109.40.00/_build/lib/stubs.cpp:66: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(stubs.o): In function `__gnu_cxx::new_allocator<re2::StringPiece>::allocate(unsigned long, void const*)': | |
/usr/include/c++/4.8/ext/new_allocator.h:104: undefined reference to `operator new(unsigned long)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(stubs.o): In function `__gnu_cxx::new_allocator<re2::StringPiece>::deallocate(re2::StringPiece*, unsigned long)': | |
/usr/include/c++/4.8/ext/new_allocator.h:110: undefined reference to `operator delete(void*)' | |
/home/thatsme/.opam/4.01.0/lib/re2/libre2_stubs.a(stubs.o):(.data.DW.ref.__gxx_personality_v0[DW.ref.__gxx_personality_v0]+0x0): undefined reference to `__gxx_personality_v0' | |
collect2: error: ld returned 1 exit status | |
File "caml_startup", line 1: | |
Error: Error during linking | |
Command exited with code 2. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
open Core.Std | |
module Regex = Re2.Regex | |
let ls pattern = | |
let pat = Regex.create_exn pattern in | |
let matcher = Regex.matches pat in | |
Sys.ls_dir "." | |
|> List.filter ~f:matcher | |
|> List.iter ~f:(fun s -> print_string s; print_newline ()) | |
let () = | |
match In_channel.input_line stdin with | |
| None -> (print_string "No Input"; print_newline ()) | |
| Some pat -> ls pat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment