From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Daiju Kato <dkato(at)luna(dot)email(dot)ne(dot)jp> |
Cc: | pgsql-ports(at)postgresql(dot)org |
Subject: | Re: postgresql 7.2 on AIX 5.1 |
Date: | 2002-08-03 15:40:32 |
Message-ID: | 200208031540.g73FeWd02749@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-ports |
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.
---------------------------------------------------------------------------
Daiju Kato wrote:
> Hi Bruce,
>
> Thanks, reply.
> Please tell me how to -lm with configure.
>
> Thanks.
>
> Daiju
>
> "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us> wrote in message
> news:200208021912(dot)g72JCHK13272(at)candle(dot)pha(dot)pa(dot)us(dot)(dot)(dot)
> >
> > 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(at)luna(dot)email(dot)ne(dot)jp
> > >
> > >
> > >
> > > ---------------------------(end of broadcast)---------------------------
> > > TIP 6: Have you searched our list archives?
> > >
> > > http://archives.postgresql.org
> > >
> >
> > --
> > Bruce Momjian | http://candle.pha.pa.us
> > pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
> > + If your life is a hard drive, | 830 Blythe Avenue
> > + Christ can be your backup. | Drexel Hill, Pennsylvania 19026
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 3: if posting/reading through Usenet, please send an appropriate
> > subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> > message can get through to the mailing list cleanly
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Daiju Kato | 2002-08-04 15:26:08 | Re: postgresql 7.2 on AIX 5.1 |
Previous Message | Daiju Kato | 2002-08-03 09:38:57 | Re: postgresql 7.2 on AIX 5.1 |