Re: FreeBSD broke with autoconf-based build

From: strk(at)refractions(dot)net
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: FreeBSD broke with autoconf-based build
Date: 2005-11-01 16:46:42
Message-ID: 20051101164642.GA97444@keybit.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Nov 01, 2005 at 09:10:24AM -0500, Tom Lane wrote:
> strk(at)refractions(dot)net writes:
> > I'm having troubles building postgis HEAD on freebsd
> > using the new autoconf-based scripts.
>
> FreeBSD which, exactly? It makes a difference, because AFAICS from
> configure newer versions of FreeBSD use ELF, and the link switches
> are different then.

Thank you, it's ELF_SYSTEM undefined.
We just copied Makefile.shlib, not Makefile.global.

We'll have to add a check for ELF_SYSTEM in our own configure script.
Wouldn't this be a problem for pgxs-compiled modules as well ?

--strk;

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2005-11-01 17:05:46 Re: FreeBSD broke with autoconf-based build
Previous Message Andrew Dunstan 2005-11-01 15:58:42 Re: FreeBSD broke with autoconf-based build