Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 1996 20:17:03 +0200 (SAT)
From:      John Hay <jhay@mikom.csir.co.za>
To:        p.richards@elsevier.co.uk (Paul Richards)
Cc:        rlb@mindspring.com, freebsd-current@FreeBSD.org
Subject:   Re: sbin ifconfig fails to build
Message-ID:  <199610281817.UAA18317@zibbi.mikom.csir.co.za>
In-Reply-To: <57u3rfxbyi.fsf@tees.elsevier.co.uk> from Paul Richards at "Oct 28, 96 04:58:29 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> Ron Bolin <rlb@mindspring.com> writes:
> 
> > In building today's current the flowwing error aborted the "sbin" make.
> > ===> ifconfig
> > cc -O -DNS    -static -o ifconfig ifconfig.o  -lkvm -lipx
> > ifconfig.o: Undefined symbol `_ns_ntoa' referenced from text segment
> > ifconfig.o: Undefined symbol `_ns_ntoa' referenced from text segment
> > ifconfig.o: Undefined symbol `_ns_addr' referenced from text segment
> > *** Error code 1
> 
> I still can't build libc either. Anyone managed a make world since
> netns was brought back?
> 
> -- 
>   Paul Richards. Originative Solutions Ltd.  (Netcraft Ltd. contractor)
>   Elsevier Science TIS online journal project.
>   Email: p.richards@elsevier.co.uk
>   Phone: 0370 462071 (Mobile), +44 (0)1865 843155
> 

Well a "make world" should fix that. If you want to do it manually
something like this should do the trick:
---------
cd /usr/src
make hierarchy
make mk
make includes
cd lib/libc
make
make install
cd /usr/src/sbin/ifconfig
make
make install
---------

In the libc and ifconfig directories you might have to add a
"make cleandir; make obj; make depend" depending on the state of your
obj directories.

John
-- 
John Hay -- John.Hay@mikom.csir.co.za



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