Originally posted by: Eshw157
Hi,
I'm getting a lot of undefined references while building a c++ application that uses CPLEX concert technology in Linux. It happens with building the example blend.cpp too. Have copied a few lines below.
../opt/ibm/ILOG/CPLEX_Studio126/concert/lib/x86-64_linux/static_pic/libconcert.a(ilosolution.o): In function `IloSavedIntSetVarI::display(std::basic_ostream<char, std::char_traits<char> >&) const':
ilosolution.cpp:(.text+0xa79d): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
ilosolution.cpp:(.text+0xa7f9): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
Could you please help?
Thanks.
#CPLEXOptimizers#DecisionOptimization