AIX link error for libpq.so

From: "Mark Chesterfield" <mark(at)ennu(dot)com(dot)au>
To: <pgsql-ports(at)postgresql(dot)org>, <pgsql-interfaces(at)postgresql(dot)org>
Subject: AIX link error for libpq.so
Date: 1999-10-15 15:38:31
Message-ID: NDBBJEIBPJHBIMFBKKMMAEPHCAAA.mark@ennu.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces pgsql-ports

Apologies for the repost - missed the heading
============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================

Your name : Mark Chesterfield
Your email address : mark(at)ennu(dot)com(dot)au

System Configuration
---------------------
Architecture (example: Intel Pentium) : IBM RISC

Operating System (example: Linux 2.0.26 ELF) : AIX 4.2.1

PostgreSQL version (example: PostgreSQL-6.5.2): PostgreSQL-6.5.2

Compiler used (example: gcc 2.8.0) : gcc 2.95.1

Please enter a FULL description of your problem:
------------------------------------------------
./configure --with-template=aix_gcc
make all

produced
.......
make -C libpq all
make[2]: Entering directory
`/usr/local/src/postgresql-6.5.2/src/interfaces/libpq'
../../backend/port/aix/mkldexport.sh libpq.a /usr/local/pgsql/lib/libpq.exp
gcc -o
libpq.so -Wl,-H512 -Wl,-bM:SRE -Wl,-bI:../../backend/postgres.imp -Wl,-bE:li
bpq.exp libpq.a -lPW -lld -lnsl -ldl -lm -lreadline -lhistory -lcurses -lc
ld: 0711-224 WARNING: Duplicate symbol: __start
ld: 0711-224 WARNING: Duplicate symbol: .__start
ld: 0711-224 WARNING: Duplicate symbol: p_xargc
ld: 0711-224 WARNING: Duplicate symbol: p_xargv
ld: 0711-224 WARNING: Duplicate symbol: .__mod_init
ld: 0711-224 WARNING: Duplicate symbol: __mod_init

plus 100+ more similiar warning messages

Please describe a way to repeat the problem. Please try to provide a
concise reproducible example, if at all possible:
----------------------------------------------------------------------

./configure --with-template=aix_gcc
make all

I'd really appreciate some advice on how to solve this problem.
Thanks

************

In response to

  • at 1999-10-15 15:21:34 from Mark Chesterfield

Browse pgsql-interfaces by date

  From Date Subject
Next Message Thomas Byrnes 1999-10-15 18:13:29 RE: [INTERFACES] ODBC: 'Insufficient base table information for updating or refreshing' error with ADO
Previous Message Mark Chesterfield 1999-10-15 15:22:04

Browse pgsql-ports by date

  From Date Subject
Next Message Peter Schaefer 1999-10-17 13:38:23 Re:
Previous Message Mark Chesterfield 1999-10-15 15:21:34