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/