Re: kernel configuration failure

2007-10-11 Thread Pietro Cerutti
coriolinus wrote: > I'm new to kernel building, so I followed the handbook's advice: cd to > /usr/src, then make buildkernel KERNCONF=MYKERNEL. > > The kernel build process is failing mysteriously. The file it claims > not to be able to find, /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c, is > sitting

Re: kernel configuration failure

2007-10-10 Thread Yuri Pankov
coriolinus wrote: Actually, that's not the problem. The file which is not found is the compiler itself: gcc34:No such file or directory Maybe you've installed gcc 4.3 from ports, linked /usr/bin/cc to /usr/local/bin/gcc43 and then upgrade gcc? That doesn't seem right: [EMAIL PROTECTED] /usr/s

Re: kernel configuration failure

2007-10-10 Thread coriolinus
> Actually, that's not the problem. > The file which is not found is the compiler itself: > > gcc34:No such file or directory > > Maybe you've installed gcc 4.3 from ports, linked /usr/bin/cc to > /usr/local/bin/gcc43 and then upgrade gcc? That doesn't seem right: [EMAIL PROTECTED] /usr/src]$ whic