BIND 8.2.2-P5 on HP-UX 10.x
Rip Loomis
Gilbert.R.Loomis at cpmx.saic.com
Mon Dec 6 21:55:23 UTC 1999
My apologies for the second message, but the
attachment got stripped by the mailing list
software. I've included it inline below.
> -----Original Message-----
> From: bind-workers-bounce at isc.org
> [mailto:bind-workers-bounce at isc.org]On
> Behalf Of Rip Loomis
> Sent: Monday, December 06, 1999 4:22 PM
> To: bind-workers at isc.org
> Subject: BIND 8.2.2-P5 on HP-UX 10.x
>
>
>
> Bind-workers:
>
> Is anyone else out there compiling 8.2.2-P5 on a
> HP-UX 10.x system still? If so, what compilers
> and other utilities are you using?
>
> After much wailing and gnashing of teeth (I'm not
> an HP-UX guy), I've gotten it compiled and apparently
> functional. I've attached the diffs I had to make
> to src/port/hpux10/Makefile.set.gcc--but I'm concerned
> that there must have been a reason for the previous
> settings.
>
> Compile environment:
> - HP-UX B.10.20 with Y2K patches and latest libc/sed
> patches
> - GNU utilities installed (sorry, didn't have a
> license for the HP commercial compiler):
> . binutils 2.9.1 (including GNU "gas")
> . bison 1.28
> . flex 2.5.4a
> . gcc 2.95.2 (recompiled from source with --with-gnu-as)
> . make 3.78.1
>
> Anyone have any suggestions? More specifically,
> does anyone have a reason why the modified Makefile.set.gcc
> that worked for me shouldn't be included as the default
> one? Last thing I knew, there was only limited testing
> being done at the ISC on HP-UX 10.20, since their primary
> HP-UX flavor is 11.0. (Unfortunately, a specific customer
> of theirs and mine needs it on 10.20.)
>
> Comments requested.
>
> --Rip Loomis
>
>
> Rip Loomis Voice Number: (410) 953-6874
> --------------------------------------------------------
> Security Engineer
> Center for Information Security Technology
> Science Applications International Corporation
> http://www.cist.saic.com
>
--------8<---- Cut Here -----------------
*** src/port/hpux10/Makefile.set.gcc.orig Mon Aug 23 01:54:16 1999
--- src/port/hpux10/Makefile.set.gcc Mon Dec 6 14:20:09 1999
***************
*** 1,5 ****
! 'CC=gcc -ansi -fpic'
! 'CDEBUG=-O'
'DESTBIN=/usr/bin'
'DESTSBIN=/usr/sbin'
'DESTEXEC=/usr/sbin'
--- 1,5 ----
! 'CC=gcc'
! 'CDEBUG=-O -g'
'DESTBIN=/usr/bin'
'DESTSBIN=/usr/sbin'
'DESTEXEC=/usr/sbin'
***************
*** 8,15 ****
'DESTETC=/etc'
'DESTRUN=/var/run'
'LDS=:'
! 'LEX=flex'
! 'YACC=bison -d'
'SYSLIBS=-ll'
'INSTALL=install'
'MANDIR=man'
--- 8,15 ----
'DESTETC=/etc'
'DESTRUN=/var/run'
'LDS=:'
! 'LEX=flex -I'
! 'YACC=bison -d -y'
'SYSLIBS=-ll'
'INSTALL=install'
'MANDIR=man'
More information about the bind-workers
mailing list