Problems building libpgtcl

From: "Stan Brown" <stanb(at)awod(dot)com>
To: pgsql-interfaces(at)hub(dot)org
Subject: Problems building libpgtcl
Date: 1999-01-04 00:35:01
Message-ID: 199901040035.TAA02244@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

I am trying to build postgres 6.4.1 with libpgtcl, in order to run
pgaccess. The current problem is geting all the right options passed to
configure, I believe. I am using:

./configure --prefix=/data/pgtest --with-template=hpux_gcc
--with-pgport=5434 - -with-tcl
--with-includes=/opt/tcl-8.0/include
--with-libraries=/opt/tcl-8.0//lib
--with-include=/opt/tk-8.0/includes/X11
--with-libraries=/opt/tk-8.0/X11/lib

Please note the use of multiple --with-includes here. However it is not
working. Here is the resultant compiler directive:

gcc -I../../include -I../../backend -I/opt/tcl-8.0/include -Wall
-Wmissing-prototypes -I../../interfaces/libpgtcl -c pgtclAppInit.c
-o pgtclAppInit.o

Obviously this is going to fail, since tk.h won't be found.

Any sugestions?

--
Stan Brown stanb(at)netcom(dot)com 843-745-3154
Westvaco
Charleston SC.
--
Windows 98: n.
useless extension to a minor patch release for 32-bit extensions and
a graphical shell for a 16-bit patch to an 8-bit operating system
originally coded for a 4-bit microprocessor, written by a 2-bit
company that can't stand for 1 bit of competition.
-
(c) 1999 Stan Brown. Redistribution via the Microsoft Network is prohibited.

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Thomas Rohwer 1999-01-04 01:17:42 jdbc timestamp-parsing
Previous Message Billy G. Allie 1999-01-04 00:08:37 Re: [INTERFACES] How to build TCL library?