Date: Wed, 30 Oct 1996 00:44:24 -0800 (PST) From: Peter Wemm <peter> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/tools/tools/tcl_bmake mkMakefile.sh Message-ID: <199610300844.AAA17482@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 96/10/30 00:44:21 Modified: tools/tools/tcl_bmake mkMakefile.sh Log: Argh, I hate the tcl build/config environment. :-( It seems that some tools (eg: expect-5.21) use TCL_LIB_SPEC to generate their shared library suffix. This should be .so.1.0, not .so as ld can't use it. Revert part of the previous change here, it did too much. libtcl75.so.1.1 was bumped, but the rules to generate library names for _other_ packages were not supposed to be. Sigh. Revision Changes Path 1.15 +4 -3 src/tools/tools/tcl_bmake/mkMakefile.sh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610300844.AAA17482>