Re: PostgreSQL 7.4beta3 does not compile on AIX 5 ...

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Hans-Jürgen Schönig <hs(at)cybertec(dot)at>, <eg(at)cybertec(dot)at>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PostgreSQL 7.4beta3 does not compile on AIX 5 ...
Date: 2003-09-27 20:12:47
Message-ID: Pine.LNX.4.44.0309272211000.11938-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane writes:

> =?ISO-8859-1?Q?Hans-J=FCrgen_Sch=F6nig?= <hs(at)cybertec(dot)at> writes:
> > i have added -lm to ecpglib/Makefile
> > in addition to that i had to add
> > -lm -L../../libpq -lpq
> > to compatlib/Makefile
> > now it seems to compile properly.
>
> Okay, I have added these things as part of the Darwin makefile fixes
> I just applied. -lm doesn't seem to be needed on Darwin, which is odd
> since its linker is strict otherwise.

The compatlib doesn't appear to use libpq though. What is the error if
you leave it off?

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-09-27 20:12:57 Re: 2-phase commit
Previous Message Tom Lane 2003-09-27 19:56:46 Re: Can't Build 7.3.4 on OS X