From: | Samuel A Horwitz <horwitz(at)argoscomp(dot)com> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | rs6000-aix4.2.1.0 - build failure[B |
Date: | 1999-12-28 20:19:51 |
Message-ID: | Pine.A32.3.91.991228151900.101344A-100000@argos |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================
Your name : Samuel A Horwitz
Your email address : horwitz(at)argoscomp(dot)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.o main/SUBSYS.o parser/SUBSYS.o nodes/SUBSYS.o optimizer/SUBSYS.o port/SUBSYS.o postmaster/SUBSYS.o regex/SUBSYS.o rewrite/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.o lib/SUBSYS.o libpq/SUBSYS.o main/SUBSYS.o parser/SUBSYS.o nodes/SUBSYS.o optimizer/SUBSYS.o port/SUBSYS.o postmaster/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(at)argoscomp(dot)com (Samuel A Horwitz)
From | Date | Subject | |
---|---|---|---|
Next Message | Samuel A Horwitz | 1999-12-28 20:30:48 | rs6000-aix4.2.1.0 - build failure |
Previous Message | Tomas Cerha | 1999-12-28 20:14:46 | INET operators and NOT |