pgtclsh

From: Pierre-Mikael Legris <plegris(at)fbibm1(dot)epfl(dot)ch>
To: scrappy(at)hub(dot)org
Subject: pgtclsh
Date: 1998-03-22 11:39:22
Message-ID: Pine.A41.3.95q.980322101615.14778A-100000@fbibm1.epfl.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hello

I can't get pgtclsh to compile :(
I first tried to install postgres using the ./configure --with-tcl
option
postgres installed ok but without pgtclsh
so I went to /usr/src/pgsql/src/bin/pgtclsh
and tried to compile pgtcslh from there but I got this errors
pgtclAppInit.o(.text+0x25): undefined reference to `Tcl_Init'
pgtclAppInit.o(.text+0x4d): undefined reference to `Tcl_SetVar'
../../interfaces/libpgtcl/libpgtcl.so: undefined reference to
`Tcl_AddErrorInfo'
../../interfaces/libpgtcl/libpgtcl.so: undefined reference to
`Tcl_PkgProvide'
....
.. About 20 others lines similars
....
make: *** [pgtclsh] Error 1

and it stoped ..

How could i get it to work?
My box is a slackware with kernel 2.0.32

Thanx
(btw I accept binaries of pgtclsh ) :)

Browse pgsql-interfaces by date

  From Date Subject
Next Message Andreas Klemm 1998-03-22 14:22:33 problems running pgaccess 0.73 and 0.84 with new postgresql 6.3
Previous Message The Hermit Hacker 1998-03-21 18:57:25 Re: No data received when accessing PostgreSQL on AIX via PostODBC from Win/NT