Re: Compiling execline shared fails without --with-lib configure opt

From: Laurent Bercot <ska-skaware_at_skarnet.org>
Date: Tue, 03 Dec 2019 00:37:32 +0000

>Since I'm not using static libraries, I would not expect to need the
>"--with-lib" configure option.

  The --disable-static flag only tells the build system not to
build the static execline library. By default, executables are still
built against the static version of skalibs.

  If you want to link executables against the dynamic version of skalibs,
you need to add the --disable-allstatic option to configure.

  IOW: to make a dynamic install, you need both --disable-static
and --disable-allstatic.

--
  Laurent
Received on Tue Dec 03 2019 - 00:37:32 UTC

This archive was generated by hypermail 2.3.0 : Sun May 09 2021 - 19:38:49 UTC