Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <20031219120520.67931.qmail@web60307.mail.yahoo.com> Date: Fri, 19 Dec 2003 04:05:20 -0800 (PST) From: Patrick Samson Subject: tcltk8.4.1 Bug Report: Incomplete usr/lib/tclConfig.sh To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Postgresql's configure --with-tcl uses /lib/tclConfig.sh to know how to link with TCL. But in package tcltk version 20030901-1, usr/lib/tclConfig.sh contains: TCL_LIB_SPEC='' so something required by Postgres isn't found. Please change to: TCL_LIB_SPEC='-L/usr/lib -ltcl84' Additional comments: Are the following definitions really useful/up-to-date/pertinent? TCL_BUILD_LIB_SPEC='-L/cygnus/netrel/build/libtcltk/tcl/win -ltcl84' TCL_INCLUDE_SPEC='-I/nonexistent/include' TCL_SRC_DIR='/netrel/src/libtcltk/tcl' TCL_BUILD_STUB_LIB_SPEC='-L/cygnus/netrel/build/libtcltk/tcl/win -ltclstub84' TCL_BUILD_STUB_LIB_PATH='/cygnus/netrel/build/libtcltk/tcl/win/libtclstub84.a' __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/