> If LD_LIBRARY_PATH is not correctly set, running a.out causes the > error you mentioned, i.e. "libglpk.so.0: cannot open shared object > file: No such file or directory".
BTW, you may avoid this problem by running the configure script as follows: $ ./configure --disable-shared in which case only a static library will be built. _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
