... - Mailing list pgsql-interfaces

From Mark Chesterfield
Subject ...
Date
Msg-id 199910151522.BAA13458@grange.ennu.com.au
Whole thread Raw
List pgsql-interfaces
============================================================================                       POSTGRESQL BUG
REPORTTEMPLATE
 
============================================================================


Your name        :    Mark Chesterfield
Your email address    :    mark@ennu.com.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/libp
q'
../../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
:libpq.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


pgsql-interfaces by date:

Previous
From: Dave Page
Date:
Subject: ODBC: 'Insufficient base table information for updating or refres hing' error with ADO
Next
From: "Mark Chesterfield"
Date:
Subject: AIX link error for libpq.so