compilation error - Mailing list pgsql-general

From Martin A. Marques
Subject compilation error
Date
Msg-id 01011812062903.23355@math.unl.edu.ar
Whole thread Raw
List pgsql-general
I'm trying to compile postgres on a Solaris 7 SPARC machine and I get this
error:

make[4]: Leaving directory
`/space/pruebas/postgresql-7.1beta1/src/interfaces/libpq'
gcc -g -Wall -Wmissing-prototypes -Wmissing-declarations -fPIC
-I../../../src/include -I../../../src/interfaces/libpq  -c pgtcl.c -o pgtcl.o
In file included from pgtcl.c:19:
libpgtcl.h:19: tcl.h: No such file or directory
In file included from pgtcl.c:20:
pgtclCmds.h:17: tcl.h: No such file or directory
make[3]: *** [pgtcl.o] Error 1
make[3]: Leaving directory
`/space/pruebas/postgresql-7.1beta1/src/interfaces/libpgtcl'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/space/pruebas/postgresql-7.1beta1/src/interfaces'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/space/pruebas/postgresql-7.1beta1/src'
make: *** [all] Error 2
*** Error code 2

Now, tcl.h is in /usr/local/include/.

What can I do?

Saludos... :-)

--
System Administration: It's a dirty job,
but someone told I had to do it.
-----------------------------------------------------------------
Martín Marqués            email:     martin@math.unl.edu.ar
Santa Fe - Argentina        http://math.unl.edu.ar/~martin/
Administrador de sistemas en math.unl.edu.ar
-----------------------------------------------------------------

pgsql-general by date:

Previous
From: Christopher Sawtell
Date:
Subject: Re: [SQL] Query from multiple tables...
Next
From: "Gordan Bobic"
Date:
Subject: Tuning queries and distinct behaviour