Re: cygwin/mingw: do not lie about hardcoding

2006-09-06 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Ralf, According to Ralf Wildenhues on 9/5/2006 11:46 PM: This is a new TODO item. The w32 support in Libtool currently lies about their hardcoding capabilities by setting hardcode_libdir_flag_spec to a nonempty value. This makes ltmain think

Re: cygwin/mingw: do not lie about hardcoding

2006-09-06 Thread Bob Friesenhahn
On Wed, 6 Sep 2006, Eric Blake wrote: This is a new TODO item. The w32 support in Libtool currently lies about their hardcoding capabilities by setting hardcode_libdir_flag_spec to a nonempty value. This makes ltmain think that it can hardcode this way. More generally, the search order is: -

Re: Supporting -export-dynamic on AIX

2006-09-06 Thread Albert Chin
On Tue, Aug 08, 2006 at 02:58:44PM -0500, Albert Chin wrote: Another version. Patch against branch-1-5 only. I've reordered where --export-dynamic occurs so we don't have to worry about the above. Our use of both $export_dynamic_symbols_cmds and $export_dynamic_flag_spec somewhat breaks the