Hi,

I'm trying to install PostgreSQL on our SGI-Irix, but when I make it all
with 'gmake all' it's going wrong. In the mailinglist I read stories of
people who succeeded in installing PostgreSQL, so I hope those people
can give me a hint.

Thanks,

Jelle Ruttenberg
[EMAIL PROTECTED]

SYSTEM:
------------
SGI-IRIX 6.2 IP22

POSTGRESQL:
--------------------
6.4.2

CONFIGURE:
------------------
configure --with-prefix=/disk3/usr/local/pgsql --with-odbc --without-CXX

template chosen by configure: irix 5

MAKE:
---------
GNU Make version 3.77

CC:
-----
SGI's cc

LEX:
-------
SGI's lex

LAST LINES FROM GMAKE BEFORE QUITTING:
-----------------------------------------------------------------
gmake -C preproc all
gmake[3]: Entering directory
`/disk3/pgsql/postgresql-6.4.2/src/interfaces/ecpg/preproc'
/usr/bin/yacc -d preproc.y
Redeclaration of precedence of UNLISTEN, line 576
cc -I../../../include -I../../../backend     -I../include
-DMAJOR_VERSION=2 -DMINOR_VERSION=4 -DPATCHLEVEL=4
-DINCLUDE_PATH=\"/disk3/usr/local/pgsql/include\"    -c y.tab.c -o
y.tab.o
lex pgc.l
"pgc.l":line 53: Error; missing translation value
gmake[3]: *** [pgc.c] Error 1
gmake[3]: Leaving directory
`/disk3/pgsql/postgresql-6.4.2/src/interfaces/ecpg/preproc'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory
`/disk3/pgsql/postgresql-6.4.2/src/interfaces/ecpg'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory
`/disk3/pgsql/postgresql-6.4.2/src/interfaces'
gmake: *** [all] Error 2

Reply via email to