On 13:49 Mon 30 Sep , Apollon Oikonomopoulos wrote:
> Hi Vincent,
>
> On 12:19 Mon 30 Sep , Vincent Bernat wrote:
> > For me, pcre-config --libs does not use `-L`. Dunno why this is the
> > case for Apollon.
>
> My version of pcre-config (8.30, also tested with 8.31) includes:
>
> libS=
> if test ${prefix}/lib/x86_64-linux-gnu != /usr/lib ; then
> libS=-L${prefix}/lib/x86_64-linux-gnu
> fi
Update:
Debian's 8.31 (testing/unstable) actually does not emit -L using
pcre-config. I just looked at the source, but did a wrong ./configure.
The actual script shipping with the package tests /usr/lib against
/usr/lib. I assume that's the version you're running Vincent, right?
Apollon