pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: libtool on OpenSolaris



Thomas Zander wrote:
> Hi,
> 
> On Sat, Dec 6, 2008 at 19:21, Adrian Portelli 
> <adrianp%stindustries.net@localhost> wrote:
> 
>> I'm running pkgsrc on 2008.11 myself but have only come across this once
>> where I ended up doing a s|-Wl,--rpath|${COMPILER_RPATH_FLAG}|g on the
>> file in the package.  Which libtool were you patching there, I couldn't
>> find that line in ${PREFIX}/bin/libtool.
> 
> In my case, libtool-base-1.5.24.nb6 was installed as as build
> dependency. This package contains ${PREFIX}/bin/libtool and line 291
> of that script is
> hardcode_libdir_flag_spec="\${wl}--rpath \${wl}\$libdir"
> 
> Do you have a different libtool installed?
> 

The same version on line _292_:

hardcode_libdir_flag_spec="-R\$libdir"

libtool-base-1.5.26 on line 296:

hardcode_libdir_flag_spec="-R\$libdir"

adrian.


Home | Main Index | Thread Index | Old Index