Re: postgresql 7.2 on AIX 5.1

From: "Daiju Kato" <dkato(at)luna(dot)email(dot)ne(dot)jp>
To: pgsql-ports(at)postgresql(dot)org
Subject: Re: postgresql 7.2 on AIX 5.1
Date: 2002-08-04 15:26:08
Message-ID: aijgtn$1686$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Hello Bruce,

Below is error point and how I set configuration on AIX 5.1.
I would appreciate your help.

$export PATH=/usr/local/bin:$PATH
$./configure --with-CC=gcc

make[4]: `SUBSYS.o' is up to date.
gmake[4]: Leaving directory
`/home/dkato/postgresql-7.2.1/src/backend/utils/time
'
gmake[3]: Leaving directory `/home/dkato/postgresql-7.2.1/src/backend/utils'
gcc -O2 -pipe -Wall -Wmissing-prototypes -Wmissing-declarations
access/SUBSYS
.o bootstrap/SUBSYS.o catalog/SUBSYS.o parser/SUBSYS.o commands/SUBSYS.o
executo
r/SUBSYS.o lib/SUBSYS.o libpq/SUBSYS.o main/SUBSYS.o nodes/SUBSYS.o
optimizer/SU
BSYS.o port/SUBSYS.o postmaster/SUBSYS.o regex/SUBSYS.o rewrite/SUBSYS.o
storage
/SUBSYS.o tcop/SUBSYS.o utils/SUBSYS.o -lPW -lld -lnsl -ldl -o postgres
ld: 0711-317 ERROR: Undefined symbol: .ceil
ld: 0711-317 ERROR: Undefined symbol: .log
ld: 0711-317 ERROR: Undefined symbol: .sqrt
ld: 0711-317 ERROR: Undefined symbol: .isnan
ld: 0711-317 ERROR: Undefined symbol: .floor
ld: 0711-317 ERROR: Undefined symbol: .pow
ld: 0711-317 ERROR: Undefined symbol: .exp
ld: 0711-317 ERROR: Undefined symbol: .log10
ld: 0711-317 ERROR: Undefined symbol: .acos
ld: 0711-317 ERROR: Undefined symbol: .asin
ld: 0711-317 ERROR: Undefined symbol: .atan
ld: 0711-317 ERROR: Undefined symbol: .atan2
ld: 0711-317 ERROR: Undefined symbol: .cos
ld: 0711-317 ERROR: Undefined symbol: .tan
ld: 0711-317 ERROR: Undefined symbol: .sin
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
collect2: ld returned 8 exit status
gmake[2]: *** [postgres] Error 1
gmake[2]: Leaving directory `/home/dkato/postgresql-7.2.1/src/backend'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/home/dkato/postgresql-7.2.1/src'
gmake: *** [all] Error 2
make: The error code from the last command is 2.

Daiju Kato
e-mail:dkato(at)luna(dot)email(dot)ne(dot)jp

"Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us> wrote in message
news:200208031540(dot)g73FeWd02749(at)candle(dot)pha(dot)pa(dot)us(dot)(dot)(dot)
>
> I need to see more of your configure error lines just before the error
> so I know what it is trying to link. You can also do 'set -x' in
> configure to see what it is trying.
>

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Bruce Momjian 2002-08-04 19:26:27 Re: postgresql 7.2 on AIX 5.1
Previous Message Bruce Momjian 2002-08-03 15:40:32 Re: postgresql 7.2 on AIX 5.1