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,
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
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, t
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 ?