This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: building static libraries


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]