Looks like you got the include path correct, but you probably need the glpk library on your library path. You can add a flag when compiling. Figure out where libglpk lives and try the '-L' flag when you compile.

gcc -o sample_binary sample.c -I/usr/include/glpk-4.26/include -lglpk -L/path/to/libglpk




_______________________________________________
Help-glpk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to