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
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
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
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
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