Subject: Re: building gated 3.6 Alpha 1
To: Laine Stump <laine@MorningStar.Com>
From: Andrew K. Adams <akadams@wraith.psc.edu>
List: current-users
Date: 09/10/1996 10:52:17
---------- Message from Laine Stump ----------
>I just tried building gated 3.6 Alpha 1 (the latest release) on a fairly
>recent -current (the last snapsot Rob Windsor put up) and failed to get
>it to build properly. I had previously built 3.5 Beta on NetBSD 1.1 with
>no problems.
>
>Does anybody have a Config file that works on this version of gated?


I just built a version of gated 3.6 Alpha 2 (not Alpha 1) under
1.2_BETA, i386 archtype.  Currently, it is only listening to RIP, but
is working correctly.  I have attached my config below.


Andrew Adams
PSC Network Engineer

------------------------------ NetBSD Config ----------------------------
protocols rip ospf icmp rdisc gii

yacc                 yacc
configure            util/configure.pl
cc                   gcc
#lex                  flex
lex                  lex
mkdep                mkdep -flag -MM
ranlib               ranlib

#lflags               -p -s -C
lflags               -p -i -C
ldflags               -lkvm -lcrypt
yflags		     -d

signal_h             /usr/include/sys/signal.h
objdir               

path_unix            /netbsd
path_pid             /var/run/%s.pid
path_dumpdir         /var/tmp
path_version         /var/run/%s.version
path_dump            /var/tmp/%s.dump
path_config          /etc/%s.conf

options INCLUDE_UNISTD
options INCLUDE_PATHS
options GID_T=int
options POSIX_SIGNALS
options HAVE_WAITPID
options	VARIABLE_MASKS
options SOCKET_LENGTHS
options SOCKADDR_DL
options INCLUDE_IF_DL
options	KRT_RTREAD_KINFO
options KRT_IFREAD_KINFO
options KRT_RT_SOCK
options USE_SYSCTL
options KRT_LLADDR_NONE
options KRT_SYMBOLS_SYSCTL
options KVM_TYPE_BSD44
options KRT_SOCKET_TYPE="PF_ROUTE, SOCK_RAW, AF_UNSPEC"
options U_INT8=u_int8_t
options U_INT16=u_int16_t
options U_INT32=u_int32_t
options U_INT64=u_int64_t
options S_INT8=int8_t
options S_INT16=int16_t
options S_INT32=int32_t
options S_INT64=int64_t
options GDC_RESOURCE
options GDCCORENAME=""core.%s""