Re: Can not compile --with-tcl ???

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: sam <speech11(at)ms28(dot)hinet(dot)net>
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re: Can not compile --with-tcl ???
Date: 2003-07-21 08:00:08
Message-ID: Pine.LNX.4.56.0307210959010.2406@krusty.credativ.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

sam writes:

> I have comiple tcl 8.3.2 and tk 8.3.2 complete
> but I want to compile postgresql 7.1.3 with tcl

Time to upgrade.

> gcc -pipe -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC -I../../../src/interfaces/libpq -I../../../src/include -c -o pgtcl.o pgtcl.c
> In file included from pgtcl.c:19:
> libpgtcl.h:19: tcl.h: No such file or directory

Check where the file tcl.h is. Maybe you need to install a "devel"
package or find out where it is located on your system.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message yogesh bhanu 2003-07-22 17:15:11 Tru64 and postgres 7.3.2
Previous Message sam 2003-07-19 23:58:08 Can not compile --with-tcl ???