Errors compiling 7.0.3 on Solaris 7 - Mailing list pgsql-general

From Gareth Cantrell
Subject Errors compiling 7.0.3 on Solaris 7
Date
Msg-id 3A65E929.5000407@citec.net
Whole thread Raw
Responses Re: Errors compiling 7.0.3 on Solaris 7
Re: Errors compiling 7.0.3 on Solaris 7
Re: Errors compiling 7.0.3 on Solaris 7
List pgsql-general
Hi:

I've been trying in vain for over 5 hours now to compile
PostgreSQL 7.0.3 on Solaris 7 (2.7).

I keep getting the following error:

ld -G -o libpq++.so.3.1 pgconnection.o pgdatabase.o pgtransdb.o
pgcursordb.o pglobject.o  -L../../interfaces/libpq -lpq -ldl -lsocket
-lresolv -lnsl -lm -lc
pgconnection.o: could not read symbols: Bad value
make[2]: *** [libpq++.so.3.1] Error 1
make[2]: Leaving directory
`/usr/share/src/postgresql-7.0.3/src/interfaces/libpq++'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/share/src/postgresql-7.0.3/src/interfaces'
make: *** [all] Error 2

I have:
   gcc 2.95.2
   gmake 3.78.1
   readline 4.1
   Flex 2.5.4
   Bison 1.28

I have also set LD_RUN_PATH=/usr/local/pgsql/lib

I have to have this running within 10 hours...
Someone PLEASE, PLEASE HELP!!!!

Regards
Gareth Cantrell


pgsql-general by date:

Previous
From: Alfred Perlstein
Date:
Subject: Re: MySQL file system
Next
From: Adam Haberlach
Date:
Subject: Re: Spot the error in my plpgsql...