libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] [CXX] Use correct export_dynamic_flag_spec for PE-COFF $host


From: Ralf Wildenhues
Subject: Re: [PATCH] [CXX] Use correct export_dynamic_flag_spec for PE-COFF $hosts
Date: Wed, 1 Jul 2009 08:14:29 +0200
User-agent: Mutt/1.5.20 (2009-06-15)

* Charles Wilson wrote on Wed, Jul 01, 2009 at 06:48:52AM CEST:
> Ralf Wildenhues wrote:
> > Yes but can you please check that you don't need to add another 3
> > patches for F77, FC, GCJ?
> 
> Well, the whole tag-based mechanism in libtool makes my teeth ache,

I don't disagree.

> but
> as far as I can tell we don't actually have separate cases for those
> other languages' linker requirements at present.  There's just C++, and
> "everything else":

Yes.  What I am asking is "do these variables actually get set for
'everything else'" or not?  Presumably all it should take you to verify
that would be to inspect the output of this, in the top build directory
of Libtool:

  for tag in F77 FC GCJ; do
    ./libtool --tag=$tag --config | grep '^export_dynamic_flag_spec='
  done

> Presuming there WAS a need for a separate setting for F77 or FC or
> GCJ...er, where exactly would such things go?

In or in macros called from the _LT_LANG_*_CONFIG macros.

Cheers,
Ralf




reply via email to

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