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

From: SHIOZAKI Takehiko <takehi-s(at)ascii(dot)co(dot)jp>
To: The Hermit Hacker <scrappy(at)hub(dot)org>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] v6.4-BETA3 problems with FreeBSD
Date: 1998-11-02 05:18:12
Message-ID: 199811020518.OAA06411@libpc01.pb.ascii.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

[On Oct 31, The Hermit Hacker <scrappy(at)hub(dot)org> writes:]
>
> My oops, actually...I meant to put 'freebsd2*', not 'freebsd1*' :)
>I put in yours though, anyway...

BETA5 stll needs the following small patch for FreeBSD 2.X.
# And my patch for nbtsearch.c is not applied yet. Was it wrong?

========================================================================
*** configure.orig Fri Oct 30 17:00:20 1998
--- configure Sat Oct 31 10:07:00 1998
***************
*** 617,623 ****
linux*) os=linux need_tas=no ;;
bsdi*) os=bsdi need_tas=no ;;
freebsd3*) os=freebsd need_tas=no elf=yes ;;
! freebsd12*) os=freebsd need_tas=no ;;
netbsd*|openbsd*) os=bsd need_tas=no ;;
dgux*) os=dgux need_tas=no ;;
aix*) os=aix need_tas=no ;;
--- 617,623 ----
linux*) os=linux need_tas=no ;;
bsdi*) os=bsdi need_tas=no ;;
freebsd3*) os=freebsd need_tas=no elf=yes ;;
! freebsd[12]*) os=freebsd need_tas=no ;;
netbsd*|openbsd*) os=bsd need_tas=no ;;
dgux*) os=dgux need_tas=no ;;
aix*) os=aix need_tas=no ;;
*** makefiles/Makefile.freebsd.orig Mon Nov 2 11:38:01 1998
--- makefiles/Makefile.freebsd Mon Nov 2 11:38:08 1998
***************
*** 8,13 ****
ifdef ELF_SYSTEM
$(LD) -x -Bshareable -o $@ $(at)(dot)pic
else
! $(LD) -x -Bshareable -Bforcearchive -o $@ $(at)(dot)pic
endif

--- 8,13 ----
ifdef ELF_SYSTEM
$(LD) -x -Bshareable -o $@ $(at)(dot)pic
else
! $(LD) -x -Bshareable -Bforcearchive -o $@ $(at)(dot)pic
endif

========================================================================

--
ASCII CORPORATION
Technical Center
SHIOZAKI Takehiko
<takehi-s(at)ascii(dot)co(dot)jp>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1998-11-02 05:31:15 Re: [HACKERS] v6.4-BETA3 problems with FreeBSD
Previous Message The Hermit Hacker 1998-11-02 05:12:28 Re: [HACKERS] A small problem with the new inet and cidr types