From: | Kevin Murphy <murphy(at)genome(dot)chop(dot)edu> |
---|---|
To: | PostgreSQL general <pgsql-general(at)postgresql(dot)org> |
Subject: | aix build question re: duplicate symbol warning |
Date: | 2005-10-27 18:23:36 |
Message-ID: | 43611B28.5070703@genome.chop.edu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
Hi all,
I'm trying to build PG 8.1 beta on an AIX server.
The 'make' finishes without errors, but I'm getting lots of duplicate
symbol warnings like the following one. What am I to make of these?
gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline
-fno-strict-aliasing -Wl,-bnoentry -Wl,-H512 -Wl,-bM:SRE -o libpq.\
so libpq.a -L../../../src/port -L../../../src/port -lnsl
-Wl,-bI:../../../src/backend/postgres.imp -Wl,-bE:libpq.exp
ld: 0711-224 WARNING: Duplicate symbol:
.pqStrerror
ld: 0711-224 WARNING: Duplicate symbol:
.pqGetpwuid
...
I used a vanilla configure except for --without-readline.
Tools that seem to be in use:
AIX 5.1
GNU Make 3.80
gcc 3.2.2
ld - AIX version
This is an 8-CPU machine that recently became disused in our research
department and looks like a nice potential PG host.
Thanks,
Kevin Murphy
From | Date | Subject | |
---|---|---|---|
Next Message | Marc Andre Paquin | 2005-10-27 19:33:34 | Re: Looking for a command to list schemas |
Previous Message | Jim C. Nasby | 2005-10-27 17:37:36 | Re: Connections to DB |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2005-10-27 19:46:08 | Re: aix build question re: duplicate symbol warning |
Previous Message | Josh Berkus | 2005-10-27 18:03:40 | Re: Test settings in postgresql.conf.sample in beta4 |