Closed lucaneg closed 1 year ago
When building with the following command line:
./configure --ppl-prefix ~/installs/ppl-1.2/ --glpk-prefix ~/installs/glpk-5.0/ --prefix ~/installs/apron/ make
having ppl and glpk installed to custom directories make few cc/ld errors appear:
cc
ld
fppol/Makefile:214
rlp.h:22:10: fatal error: glpk.h: No such file or directory 22 | #include <glpk.h> /* linear programming lib */ | ^~~~~~~~
ppl/Makefile:205
/usr/bin/ld: cannot find -lppl: No such file or directory
products/Makefile:182
The correct library includes are now passed along the command lines that had problems.
Thanks, this looks OK. I will merge this. Sorry for the delay.
When building with the following command line:
having ppl and glpk installed to custom directories make few
cc
/ld
errors appear:fppol/Makefile:214
:ppl/Makefile:205
:products/Makefile:182
:The correct library includes are now passed along the command lines that had problems.