Originally posted by: yhlvqz
I download cplex academic version from IBM: cplex_studio123.acad.linux-x86-64.bin
I tried to run qpex1.c which is example giving by IBM using linux.
gcc -i/home/.../ILOG/cplex/include /home/.../src/c/qpex1.c
but it showed
/tmp/ccAYMlp7.o: in function 'main':
qpex1.c:(.text+0xba): undefined reference to "CPXopenCPLEX"
......
.....
Anyone saw those errors before and have solution to avoid it. Thanks
#CPLEXOptimizers#DecisionOptimization