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

2019-12-02 Thread J. Lewis Muir
On 12/03, Laurent Bercot wrote: > > 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

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

2019-12-02 Thread Laurent Bercot
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

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

2019-12-02 Thread J. Lewis Muir
Hello! On x86_64 RHEL 7.7 with GCC 4.8.5, configuring and compiling execline 2.5.3.0 against skalibs 2.9.1.0 (which has been compiled with the "--disable-static" configure option) with $ ./configure --prefix=/opt/local/encap/execline-2.5.3.0 --enable-shared --disable-static