>From: Branko Čibej [mailto:br...@apache.org] >On 31.08.2017 14:19, Hiran CHAUDHURI wrote: >>> Can you show the linker invocation of libsvn_client? >> Ah, with the hint from https://svn.haxx.se/users/archive-2015-01/0014.shtml >> I can produce this output: >> >> /buildApache/build/subversion-1.9.5> make >> subversion/libsvn_subr/libsvn_subr-1.la >> /bin/sh "/buildApache/build/subversion-1.9.5/libtool" --tag=CC --silent >> --mode=compile gcc -std=c89 -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -g >> -O2 -pthread -I./subversion/include -I./subversion -I >> /buildApache/build/httpd-2.4.27/srclib/apr/include -I >> /buildApache/build/httpd-2.4.27/srclib/apr-util/include >> -I$PREFIX/openldap/include/ > >You actually get "$PREFIX" in the build command line?
No, not literally. I simply text edited the long path I have into something that is shorter to read before sending the mail. Assume $PREFIX to be a path into my directory structure which is not the OS standard paths - definitely not somewhere the linker would be searching for on its own. Hiran