Re: execline-2.3.0.3 failes with ./configure --prefix=

2017-10-23 Thread Laurent Bercot

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?


 Yes. But if you have compiled skalibs with --enable-slashpackage,
then "make update" after "make install" will do that for you.
The INSTALL file documents all the details.

--
 Laurent



Re: execline-2.3.0.3 failes with ./configure --prefix=

2017-10-22 Thread Jean Louis
On Mon, Oct 23, 2017 at 04:39:38AM +, 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
 root [ /sources/skarnet.org/skalibs-2.6.0.2 ]# cd ^C
 root [ /sources/skarnet.org/skalibs-2.6.0.2 ]# cd ..
 root [ /sources/skarnet.org ]# cd execline-2.3.0.3
 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
 root [ /sources/skarnet.org/execline-2.3.0.3 ]# 


Re: execline-2.3.0.3 failes with ./configure --prefix=

2017-10-22 Thread Laurent Bercot



./configure --prefix=/package/admin/$(basename `pwd`)


 If you're using slashpackage, don't use --prefix.
 Use --enable-slashpackage instead.

--
 Laurent