[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem with libtool and Absoft Fortran on Mac OS X
From: |
Ralf Wildenhues |
Subject: |
Re: Problem with libtool and Absoft Fortran on Mac OS X |
Date: |
Mon, 22 Feb 2010 22:28:39 +0100 |
User-agent: |
Mutt/1.5.20 (2009-10-28) |
* Ralf Wildenhues wrote on Tue, Feb 09, 2010 at 09:14:34PM CET:
> * Tony Goelz wrote on Tue, Feb 09, 2010 at 05:47:34PM CET:
> > > 1) Do these compilers support the creation of shared libraries at all?
> >
> > The Power PC compilers (9.2 and 9.5) do not support creating shared
> > libraries at all. The Intel compilers (version 10.0 and later)
> > support it but only through passing options through "-Wl," to the
> > underlying gcc compiler which will perform the link.
>
> How exactly would such a link line look like? E.g.,
> f90 -o libfoo.so -Wl,-shared -Wl,-soname,libfoo.so.1 foo.o ...
Ping!