Re: postgresql 7.2 on AIX 5.1 - Mailing list pgsql-ports

From Bruce Momjian
Subject Re: postgresql 7.2 on AIX 5.1
Date
Msg-id 200208021912.g72JCHK13272@candle.pha.pa.us
Whole thread Raw
In response to postgresql 7.2 on AIX 5.1  ("Daiju Kato" <dkato@luna.email.ne.jp>)
List pgsql-ports
Looks like it is missing -lm on the link line.  What is it testing at
that point?  We have many successful AIX users.

---------------------------------------------------------------------------

Daiju Kato wrote:
> Hello all,
>
> Does someone run PostgreSQL 7.2 on AIX 5.1?
> I tries to compile it but I encounter error:
>
> ./configure --with-CC=gcc
>
> 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
>
> Please let me know if you have some idea.
>
> Thanks.
>
>
> Daiju Kato
> e-mail: dkato@luna.email.ne.jp
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-ports by date:

Previous
From: Tom Lane
Date:
Subject: Re: make check fails -- 8 hour time difference in old dates
Next
From: "Daiju Kato"
Date:
Subject: Re: postgresql 7.2 on AIX 5.1