Subject: netbsd-v1.6 build
To: None <netbsd-help@NetBSD.org>
From: Madhvesh R S <madhvesh.s@ap.sony.com>
List: netbsd-help
Date: 02/10/2004 15:39:09
Hi,

I am trying to build the NetBSD-v1.6 from src which includes all libs
and kernel source. The folowing steps is sufficient?

cd src
make cleandir
make CFLAGS+=-g dependall install

If i am missing any steps, please let me know.
Also after build, where would be the new libraries created?
As part of build, is it possible to install to any custom folder and
then use newly built libraries from any executable?

If i use newly built libraries for application, but not use the kernel
will it create problem?

Thanks in advance
-MS