============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================
Your name : Samuel A Horwitz
Your email address : horwitz@argoscomp.com
System Configuration
---------------------
Architecture (example: Intel Pentium) : rs6000
Operating System (example: Linux 2.0.26 ELF) : AIX 4.2.1.0
PostgreSQL version (example: PostgreSQL-6.5.3): PostgreSQL-6.5.3
Compiler used (example: gcc 2.8.0) : gcc 2.95.2
Please enter a FULL description of your problem:
------------------------------------------------
make all fails with the following error
gmake[2]: Leaving directory `/usr/local/postgresql-6.5.3/src/backend/utils'
gcc -o postgres access/SUBSYS.o bootstrap/SUBSYS.o catalog/SUBSYS.o commands/SUBSYS.o executor/SUBSYS.o lib/SUBSYS.o
libpq/SUBSYS.omain/SUBSYS.o parser/SUBSYS.o nodes/SUBSYS.o optimizer/SUBSYS.o port/SUBSYS.o postmaster/SUBSYS.o
regex/SUBSYS.orewrite/SU
BSYS.o storage/SUBSYS.o tcop/SUBSYS.o utils/SUBSYS.o ../utils/version.o -lPW -lcrypt -lld -lnsl -ldl -lm -lreadline
-lhistory-ltermcap -lcurses
Making postgres.imp
../backend/port/aix/mkldexport.sh postgres /usr/local/pgsql/bin > postgres.imp
gcc -bE:../backend/postgres.imp -o postgres access/SUBSYS.o bootstrap/SUBSYS.o catalog/SUBSYS.o commands/SUBSYS.o
executor/SUBSYS.olib/SUBSYS.o libpq/SUBSYS.o main/SUBSYS.o parser/SUBSYS.o nodes/SUBSYS.o optimizer/SUBSYS.o
port/SUBSYS.opostmaster/SUBSYS
.o regex/SUBSYS.o rewrite/SUBSYS.o storage/SUBSYS.o tcop/SUBSYS.o utils/SUBSYS.o ../utils/version.o -lPW -lcrypt -lld
-lnsl-ldl -lm -lreadline -lhistory -ltermcap -lcurses
ld: cannot open libgcc.a: No such file or directory
gcc: file path prefix `/usr/local/lib/gcc-lib/E:../backend/postgres.imp/2.95.2/' never used
gmake[1]: *** [postgres.imp] Error 1
gmake[1]: Leaving directory `/usr/local/postgresql-6.5.3/src/backend'
gmake: *** [all] Error 2
Please describe a way to repeat the problem. Please try to provide a
concise reproducible example, if at all possible:
----------------------------------------------------------------------
ran configure as follows and the did a make all
./configure --with-template=aix_gcc --with-perl --with-hba --with-CC=gcc --with-CXX=g++ --with-maxbackends=128
If you know how this problem might be fixed, list the solution below:
---------------------------------------------------------------------
horwitz@argoscomp.com (Samuel A Horwitz)