Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 May 1996 17:14:00 +0100
From:      "Gary Palmer" <gpalmer@FreeBSD.ORG>
To:        Daniel Baker <dbaker@crash.ops.neosoft.com>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: Compiling today's -STABLE 
Message-ID:  <5044.831226440@palmer.demon.co.uk>
In-Reply-To: Your message of "Sat, 04 May 1996 10:27:30 CDT." <199605041527.KAA06767@crash.ops.neosoft.com> 

index | next in thread | previous in thread | raw e-mail


[GROSS CC:'ing of questions and hackers removed]

Daniel Baker wrote in message ID
<199605041527.KAA06767@crash.ops.neosoft.com>:
> Hey..
> 
> Has anyone else had any problems with compiling today's -STABLE?
> 
> Right towards the end of the make world, I get a:
> 
> ===> usr.bin/dig
> cc -O -I/usr/src/usr.bin/dig/../../usr.sbin/nslookup    -o dig dig.o debug.o 
> list.o send.o subr.o  
> debug.o: Undefined symbol `_iso_ntoa' referenced from text segment
> list.o: Undefined symbol `_iso_ntoa' referenced from text segment
> *** Error code 1
> 
> Stop.
> *** Error code 1
> 
> Stop.
> *** Error code 1
> 
> Stop.

Don't use a -current libc.so.3.0. It doesn't have the iso networking
funtions anymore. Nuke it and try rebuilding. 

The problem is that ISO (and a couple of other networking families)
don't exist in -current anymore, and the support functions don't exist
in the -current libc anymore either, so if you have a -current libc in
/usr/lib and try to compile -stable (which still does have the
protocol families) you hit the above problem.

Gary
--
Gary Palmer                                           FreeBSD Core Team Member
FreeBSD - Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info


help

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