Re: Kernel compiling error on FreeBSD 5.4

2005-07-07 Thread Igor Robul
Piotr Baranowski wrote: KK Show us the exact error and exactly what you did, we can't help if KK you're vague about it. what i did was: 1) cd /usr/src/sys/i386/conf 2) cp GENERIC OWIEC 3) editing OWIEC 4) config OWIEC 5) cd ../compile/OWIEC 6) make depend 7) had errors 8) make -a D depend 9)

Re: Kernel compiling error on FreeBSD 5.4

2005-07-07 Thread Giorgos Keramidas
On 2005-07-07 03:20, Piotr Baranowski [EMAIL PROTECTED] wrote: KK Show us the exact error and exactly what you did, we can't help if KK you're vague about it. what i did was: 1) cd /usr/src/sys/i386/conf 2) cp GENERIC OWIEC 3) editing OWIEC 4) config OWIEC 5) cd ../compile/OWIEC 6) make

Kernel compiling error on FreeBSD 5.4

2005-07-06 Thread Zenobius Xavierus
Hello :-) I'm new to this list, and to FreeBSD alltogether. Today i tried to compile new Kernel and i did it 'by the book'. The problem is with compiling, i get error like: 'cc1: error: unrecognized command line option -f' and then errors about no such file or directory i tried several things:

Re: Kernel compiling error on FreeBSD 5.4

2005-07-06 Thread Kris Kennaway
On Thu, Jul 07, 2005 at 02:34:52AM +0200, Zenobius Xavierus wrote: Hello :-) I'm new to this list, and to FreeBSD alltogether. Today i tried to compile new Kernel and i did it 'by the book'. The problem is with compiling, i get error like: 'cc1: error: unrecognized command line option -f'

Re[2]: Kernel compiling error on FreeBSD 5.4

2005-07-06 Thread Piotr Baranowski
KK Show us the exact error and exactly what you did, we can't help if KK you're vague about it. what i did was: 1) cd /usr/src/sys/i386/conf 2) cp GENERIC OWIEC 3) editing OWIEC 4) config OWIEC 5) cd ../compile/OWIEC 6) make depend 7) had errors 8) make -a D depend 9) seen errors ;-) then i used