antoinemine / apron

Apron Numerical Abstract Domain Library
Other
114 stars 33 forks source link

Solving build problems with ppl and glpk on custom paths #75

Closed lucaneg closed 1 year ago

lucaneg commented 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:

The correct library includes are now passed along the command lines that had problems.

antoinemine commented 1 year ago

Thanks, this looks OK. I will merge this. Sorry for the delay.