]> granicus.if.org Git - postgresql/commit
There is a problem in the Makefile of libpgtcl on linux (and maybe also on
authorMarc G. Fournier <scrappy@hub.org>
Fri, 8 Nov 1996 00:58:07 +0000 (00:58 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Fri, 8 Nov 1996 00:58:07 +0000 (00:58 +0000)
commit2768f391a4d9bc587f75d042f70d4527d5224d4e
treefcca8f15c70cecfbf1c30d2487340f2c45f143f5
parent7d8b794a9a8bd0cd1392b8a4e37f5b5afd9589e2
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>
src/interfaces/libpgtcl/Makefile