forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2768f39
committed
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 libraryis not linked with the the libpq library and when I try to load it in thestandard Tcl or Tk shell I get a lot of unresolved symbols. The bug doesn'taffect pgtclsh because it is linked also with libpq. The problem exists onlywhen using the dynamic load feature of Tcl7.5.From: Massimo Dal Zotto <dz@cs.unitn.it>1 parent7d8b794 commit2768f39
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
32 | 37 | | |
33 | 38 | | |
34 | 39 | | |
| |||
0 commit comments
Comments
(0)