On Mon, Oct 23, 2017 at 04:39:38AM +0000, Laurent Bercot wrote: > > > ./configure --prefix=/package/admin/$(basename `pwd`) > > If you're using slashpackage, don't use --prefix. > Use --enable-slashpackage instead.
If I understand it well, I am supposed to make the symlinks myself from /package/prog/skalibs-2.6.0.2 to /package/prog/skalibs right? Jean exec ./tools/install.sh -D -m 644 src/include/skalibs/unixonacid.h /package/prog/skalibs-2.6.0.2/include/skalibs/unixonacid.h exec ./tools/install.sh -D -m 644 src/include/skalibs/webipc.h /package/prog/skalibs-2.6.0.2/include/skalibs/webipc.h <DEV> root [ /sources/skarnet.org/skalibs-2.6.0.2 ]# cd ^C <DEV> root [ /sources/skarnet.org/skalibs-2.6.0.2 ]# cd .. <DEV> root [ /sources/skarnet.org ]# cd execline-2.3.0.3 <DEV> root [ /sources/skarnet.org/execline-2.3.0.3 ]# ./configure --enable-slashpackage checking for C compiler... ... gcc checking whether C compiler works... ... yes checking target system type... ... x86_64-unknown-linux-gnu ./configure: error: /package/prog/skalibs/sysdeps is not a valid sysdeps directory <DEV> root [ /sources/skarnet.org/execline-2.3.0.3 ]#
