> I have been trying to install postgresql for some time now without > success... > Here is the make.log file with all of it's errors... can you please help me > pinpoint the problem? System: Linux 2.0.34 #1 Sun Apr 26 17:15:09 CDT 1998 i586 > main3:/usr/src/pgsql/postgresql-6.4.2/src$ cat make.log > make lexverify > make[1]: Entering directory `/usr/src/pgsql/postgresql-6.4.2/src' > make -C lextest all > make[2]: Entering directory `/usr/src/pgsql/postgresql-6.4.2/src/lextest' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/usr/src/pgsql/postgresql-6.4.2/src/lextest' > make[1]: Leaving directory `/usr/src/pgsql/postgresql-6.4.2/src' > make -C utils all > make[1]: Entering directory `/usr/src/pgsql/postgresql-6.4.2/src/utils' > make[1]: Nothing to be done for `all'. > make[1]: Leaving directory `/usr/src/pgsql/postgresql-6.4.2/src/utils' > make -C backend all > make[1]: Entering directory `/usr/src/pgsql/postgresql-6.4.2/src/backend' > make -C access all > make[2]: Entering directory > `/usr/src/pgsql/postgresql-6.4.2/src/backend/access' > make -C common SUBSYS.o > make[3]: Entering directory > `/usr/src/pgsql/postgresql-6.4.2/src/backend/access/common' > make[3]: `SUBSYS.o' is up to date. > make[3]: Leaving directory > `/usr/src/pgsql/postgresql-6.4.2/src/backend/access/common' > make -C gist SUBSYS.o > make[3]: Entering directory > `/usr/src/pgsql/postgresql-6.4.2/src/backend/access/gist' > -traditional -I../../../include -I../../../backend -O2 -I../.. -c > gist.c -o gist.o > In file included from /usr/include/features.h:134, > from /usr/include/stdio.h:31, > from ../../../include/storage/fd.h:37, > from ../../../include/utils/rel.h:21, > from ../../../include/access/relscan.h:17, > from ../../../include/access/genam.h:18, > from gist.c:17: > /usr/include/sys/cdefs.h:139: warning: `signed' redefined > ../../../include/c.h:145: warning: this is the location of the previous > definition > /usr/include/sys/cdefs.h:140: warning: `volatile' redefined > ../../../include/c.h:155: warning: this is the location of the previous > definition > ../../../include/c.h:155: warning: this is the location of the previous > definition > In file included from ../../../include/utils/dt.h:19, > from ../../../include/utils/nabstime.h:17, > from ../../../include/access/htup.h:16, > from ../../../include/access/relscan.h:18, > from ../../../include/access/genam.h:18, > from gist.c:17: > /usr/include/math.h:254: warning: conflicting types for built-in function > `cosl' > /usr/include/math.h:255: warning: conflicting types for built-in function > `sinl' > /usr/include/math.h:273: warning: conflicting types for built-in function > `sqrtl' > /usr/include/math.h:298: warning: conflicting types for built-in function > `fabsl' > gist.c: In function `gistbuild': > gist.c:152: `T_' undeclared (first use this function) > gist.c:152: (Each undeclared identifier is reported only once > gist.c:152: for each function it appears in.) > gist.c:152: parse error before `#' > make[3]: *** [gist.o] Error 1 > make[3]: Leaving directory > `/usr/src/pgsql/postgresql-6.4.2/src/backend/access/gist' > make[2]: *** [submake] Error 2 > make[2]: Leaving directory > `/usr/src/pgsql/postgresql-6.4.2/src/backend/access' > make[1]: *** [access.dir] Error 2 > make[1]: Leaving directory `/usr/src/pgsql/postgresql-6.4.2/src/backend' > make: *** [all] Error 2 > main3:/usr/src/pgsql/postgresql-6.4.2/src$ Dan Forootan