Re: Fortran 90/95 (FC) support

2005-08-08 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Fri, Jun 10, 2005 at 12:24:00AM CEST: > In order to make the Libtool build and test suite a bit slower :-> > I hacked in initial `modern Fortran' support, i.e., support for > Autoconf's FC interface. *snip* > The patch is based on branch-2-0, but should apply mostly to H

Re: dlopen from dlopend library question

2005-08-08 Thread Gleb Natapov
On Mon, Aug 08, 2005 at 11:10:08AM +0200, Ralf Wildenhues wrote: > Hi Gleb, > > * Gleb Natapov wrote on Sun, Aug 07, 2005 at 11:31:54AM CEST: > > > > Program 'prog' calls dlopen(liba.so, RTLD_GLOBAL), in constructor > > > > liba.so > > > > calls dlopen(plugin.so) and this call fails with unresolv

Re: dlopen from dlopend library question

2005-08-08 Thread Ralf Wildenhues
Hi Gleb, * Gleb Natapov wrote on Sun, Aug 07, 2005 at 11:31:54AM CEST: > On Tue, Aug 02, 2005 at 03:44:05PM +0200, Ralf Wildenhues wrote: > > * Gleb Natapov wrote on Mon, Aug 01, 2005 at 04:58:03PM CEST: *snip* > > > After investigation of the problem I found that liba.so tries to load > > > plugi

Re: dlopen from dlopend library question

2005-08-08 Thread Ralf Wildenhues
* Gleb Natapov wrote on Mon, Aug 08, 2005 at 11:20:51AM CEST: > On Mon, Aug 08, 2005 at 11:10:08AM +0200, Ralf Wildenhues wrote: > > > - Quoting 'info gcc Link\ Options': > > | > > | (1) On some systems, `gcc -shared' needs to build supplementary stub > > | code for constructors to work. On mul

Re: dlopen from dlopend library question

2005-08-08 Thread Gleb Natapov
On Mon, Aug 08, 2005 at 11:39:09AM +0200, Ralf Wildenhues wrote: > * Gleb Natapov wrote on Mon, Aug 08, 2005 at 11:20:51AM CEST: > > On Mon, Aug 08, 2005 at 11:10:08AM +0200, Ralf Wildenhues wrote: > > > > > - Quoting 'info gcc Link\ Options': > > > | > > > | (1) On some systems, `gcc -shared' n