This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

tcl8.4.1 /usr/lib/tclConfig.sh - missing information


Postgresql's configure --with-tcl uses
/usr/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!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]