Hello It has been a while since I last used automake with libtool to build some packages. To be honest, it was back in 2006. By then I had no trouble to build a simple example which I am now attempting to do on a brand new machine running kubuntu 8.10.
Here it is the error I've got when running make on the package dir (aclocal, autoconf and automake run without a problem). [EMAIL PROTECTED]:~/programs/tests/my_lib$ make Making all in lib make[1]: Entering directory `/home/eduardo/programs/tests/my_lib/lib' /bin/bash ../libtool --tag=F77 --mode=compile g95 -g -O2 -c -o cdchi.lo cdchi.for ../libtool: line 750: X--tag=F77: command not found ../libtool: line 783: libtool: ignoring unknown tag : command not found ../libtool: line 750: X--mode=compile: command not found ../libtool: line 900: *** Warning: inferring the mode of operation is deprecated.: command not found ../libtool: line 901: *** Future versions of Libtool will require --mode=MODE be specified.: command not found ../libtool: line 931: libtool: warning: cannot infer operation mode from `g95': command not found ../libtool: line 6680: libtool: you must specify a MODE: command not found ../libtool: line 6681: Try `libtool --help' for more information.: command not found make[1]: *** [cdchi.lo] Error 1 make[1]: Leaving directory `/home/eduardo/programs/tests/my_lib/lib' make: *** [all-recursive] Error 1 ltmain.sh is dated 2005. Any help will be most appreciated. Many thanks Ed _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool
