Patrick,
On Fri, Dec 19, 2003 at 04:05:20AM -0800, Patrick Samson wrote:
> 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'
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:
A
2 matches
Mail list logo