Re: Libtool 1.5.23b

2007-02-19 Thread Ralf Wildenhues
Hello Bill,

* Bill Northcott wrote on Mon, Feb 19, 2007 at 06:05:13AM CET:
> Is the libgfortran likely to picked up correctly when linking C code  
> with a Fortran library?  or is this a case which is not supported?

If the Fortran tag (--tag=FC or F77, depending on your setup) is used,
then yes, that should be the case.  If you use Automake, then it should
choose the right tag.  Please report back if that doesn't work for you.

Cheers,
Ralf


___
http://lists.gnu.org/mailman/listinfo/libtool


mingw and dlls

2007-02-19 Thread Mike Frysinger
is it right that i expect libtool to produce .dlls for my library when 
targetting mingw ?  if so, what sort of information should i post to track 
down why i'm only getting a static archive ?

ive tested libtool 1.5.22 and 1.5.23b ... during configure, the output says 
that static and shared libs are supported for the mingw32 target and it says 
that the detected library loading method is Win32 ...
-mike


pgpx5agPWKPr7.pgp
Description: PGP signature
___
http://lists.gnu.org/mailman/listinfo/libtool


Re: mingw and dlls

2007-02-19 Thread Bob Friesenhahn

On Mon, 19 Feb 2007, Mike Frysinger wrote:


is it right that i expect libtool to produce .dlls for my library when
targetting mingw ?  if so, what sort of information should i post to track
down why i'm only getting a static archive ?

ive tested libtool 1.5.22 and 1.5.23b ... during configure, the output says
that static and shared libs are supported for the mingw32 target and it says
that the detected library loading method is Win32 ...


Did you use

AC_LIBTOOL_WIN32_DLL

or

LT_INIT([win32-dll])

In configure.ac to indicate that the package is prepared to build 
win32 DLLs?


Also, are you passing '-no-undefined' to libtool via the per-library 
LDFLAGS?  This last step is vitally important.


Bob
==
Bob Friesenhahn
[EMAIL PROTECTED], http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,http://www.GraphicsMagick.org/



___
http://lists.gnu.org/mailman/listinfo/libtool


Re: mingw and dlls

2007-02-19 Thread Mike Frysinger
On Monday 19 February 2007, Bob Friesenhahn wrote:
> On Mon, 19 Feb 2007, Mike Frysinger wrote:
> > is it right that i expect libtool to produce .dlls for my library when
> > targetting mingw ?  if so, what sort of information should i post to
> > track down why i'm only getting a static archive ?
> >
> > ive tested libtool 1.5.22 and 1.5.23b ... during configure, the output
> > says that static and shared libs are supported for the mingw32 target and
> > it says that the detected library loading method is Win32 ...
>
> Did you use
>
> AC_LIBTOOL_WIN32_DLL
>
> or
>
> LT_INIT([win32-dll])
>
> In configure.ac to indicate that the package is prepared to build
> win32 DLLs?
>
> Also, are you passing '-no-undefined' to libtool via the per-library
> LDFLAGS?  This last step is vitally important.

no to all of these ;)

thanks for the tips, i'll give em a spin
-mike


pgpBtyHk6Zjj8.pgp
Description: PGP signature
___
http://lists.gnu.org/mailman/listinfo/libtool