Subject: Re: libtool without pkgsrc on DragonFly and no RPATH (fwd)
To: None <pkgsrc-users@netbsd.org>
From: None <joerg@britannica.bec.de>
List: pkgsrc-users
Date: 03/02/2006 19:20:34
On Thu, Mar 02, 2006 at 10:15:00AM -0800, Jeremy C. Reed wrote:
> I started with a directory that has no libtool and no ltmain.sh. I used a 
> autogen.sh that does: "autoreconf -v --install" so that runs libtoolize.
> I am not sure how or where my libtool command is generated.

Right. Is USE_LIBTOOL set? That *overrides* the automatically generated
libtool with the default version. You will run into other problems when
not doing this, e.g. with -pthread.

Joerg