Re: Alpha FreeBSD port of PostgreSQL !!!

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Nathan Boeger <nathan(at)khmere(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Alpha FreeBSD port of PostgreSQL !!!
Date: 2000-11-04 00:06:08
Message-ID: Pine.LNX.4.21.0011040100120.1076-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Nathan Boeger writes:

> I really love my Alpha FreeBSD box and I want to use PostgreSQL on it...
> but postgresql does not build.

If I were to take a guess, then you need to add

// snip
#elif defined(__alpha__)
typedef long int slock_t;

#define HAS_TEST_AND_SET
// snip

into src/include/port/freebsd.h to get it to build. Whether it runs is
another question. But with the amount of detail you provided, no one can
tell.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Nathan Boeger 2000-11-04 00:09:45 Re: [HACKERS] Alpha FreeBSD port of PostgreSQL !!!
Previous Message Alfred Perlstein 2000-11-04 00:00:41 Re: Alpha FreeBSD port of PostgreSQL !!!

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 2000-11-04 00:08:54 Re: me too
Previous Message Alfred Perlstein 2000-11-04 00:00:41 Re: Alpha FreeBSD port of PostgreSQL !!!