On Mon, 3 May 1999, Jelle Ruttenberg wrote:

> 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]

Hallo Jelle - Hoe gaat het met u?

I have just finished compiling PG for UnixWare...I cheated!
I don't use ecpg on this box so I was able to get beyound the error
message you appended.  It seemed I am missing a library file that
ecpg needs to compile (I searched my library path and didn't find
the undef symbol in any of my libraries).

So - to get PG going - I commented out the call to ecpg in the
../src/interfaces/Makefile
and reran make from the src directory.

This is a cheap trick but it worked.  I suppose this may help you
get jumpstarted, provided you don't plan to access the db with ecpg.
(I use perl...)  If no-one has a better solution, this *will* get
PG installed.

Tot straks,
Tom

> 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
> 
> 

----
         North Richmond Community Mental Health Center

         Thomas Good   Information Systems Coordinator
         E-Mail:       tomg@ { admin | q8 } .nrnet.org
         Phone:        718-354-5528       
         Fax:          718-354-5056  

                 Empowered by PostgreSQL 6.3.2


Reply via email to