On 27/04/2016 11:21, Eric Vidal wrote:
> i try to compile skalibs and execline package with
> --enable-slashpackage options set to s6 for me.
Hi Eric,
The argument to --enable-slashpackage, if any, must be an *absolute*
directory, and one shared by every skarnet.org package you compile "--enable-slashpackage=s6" will not work.
Generally speaking, if you're interested in following the slashpackage
convention, you should use --enable-slashpackage but leave the prefix
empty.
If you're installing a package in a staging directory, for a package
manager or something of the kind, you should *still* leave that prefix
empty, but use the DESTDIR make variable to install the package into the $DESTDIR staging directory; then when you compile things that depend on
that package, additionally to --enable-slashpackage, you should use the
--with-sysdeps, --with-include, --with-lib and --with-dynlib configure
options to specify where the package can find its dependencies.
--
Laurent
Received on Wed Apr 27 2016 - 10:58:24 UTC