On Mon, Jun 02, 2003 at 08:35:36PM +0300, Tuomo Valkonen wrote:
> On Mon, Jun 02, 2003 at 06:49:15PM +0200, Rasmus Meldgaard wrote:
> > I am reading up on libtools, but I can't understand what is the
> > differs between: lt_dladdsearchdir(dir) and
> > lt_dlinsertsearchdir(lt_dlgetsearchpath(), dir)
> 
> lt_dladdsearhdir: newpath=oldpath:dir
> lt_dlinsertsearchdir: newpath=partofoldpath:dir:restofoldpath
> in this particular case: newpath=dir:oldpath

ok

> Attached is a patch that does it the hard and bloated way if
> CF_LTDL_ANCIENT is defined.

thank you it seems to work (it compile and run)

-- 
Rasmus Meldgaard

Reply via email to