Andrew,
One of the Coin packages makes use of the Gnu MathProg modelling
language. The current install script does not install the necessary .h files:
glpmpl.h, glpavl.h, glpdmp.h, glprng.h, and glplib.h. Changing
include/Makefile.am to
======== Makefile.am ===============
# Process this file with automake to produce Makefile.in
include_HEADERS = glpk.h glpmpl.h glpavl.h glpdmp.h glprng.h glplib.h
=======================
seems to do the trick.
Lou
_______________________________________________
Bug-glpk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-glpk