Errors compiling 7.0.3 on Solaris 7

From: Gareth Cantrell <gareth(at)citec(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Errors compiling 7.0.3 on Solaris 7
Date: 2001-01-17 18:49:13
Message-ID: 3A65E929.5000407@citec.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2001-01-17 18:55:50 Re: simple version question
Previous Message Adam Haberlach 2001-01-17 18:03:45 Re: Spot the error in my plpgsql...