Originally posted by: GopalEaswaran
Hi all,
I tried compiling the makefile for the examples using C++. The c version of the examples compile fine and they execute without any errors. However, the C++ version provides the following error. I included the code -stdlib=libstdc++ to the flags, as mentioned in a prior thread.
CCOPT = -stdlib=libstdc++ -m64 -O -fPIC -fno-strict-aliasing -fexceptions -DNDEBUG -DIL_STD
CCLNFLAGS = -stdlib=libstdc++ -lconcert -lilocplex -lcplex -lm -lpthread
I am attaching the makefile and the screen output.
I thank you for your help in advance.
Thanks,
Gopal
#CPLEXOptimizers#DecisionOptimization