Re: freebsd kernel 'make' failed : "undefined reference to..."

2005-02-25 Thread Jason Henson
On 02/25/05 18:52:44, Jamie Ann P. Zamodio wrote: Help! I'm a UNIX newbie trying to compile a custom kernel with modifications for TCP purposes. My system is FreeBSD 4.3 running on i386. My 'make depend' works fine, but when I geto to 'make', the following error occurs: tcp_usrreq.o: In function 't

Re: freebsd kernel 'make' failed : "undefined reference to..."

2005-02-25 Thread Jonathan Chen
On Fri, Feb 25, 2005 at 03:52:44PM -0800, Jamie Ann P. Zamodio wrote: > Help! > > I'm a UNIX newbie trying to compile a custom kernel > with modifications for TCP purposes. My system is > FreeBSD 4.3 running on i386. My 'make depend' works > fine, but when I geto to 'make', the following error > o

freebsd kernel 'make' failed : "undefined reference to..."

2005-02-25 Thread Jamie Ann P. Zamodio
Help! I'm a UNIX newbie trying to compile a custom kernel with modifications for TCP purposes. My system is FreeBSD 4.3 running on i386. My 'make depend' works fine, but when I geto to 'make', the following error occurs: tcp_usrreq.o: In function 'tcp6_connect': /usr/src/sys/compile/MYKERNEL/../.

Re: a diff kernel MAKE failed

2002-10-11 Thread Lowell Gilbert
"Don" <[EMAIL PROTECTED]> writes: > make install has now failed, claiming permission denied, i found the > solution to that to be setting the kern_secure_level=n being currently > higher than 1 i reset the kerne secure level to ="0" in the rc.conf file, > and upon reboot, noticed that the very la

a diff kernel MAKE failed

2002-10-11 Thread Don
make install has now failed, claiming permission denied, i found the solution to that to be setting the kern_secure_level=n being currently higher than 1 i reset the kerne secure level to ="0" in the rc.conf file, and upon reboot, noticed that the very last line upon reboot, it had a line that tol

Re: kernel MAKE failed

2002-10-11 Thread Kenzo
Yes the new way is make buildkernel KERNCONF=YOURKERNEL make installkernel KERNCONF=YOURKERNEL - Original Message - From: "Andy Knapp" <[EMAIL PROTECTED]> To: "'Don'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, October

RE: kernel MAKE failed

2002-10-09 Thread Andy Knapp
Sent: Wednesday, October 09, 2002 7:22 PM To: [EMAIL PROTECTED] Subject: kernel MAKE failed can anyone give me some pointers on a failed kernel config I used the following method on 4.6.0 Run config to generate the kernel source code. # /usr/sbin/config WEBKERNEL Change into the build direc

Re: kernel MAKE failed

2002-10-09 Thread Nick Slager
Thus spake Don ([EMAIL PROTECTED]): > umass.o(.text+0x14e7): undefined reference to `xpt_free_path' > umass.o: In function `umass_cam_action': > umass.o(.text+0x1805): undefined reference to `xpt_done' > umass.o(.text+0x1815): undefined reference to `xpt_done' > umass.o: In function `umass_cam_cb

kernel MAKE failed

2002-10-09 Thread Don
can anyone give me some pointers on a failed kernel config I used the following method on 4.6.0 Run config to generate the kernel source code. # /usr/sbin/config WEBKERNEL Change into the build directory. # cd ../../compile/WEBKERNEL Compile the kernel. # make depend # make res