bug-libtool
[Top][All Lists]
Advanced

[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: Tue, 9 Feb 2010 21:14:34 +0100
User-agent: Mutt/1.5.20 (2009-10-28)

* 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 ...

> > 3) What is the output of
> >   ./libtool --tag=F77 --config
> >   ./libtool --tag=FC --config
> >
> > for a package configured for these compilers?
> 
> Is the test package that illustrates the problem we are trying to
> solve sufficient to produce this output?

Yes, most likely.

Thanks,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]