Re: [HACKERS] v6.4-BETA3 problems with FreeBSD

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: SHIOZAKI Takehiko <takehi-s(at)ascii(dot)co(dot)jp>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] v6.4-BETA3 problems with FreeBSD
Date: 1998-10-30 02:23:53
Message-ID: Pine.BSF.4.05.9810292222070.28793-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 30 Oct 1998, SHIOZAKI Takehiko wrote:

> Hello!
>
> I tried postgresql.v6.4-BETA3 and found some problems especially
> with FreeBSD.
> The following is my environment:
> FreeBSD 2.2.7-RELEASE
> GNU Make version 3.76.1, by Richard Stallman and Roland McGrath.
> gcc version 2.7.2.1
> GNU Bison version 1.25
> flex version 2.5.4
>
> * makefiles/Makefile.freebsd
> It should have "-Bforcearchive" option just like as
> makefiles/Makefile.bsd (and it used to be).
> Without it, I got such errors in test/regress/results/misc.out.

Under ELF, this does not work, so adding it back in "as is" isn't
an option. Let me see if I can come up with something here that works...

Marc G. Fournier
Systems Administrator @ hub.org
primary: scrappy(at)hub(dot)org secondary: scrappy(at){freebsd|postgresql}.org

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jon Buller 1998-10-30 02:56:43 Re: [HACKERS] NS32K regression test
Previous Message The Hermit Hacker 1998-10-30 02:21:47 Re: [HACKERS] Another bug in pg_operator.h