Thread: AW: [HACKERS] compilation error

AW: [HACKERS] compilation error

From
Zeugswetter Andreas SB
Date:
> I'm trying to compile postgres on a Solaris 7 SPARC machine
> and I get this error:

> 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

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

Run configure with:
./configure --with-includes=/usr/local/include --with-libraries=/usr/local/lib

Andreas