Re: Fw: Problem with libtool under HPUX: BIND_FIRST flag is required

2005-12-01 Thread Peter O'Gorman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ralf Wildenhues wrote: | | Hrmpf. I did not find this during my earlier search. | | I don't know really what to do. I'm reluctant to change branch-1-5 in | this respect. It's supposed to be a stable series, after all. :-/ I'd rather not see this

Re: Fw: Problem with libtool under HPUX: BIND_FIRST flag is required

2005-12-01 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Thu, Dec 01, 2005 at 02:17:25PM CET: > * Jan Giesen wrote on Wed, Nov 30, 2005 at 10:48:10PM CET: > > You wrote: > > > We need RTLD_GLOBAL by default at the moment, simply because some > > > libltdl users expect things to work this way. Gah. Please forget all of this, i

Re: Fw: Problem with libtool under HPUX: BIND_FIRST flag is required

2005-12-01 Thread Ralf Wildenhues
Hi Jan, * Jan Giesen wrote on Wed, Nov 30, 2005 at 10:48:10PM CET: > You wrote: > > We need RTLD_GLOBAL by default at the moment, simply because some > > libltdl users expect things to work this way. *snip* > Thank you for the information; I understand now better how Libtool works. > For me this

Fw: Problem with libtool under HPUX: BIND_FIRST flag is required

2005-11-30 Thread Jan Giesen
Dear Ralf, You wrote: > We need RTLD_GLOBAL by default at the moment, simply because some > libltdl users expect things to work this way. We could add a new > interface which allows some kind of localization of symbol scope, > say lt_dlopen_mode("foo.la", LT_DL_LOCAL), but what about graceful > de