Hi,
i am trying to use a library. included the header in my code set the path (-L) and the library (-l), but i get the following error and a bunch of undefined symbols. Does anyone have an idea? What am i doing wrong? Thans in advance.
PB:~/Downloads/lp_solve_5.5.0.11_c max$ gcc -L/Users/max/Library/lp_solve -llpsolve55 implicit.c
/usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: warning empty table of contents: /Users/max/Library/lp_solve/liblpsolve55.a (can't load from it)
/usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: Undefined symbols:
_default_basis
_del_column
_del_constraint
_delete_lp
.......asf.