compiling 7.2.3 with tcl -- tcl.h

From: Stefan Reuschke <reuschke_ukl(at)web(dot)de>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: compiling 7.2.3 with tcl -- tcl.h
Date: 2002-12-29 21:13:19
Message-ID: 200212292113.gBTLDJO06006@mailgate5.cinetic.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

This works well with the sources of 7.2.3 with Suse 8.0:

./configure \
--enable-locale \
--enable-multibyte \
--with-CXX \
--with-perl \
--with-python \
--enable-odbc \
--enable-syslog \
--with-tcl \
--with-tclconfig=/usr/local/ActiveTcl/lib \
--with-tkconfig=/usr/local/ActiveTcl/lib

With gmake it's interrupted by following error message:

gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -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: Datei oder Verzeichnis nicht gefunden -> means file or folder not found
In file included from pgtcl.c:20:
pgtclCmds.h:17: tcl.h: Datei oder Verzeichnis nicht gefunden
gmake[3]: *** [pgtcl.o] Fehler 1 -> means error 1
gmake[3]: Verlassen des Verzeichnisses Verzeichnis »/usr/src/postgresql-7.2.3/src/interfaces/libpgtcl«
gmake[2]: *** [all] Fehler 2
gmake[2]: Verlassen des Verzeichnisses Verzeichnis »/usr/src/postgresql-7.2.3/src/interfaces«
gmake[1]: *** [all] Fehler 2
gmake[1]: Verlassen des Verzeichnisses Verzeichnis »/usr/src/postgresql-7.2.3/src«
gmake: *** [all] Fehler 2

But it's there:
/usr/local/ActiveTcl/include/tcl.h

Every idea how to handle the problem is welcome.
Thanx
Stefan
______________________________________________________________________________
PREMIERE exklusiv bei WEB.DE: 3 Monate gratis + d-box-1 ab 1 Euro
Online solange der Vorrat reicht! http://premiere.web.de/?mc=999937&lp=2

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Stephane Paquin 2002-12-29 23:07:17 bug report
Previous Message Tom Lane 2002-12-28 21:23:27 Re: libpq and multiple selects in a single query