tech-pkg archive

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

Re: rpath problem in xentools41



is%netbsd.org@localhost writes:

> Hi,
>
> => Checking for missing run-time search paths in xentools41-4.1.4nb1
> ERROR: lib/ocaml/site-lib/xc/dllxc_stubs.so: rpath relative to WRKDIR
> *** Error code 1
>
> Stop.
> make: stopped in /usr/pkgsrc/sysutils/xentools41

Basically, -L should be given with the path of the library as seen by
the build, and -R/rpath with the path as it will be encountered by the
program running while installed.  This is one of the many things taken
care of by libtool.

So find the link line for that lib, and see what rpath is.   It may have
DESTDIR in it, and shouldn't.
 

Attachment: pgp6SwdUL7huP.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index