Re:

From: Peter Schaefer <schaefer(at)cys(dot)de>
To: Mark Chesterfield <mark(at)ennu(dot)com(dot)au>
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re:
Date: 1999-10-17 13:38:23
Message-ID: 3809D14F.58C291D9@cys.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces pgsql-ports

Mark Chesterfield wrote:
>
> ============================================================================
> 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/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

Read the ld man page on how to switch off warnings 0711-224.

Then switch off the warnings from the linker

gcc -Wl,<multiple options separated by commas>

No guarantee this works.

--
Peter Schäfer - mailto:schaefer(at)cys(dot)de, schaefer(at)dfu(dot)de
Motto of the 3D Designer: "I am a meshed potato, I can do the twist".

In response to

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

Browse pgsql-interfaces by date

  From Date Subject
Next Message Julia A . Case 1999-10-17 17:59:44 Password...
Previous Message Ryszard Kurek 1999-10-17 09:39:56 [INTERFACES] Table viewer for big sorted tables

Browse pgsql-ports by date

  From Date Subject
Next Message Damien Silveira 1999-10-17 16:13:40 postgresbug.txt
Previous Message Mark Chesterfield 1999-10-15 15:38:31 AIX link error for libpq.so