From owner-cvs-user Mon Dec 16 04:08:32 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA21684 for cvs-user-outgoing; Mon, 16 Dec 1996 04:08:32 -0800 (PST) Received: from spinner.DIALix.COM (root@spinner.DIALix.COM [192.203.228.67]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id EAA21677; Mon, 16 Dec 1996 04:08:17 -0800 (PST) Received: from spinner.DIALix.COM (peter@localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.8.4/8.8.4) with ESMTP id UAA17255; Mon, 16 Dec 1996 20:07:53 +0800 (WST) Message-Id: <199612161207.UAA17255@spinner.DIALix.COM> X-Mailer: exmh version 1.6.9 8/22/96 To: CVS-committers@freefall.freebsd.org cc: cvs-all@freefall.freebsd.org, cvs-user@freefall.freebsd.org Subject: Re: cvs commit: src/tools/tools/tcl_bmake mkMakefile.sh In-reply-to: Your message of "Mon, 16 Dec 1996 03:53:58 PST." <199612161153.DAA21018@freefall.freebsd.org> Date: Mon, 16 Dec 1996 20:07:53 +0800 From: Peter Wemm Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Peter Wemm wrote: > peter 96/12/16 03:53:57 > > Modified: tools/tools/tcl_bmake mkMakefile.sh > Log: > Reverse the tcl configure's decision to "disable" the use of ranlib since > it's wrong. It "knows" that ranlib is not used on shared libraries, this > is not a valid assumption since it exports this definition to the world > via tclConfig.sh. :-( Hence, things like expect (to be updated) fall over > because they were using ":" instead of "ranlib" on their static libraries. Have I mentioned how much I HATE the tcl and tk build systems yet this week? (eg: tclConfig.sh, having to have private sources around for half the packages, etc) -Peter