Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Dec 1996 16:37:58 -0700 (MST)
From:      Nate Williams <nate@mt.sri.com>
To:        current@freebsd.org
Subject:   More breakage in -current and 2.2
Message-ID:  <199612162337.QAA05223@rocky.mt.sri.com>

next in thread | raw e-mail | index | archive | help
tclsh fails under 2.2

cc -O2 -m486 -pipe    -static -o tclsh tclAppInit.o  -ltcl -lm
tclCmdIL.o: Undefined symbol `_TclGetLoadedPackages' referenced from text segment
tclBasic.o: Undefined symbol `_Tcl_LoadCmd' referenced from data segment
*** Error code 1


And, under current I can't get routed to build.

nec:/usr/src/sbin/routed # make
cc -O2 -m486 -pipe   -c /usr/src/sbin/routed/input.c
/usr/src/sbin/routed/input.c: In function `input':
/usr/src/sbin/routed/input.c:403: `RIP_AUTH_MD5' undeclared (first use this function)
/usr/src/sbin/routed/input.c:403: (Each undeclared identifier is reported only once
/usr/src/sbin/routed/input.c:403: for each function it appears in.)
/usr/src/sbin/routed/input.c:547: `RIP_AUTH_NONE' undeclared (first use this function)
/usr/src/sbin/routed/input.c: In function `ck_passwd':
/usr/src/sbin/routed/input.c:873: structure has no member named `rip_auths'
/usr/src/sbin/routed/input.c:873: structure has no member named `rip_auths'
/usr/src/sbin/routed/input.c:882: structure has no member named `rip_auths'
/usr/src/sbin/routed/input.c:887: structure has no member named `rip_auths'
/usr/src/sbin/routed/input.c:888: structure has no member named `rip_auths'
/usr/src/sbin/routed/input.c:894: structure has no member named `rip_auths'
/usr/src/sbin/routed/input.c:897: structure has no member named `rip_auths'
/usr/src/sbin/routed/input.c:898: structure has no member named `rip_auths'
/usr/src/sbin/routed/input.c:899: structure has no member named `rip_auths'
/usr/src/sbin/routed/input.c:899: structure has no member named `rip_auths'
/usr/src/sbin/routed/input.c:903: structure has no member named `rip_auths'
/usr/src/sbin/routed/input.c:908: structure has no member named `rip_auths'
/usr/src/sbin/routed/input.c:909: structure has no member named `rip_auths'
/usr/src/sbin/routed/input.c:913: structure has no member named `a_family'
/usr/src/sbin/routed/input.c:915: structure has no member named `rip_auths'
*** Error code 1

Stop.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612162337.QAA05223>