> What directory should this be installed on? Following the > instructions “make check” works but “make install” fails. I get the > following error message > > > libtool: install: /usr/bin/install > -c .libs/libglpk.36.dylib /usr/local/lib/libglpk.36.dylib > > install: /usr/local/lib/libglpk.36.dylib: Permission denied > > I tried installing on another folder but I haven’t been able to have > Python recognize it. >
By default 'make install' installs into /usr/local/, so you need to be a root (superuser) to do that. For more details please see file INSTALL. Thanks. Andrew Makhorin _______________________________________________ Bug-glpk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-glpk
