Re: [naviserver-devel] --enable-rpath

2017-08-14 Thread Andrew Piskorski
On Thu, Mar 05, 2015 at 03:01:10PM +, David Osborne wrote: > I've been struggling to get --enable-rpath to work in our build (on Debian > Wheezy). Up to now I'd always been patching Makefile.global.in during the > Debian build to add -Wl,-rpath manually. That was the same problem I had back i

Re: [naviserver-devel] --enable-rpath

2015-03-07 Thread Gustaf Neumann
Dear David, I agree, that NaviServer's "private" libraries are perfect examples of Debian's exception rule. so, i think, we should use the change that you suggested. -g Am 06.03.15 um 13:57 schrieb David Osborne: Thanks - that was very helpful Gustaf. I'm using the Debian tclConfig.sh which

Re: [naviserver-devel] --enable-rpath

2015-03-06 Thread David Osborne
Thanks - that was very helpful Gustaf. I'm using the Debian tclConfig.sh which does indeed clear those variables. # Flags to pass to ld, such as "-R /usr/local/tcl/lib", that tell the # run-time dynamic linker where to look for shared libraries such as # libtcl.so. Used when linking applications

Re: [naviserver-devel] --enable-rpath

2015-03-06 Thread Gustaf Neumann
Hi David, When i add the following two lines echo "---TCL_CC_SEARCH_FLAGS=$TCL_CC_SEARCH_FLAGS CC_SEARCH_FLAGS=$CC_SEARCH_FLAGS" echo "---TCL_LD_SEARCH_FLAGS=$TCL_LD_SEARCH_FLAGS LD_SEARCH_FLAGS=$LD_SEARCH_FLAGS" before the setting of CCRFLAG and LDRFLAG on ubuntu (12.04.5 LTS), i se

[naviserver-devel] --enable-rpath

2015-03-05 Thread David Osborne
Hi again, I've been struggling to get --enable-rpath to work in our build (on Debian Wheezy). Up to now I'd always been patching Makefile.global.in during the Debian build to add -Wl,-rpath manually. Looking at --enable-rpath. It seems to trigger the substitution of -Wl,-rpath into CC_SEARCH_FLAG