Hello everybody, I'm trying to install glpk-java-1.0.14 on Ubuntu 10.04. I got the tar.gz package from http://sourceforge.net/projects/glpk-java/. I manage to install the glpk-4.44, swig, libtool and java-gcj-compat-dev. I have following error libtool: install: `/lib/jni/libglpk_java.la' is not a directory, when I run the make install command for glpk-java. Here is my output
cd swig; make install make[1]: Entering directory `/home/isi/SystemFiles/GLPK/glpk-java-1.0.14/swig' mkdir -p -m 755 /usr/local /lib/jni;true libtool --mode=install install -c libglpk_java.la /usr/local /lib/jni/libglpk_java.la libtool: install: `/lib/jni/libglpk_java.la' is not a directory libtool: install: Try `libtool --help --mode=install' for more information. make[1]: *** [install] Error 1 make[1]: Leaving directory `/home/isi/SystemFiles/GLPK/glpk-java-1.0.14/swig' make: *** [install] Error 2 Please is there anyone that can help me? Thanks a lot. Anastasiya -- View this message in context: http://old.nabble.com/glpk-java-libtool-install-error-tp29520668p29520668.html Sent from the Gnu - GLPK - Help mailing list archive at Nabble.com. _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
