Skip to Content.
Sympa Menu

cgal-discuss - Re: Re: [cgal-discuss] Compile problem

Subject: CGAL users discussion list

List archive

Re: Re: [cgal-discuss] Compile problem


Chronological Thread 
  • From: <>
  • To:
  • Subject: Re: Re: [cgal-discuss] Compile problem
  • Date: Fri, 19 Sep 2008 22:34:05 +0200 (CEST)

It does work without the work!!

now I'm getting a new error....

Linker call:
--------------
icc -o ./tmp_test ./tmp_test.o -L/work/00981/pederzan/boost/install/lib
-L/work/00981/pederzan/boost/install/lib
-Wl,-R/work/00981/pederzan/boost/install/lib:/work/00981/pederzan/boost/install/lib
-lm

Got the following error messages:
---------------------------------
./tmp_test.o: In function `main':
./tmp_test.cpp:(.text+0x4f): undefined reference to `std::cout'
./tmp_test.cpp:(.text+0xd8): 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*)'
./tmp_test.cpp:(.text+0xe5): undefined reference to
`std::ostream::operator<<(int)'
./tmp_test.cpp:(.text+0xf2): 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*)'
./tmp_test.cpp:(.text+0xff): undefined reference to
`std::ostream::operator<<(int)'
./tmp_test.cpp:(.text+0x10c): 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*)'
./tmp_test.cpp:(.text+0x116): undefined reference to
`std::ostream::operator<<(int)'
./tmp_test.cpp:(.text+0x11e): undefined reference to `std::basic_ostream<char,
std::char_traits<char> >& std::endl<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&)'
./tmp_test.cpp:(.text+0x123): undefined reference to
`std::ostream::operator<<(std::ostream& (*)(std::ostream&))'
./tmp_test.o: In function `__sti__$E':
./tmp_test.cpp:(.text+0x139): undefined reference to
`std::ios_base::Init::Init()'
./tmp_test.cpp:(.text+0x13e): undefined reference to
`std::ios_base::Init::~Init()'
./tmp_test.o:(.eh_frame+0x12): undefined reference to `__gxx_personality_v0'


Off to fix this one!

Jean-Noel



Archive powered by MHonArc 2.6.16.

Top of Page