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

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: scrappy(at)hub(dot)org (The Hermit Hacker)
Cc: takehi-s(at)ascii(dot)co(dot)jp, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] v6.4-BETA3 problems with FreeBSD
Date: 1998-10-30 15:59:38
Message-ID: 199810301559.KAA08947@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > * 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...

Take a look at bsd 4.0. I had to do the same thing. I defined a new
template file, and changed the DLSUFFIX, and checked that in
Makefile.shlib.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-10-30 16:03:52 Re: [HACKERS] flock patch breaks things here
Previous Message Tom Lane 1998-10-30 15:34:54 Re: [HACKERS] encoded communincation bw Backend and Libpq frontend?