building static libraries
Steve Kargl
sgk@troutmask.apl.washington.edu
Fri Jun 22 02:54:00 GMT 2007
On Thu, Jun 21, 2007 at 08:28:39PM -0400, Kamaraju S Kusumanchi wrote:
>
> 1) How can I find out If the libraries I built are static libraries or
> dynamic libraries?
man file
> 2) How can I build just static libraries? I know this is currently being
> done on a daily basis at
> http://quatramaran.ens.fr/~coudert/gfortran/gfortran-linux.tar.gz . I want
> to do the same thing, but by myself. The reason for doing it myself is that
> the above tar ball does not contain g++ (the c++ compiler) and I want to
> build mpich2 libraries with c++ and fortran support.
>
Maybe
--enable-static --disable-shared
--
Steve
More information about the Fortran
mailing list