There is a problem in the Makefile of libpgtcl on linux (and maybe also on

Marc G. Fournier <scrappy@hub.org>

Commit: 2768f391a4d9bc587f75d042f70d4527d5224d4e
Author: Marc G. Fournier <scrappy@hub.org>
Date: 1996-11-08T00:58:07Z
Releases: 7.1.1
There is a problem in the Makefile of libpgtcl on linux (and maybe also on
other platforms).  If I do the standard make + make install the shared library
is not linked with the the libpq library and when I try to load it in the
standard Tcl or Tk shell I get a lot of unresolved symbols.  The bug doesn't
affect pgtclsh because it is linked also with libpq. The problem exists only
when using the dynamic load feature of Tcl7.5.


From: Massimo Dal Zotto <dz@cs.unitn.it>

Files

PathChange+/−
src/interfaces/libpgtcl/Makefile modified +6 −1