Originally posted by: nationcall
Thanks for the prompt reply!
i checked and the compiling is on debug mode, for example, one line of the compiling log
/opt/SUNWspro/bin/CC -DNDEBUG -g -DIL_STD -c -library=rwtools7_std -staticlib=rwtools7 ....
also, below is how the compiling include the library according to make file, as i see -DUSESOLVER63 which was originally used in the makefile for old library,i.e.,solver 6.3, will this be a factor? but still cannot explain why works in DEV server..
/opt/SUNWspro/bin/CC -DNDEBUG -g -DIL_STD -c -library=rwtools7_std -staticlib=rwtools7_std -I../../include -DUSESOLVER63 -I/opt/local/ilog/CPLEX_Studio126/cpoptimizer/include -DILOUSEMT -mt -pto -PIC -I/opt/local/ilog/CPLEX_Studio126/concert/include ../../rules/solver/NoOuterRow.cc -o obj/NoOuterRow.o
#CPOptimizer#DecisionOptimization