Re: can't get tcl installed properly

From: CoL <col(at)mportal(dot)hu>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: can't get tcl installed properly
Date: 2003-12-15 17:33:44
Message-ID: brkr8o$15uq$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi.

Bob Powell wrote:

> To whom it may concern:
>
> I installed postgres 7.3.4 on my laptop and have successfully been able to add the language pgsql. I haven't been able to get tcl to install properly even though I have installed the tcl rpm that came with the server rpms. I have searched my drive for the pgtcl file and found none. Does anyone know what's goin' on. Thanks.
>
> Bob Powell

try:
CFLAGS=-I/usr/include/tcl8.3 ./configure --with-tcl --without-tk
...other config options
where /usr/include/tcl8.3 is your tcl lib dir. You need tclx-dev package.

C.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Arjen van der Meijden 2003-12-15 17:39:39 Re: LIMIT modifier
Previous Message Nathaniel Price 2003-12-15 17:32:36 Re: Reordering results for a report (follow-up)