Originally posted by: mkmk
-
What is the content of C:\ILOG\CPLEX_Studio_AcademicResearch122\cplex\bin\x86_win32 on your installation?
In x86_win32 folder, there are
-convert (application)
-cplex (application)
-cplex122.dll (application extension)
-cplexamp (application
-CplexPlugIn.dll (application extension)
-CplexPlugIn (XML Document)
-ILOG.Concert.dll (application extension)
-ILOG.CONCERT (XML Document)
-ILOG.CPLEX.dll (application extension)
-ILOG.CPLEX (XML Document)
* Are you sure that MinGW looks through the PATH variable when looking for libraries when linking? I don't know. It might be looking at other environment variables.
* What is the exact linking command you use?
I don't know how MinGW looks through the path.
When compiling, eclipse automatically compiles the program with command
g++ -O0 -g3 -Wall -c -fmessage-length=0 -oexample.o ..\example.cpp
g++ -omap.exe example.o
#CPLEXOptimizers#DecisionOptimization