* 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