AW: [HACKERS] compilation error

2001-01-18 Thread Zeugswetter Andreas SB
> 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

[HACKERS] compilation error

2001-01-18 Thread Martin A. Marques
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 pgtc