Combining two Fortran libraries?

2009-07-04 Thread Pekko Metsä
Hi, I'm trying to use GNU autotools (automake-1.10.1, autoconf-2.61 and libtool-2.2.4) for linking Fortran libraries. First I compile two libraries in separate directories, lib1/libx.la and lib2/liby.la. There libtool is doing what I want, ie. make[1]: Entering directory `/home/username/src/f95/

Re: Combining two Fortran libraries?

2009-07-04 Thread Ralf Wildenhues
Hello Pekko, * Pekko Metsä wrote on Sat, Jul 04, 2009 at 05:49:53AM CEST: > I'm trying to use GNU autotools (automake-1.10.1, autoconf-2.61 and > libtool-2.2.4) for linking Fortran libraries. First I compile two > libraries in separate directories, lib1/libx.la and lib2/liby.la. > There libtool is