Re: [HACKERS] More on shared objects problem

From: Erik Bertelsen <erik(at)mediator(dot)uni-c(dot)dk>
To: pgsql-hackers(at)postgreSQL(dot)org
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, current-users(at)netbsd(dot)org
Subject: Re: [HACKERS] More on shared objects problem
Date: 1999-07-27 20:37:13
Message-ID: 19990727223713.A20653@q610.ebe.uni-c.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jul 27, 1999 at 01:24:30PM -0400, D'Arcy J.M. Cain wrote:
> recognize NetBSD as an ELF system unless it is a powerpc. That's
> probably correct as it is only -current that is ELF, not the release.
> If it helps, here is the output of "file /netbsd" which tells you for
> sure it is an ELF system.

Please note that NetBSD is already ELF on some platforms, e.g macppc and
pmax. Other platforms are still only aout, e.g. m68k and others. At least
two platforms have changed to ELF since the last NetBSD release (i386
and sparc) and will be ELF when NetBSD 1.5 is released (but not 1.4.1 and
other patch releases for 1.4).

The end result is that 3rd party software should not decide ELF-ness based
on versions or platforms, but try to detect the actual status of the system
on which it installs.

- Erik

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-07-27 20:59:43 Selectivity of "=" (Re: [HACKERS] Index not used on simple select)
Previous Message Ryan Kirkpatrick 1999-07-27 19:48:49 Re: [PORTS] RedHat6.0 & Alpha