Re: help, problem compiling 2.4.20-8

2003-06-20 Thread mark
> From: Stephen Kuhn <[EMAIL PROTECTED]> > Date: 20 Jun 2003 09:23:10 +1000 > On Fri, 2003-06-20 at 08:02, Arema wrote: > > Hi all, > > I tried to recompile my RH9 so that my kernel changes into monolithic > > kernel. > > In xconfig, I choose not to use kernel modular. > > Here is what I've done "

Re: help, problem compiling 2.4.20-8

2003-06-19 Thread Stephen Kuhn
On Fri, 2003-06-20 at 08:02, Arema wrote: > Hi all, > I tried to recompile my RH9 so that my kernel changes into monolithic > kernel. > In xconfig, I choose not to use kernel modular. > Here is what I've done " > 1. cd /usr/src/linux > 2. make clean;make mrproper > 3. make xconfig > 4. make dep 5.

help, problem compiling 2.4.20-8

2003-06-19 Thread Arema
Hi all, I tried to recompile my RH9 so that my kernel changes into monolithic kernel. In xconfig, I choose not to use kernel modular. Here is what I've done " 1. cd /usr/src/linux 2. make clean;make mrproper 3. make xconfig 4. make dep 5. make bzImage 6. edit /etc/grub.conf Then, I rebooted and whe

RE: Problem compiling bzImage

2003-02-03 Thread Cameron . Davidson
Michael Mansour wrote on Monday, 3 February 2003 17:41: > You were right, I ran the mrproper on him, reconfigured the kernel > and all compiled ok. > > I 'trusted' that Red Hat would have made sure these things would > work, oh well, that's ok just takes time but the be

Re: Problem compiling bzImage

2003-02-02 Thread Michael Mansour
Hi Cameron, I'm starting to think I should go back to the kernel which came with the default install of RH8 and see how that goes. I don't know, I'm open to ideas from people. I presume you have done a make mrproper (save your .config first) There are some versions of kernel source rpms t

problem compiling monte on AS2.1

2003-01-06 Thread Dan Bar Dov
I'm trying to compile linux to linux monte on RedHat AS2.1 I'm having a problem with the call to remap_page_range Seems that there is a difference in the number and type of arguments in the call in monte: if (remap_page_range(0, 0, PAGE_SIZE, PAGE_KERNEL)) { and what the function

Re: Problem compiling lm_sensors (parse error before ...)

2002-07-30 Thread Ben Logan
On Tue, Jul 30, 2002 at 06:50:24AM -0400, Ben Logan wrote: > On Tue, Jul 30, 2002 at 06:22:48AM -0400, Ben Logan wrote: > > On Tue, Jul 30, 2002 at 10:16:36AM +0100, Nick Lindsell wrote: > > > Only one way to find out -- try it. > > > Alas the oldest box I have is 7.2 so can't help you much there.

Re: Problem compiling lm_sensors (parse error before ...)

2002-07-30 Thread Ben Logan
On Tue, Jul 30, 2002 at 06:22:48AM -0400, Ben Logan wrote: > On Tue, Jul 30, 2002 at 10:16:36AM +0100, Nick Lindsell wrote: > > Only one way to find out -- try it. > > Alas the oldest box I have is 7.2 so can't help you much there. Just wanted to let you know that I tried recompiling with gcc aga

Re: Problem compiling lm_sensors (parse error before ...)

2002-07-30 Thread Ben Logan
On Tue, Jul 30, 2002 at 10:16:36AM +0100, Nick Lindsell wrote: > Only one way to find out -- try it. > Alas the oldest box I have is 7.2 so can't help you much there. I tried it (compiling with kgcc--egcs-2.91.66) this morning, and here's what I got (this is after successfully running make mrprop

Re: Problem compiling lm_sensors (parse error before ...)

2002-07-30 Thread Nick Lindsell
At 22:35 29/07/2002 -0400, you wrote: >On Mon, Jul 29, 2002 at 04:56:29PM +0100, Nick Lindsell wrote: > > OK, fine - I was just trying to point out that there are two compilers on > > a rh7.2 box (which many folks are unaware of). > > > > But how about trying to use kgcc? It might be the fix and e

Re: Problem compiling lm_sensors (parse error before ...)

2002-07-29 Thread Ben Logan
On Mon, Jul 29, 2002 at 04:56:29PM +0100, Nick Lindsell wrote: > OK, fine - I was just trying to point out that there are two compilers on > a rh7.2 box (which many folks are unaware of). > > But how about trying to use kgcc? It might be the fix and every time I've > come across this parse error

Re: Problem compiling lm_sensors (parse error before ...)

2002-07-29 Thread Nick Lindsell
At 11:12 29/07/2002 -0400, you wrote: >On Mon, Jul 29, 2002 at 01:15:49PM +0100, Nick Lindsell wrote: > > At 07:24 29/07/2002 -0400, you wrote: > > >I don't understand how that could be my problem because I just > > >successfully compiled the kernel with the same compiler (gcc-2.96-85) > > >I'm us

Re: Problem compiling lm_sensors (parse error before ...)

2002-07-29 Thread Ben Logan
On Mon, Jul 29, 2002 at 01:15:49PM +0100, Nick Lindsell wrote: > At 07:24 29/07/2002 -0400, you wrote: > >I don't understand how that could be my problem because I just > >successfully compiled the kernel with the same compiler (gcc-2.96-85) > >I'm using to compile lm_sensors. > > Not quite. On l

Re: Problem compiling lm_sensors (parse error before ...)

2002-07-29 Thread Nick Lindsell
At 07:24 29/07/2002 -0400, you wrote: >Here's the response I got from the lm_sensors folks: > >"You must have some incompatibility between your kernel headers and >your gcc or libc headers. > >"Sorry, it will be quite difficult for us to diagnose it for you. > >"If you figure it out email us, ref

Problem compiling lm_sensors (parse error before ...)

2002-07-29 Thread Ben Logan
Hi, all. I am running Redhat 7.1 and just compiled kernel 2.4.18, in part so that I could run lm_sensors (I was running kernel 2.4.13-ac8 which I compiled myself, and didn't compile it with I2C support). Since you have to have an lm_sensors compiled for your exact kernel version, I downloaded th

FW: a problem compiling modules with kernel 2.4.18-3 on redhat 7. 3

2002-07-17 Thread Rafi Cohen
PM To: '[EMAIL PROTECTED]' Subject: RE: a problem compiling modules with kernel 2.4.18-3 on redhat 7. 3 Hi, thank you very much for your assistance. I went through the suggested steps, but now I have another problem. "make modules" fails in compiling our source. The fact is that

Re: a problem compiling modules with kernel 2.4.18-3 on redhat 7.3

2002-07-16 Thread Jay Turner
On Mon, Jul 15, 2002 at 04:00:13PM +0300, Rafi Cohen wrote: > Hi, I tried to compile some modules with the kernel and system mentioned in > the subject. > After choosing the modules I needed in "make menuconfig", I issued the > following steps: > make dep, make clean, make bzimage, make install --

a problem compiling modules with kernel 2.4.18-3 on redhat 7.3

2002-07-15 Thread Rafi Cohen
Hi, I tried to compile some modules with the kernel and system mentioned in the subject. After choosing the modules I needed in "make menuconfig", I issued the following steps: make dep, make clean, make bzimage, make install -- here I received the failure. The next steps should be make modules an

Re: Problem compiling

2002-06-12 Thread Jorge Gossain Filho
Thanks, that's it make mrproper prior to make config I forgot Em Tuesday 11 June 2002 14:17, VocĂȘ escreveu: > --- Jorge Gossain Filho <[EMAIL PROTECTED]> wrote: > Hi all, > > > I have been with a problem compile kernel 2.4.18 below my trying to > > compile > > it see the five last lines. > > > >

Re: Problem compiling

2002-06-11 Thread Kjetil Tjensvold
I have compiled that kernel source whitout any problems. But the first code I downloaded didnt work, so I had to downloaded it again. I thing there was an error on the transmission that dident show up. --- Jorge Gossain Filho <[EMAIL PROTECTED]> skrev: > Hi all, > > I have been with a problem

Re: Problem compiling

2002-06-11 Thread Mike Martin
--- Jorge Gossain Filho <[EMAIL PROTECTED]> wrote: > Hi all, > > I have been with a problem compile kernel 2.4.18 below my trying to > compile > it see the five last lines. > > [root@jgf_home] /usr/src/linux> make modules > make -C kernel CFLAGS="-D__KERNEL__ > -I/usr/src/linux-2.4.18/include

Problem compiling

2002-06-11 Thread Jorge Gossain Filho
Hi all, I have been with a problem compile kernel 2.4.18 below my trying to compile it see the five last lines. [root@jgf_home] /usr/src/linux> make modules make -C kernel CFLAGS="-D__KERNEL__ -I/usr/src/linux-2.4.18/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fn

RE: Problem compiling kernel rh 7.2

2002-04-14 Thread Kjetil Tjensvold
PROTECTED] > [mailto:[EMAIL PROTECTED]] > On Behalf Of Kjetil Tjensvold > Sent: Saturday, April 13, 2002 10:11 PM > To: [EMAIL PROTECTED] > Subject: RE: Problem compiling kernel rh 7.2 > > I had an previous bootdisk, I don't know what you > mean that I have the old kernel

RE: Problem compiling kernel rh 7.2

2002-04-14 Thread Brian
You should have the stock kernel or did you remove it from your system -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Kjetil Tjensvold Sent: Saturday, April 13, 2002 10:11 PM To: [EMAIL PROTECTED] Subject: RE: Problem compiling kernel rh 7.2 I had an

RE: Problem compiling kernel rh 7.2

2002-04-13 Thread Kjetil Tjensvold
L PROTECTED] > [mailto:[EMAIL PROTECTED]] > On Behalf Of Kjetil Tjensvold > Sent: Saturday, April 13, 2002 7:36 PM > To: [EMAIL PROTECTED] > Subject: Re: Problem compiling kernel rh 7.2 > > Thats correct. But now it won't reboot. > Any suggestions what could be wrong?? &g

RE: Problem compiling kernel rh 7.2

2002-04-13 Thread Brian
Did you make a boot disk before you complied your kernel and do you have the original kernel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Kjetil Tjensvold Sent: Saturday, April 13, 2002 7:36 PM To: [EMAIL PROTECTED] Subject: Re: Problem compiling

Re: Problem compiling kernel rh 7.2

2002-04-13 Thread Kjetil Tjensvold
Thats correct. But now it won't reboot. Any suggestions what could be wrong?? --- Devon <[EMAIL PROTECTED]> skrev: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Saturday 13 April 2002 12:41 pm, Kjetil Tjensvold > wrote: > > I do > > make xconfig > > and eneable bridging to y > > then

Re: Problem compiling kernel rh 7.2

2002-04-13 Thread Devon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 13 April 2002 12:41 pm, Kjetil Tjensvold wrote: > I do > make xconfig > and eneable bridging to y > then > make dep > then > make bzImage > the the error came when I try > make modules_install > Some stupid dummy.o it didn't find. > Any su

Problem compiling kernel rh 7.2

2002-04-13 Thread Kjetil Tjensvold
I do make xconfig and eneable bridging to y then make dep then make bzImage the the error came when I try make modules_install Some stupid dummy.o it didn't find. Any suggestions? = Investigating the Norwegain 4.th Secret Service The multiheaded animal. http://hjem.sol.no/altiett/knut_ove_hau

RE: Problem compiling rtl8139 under RH7.0

2001-04-14 Thread Moke Tsing
Behalf Of Jerry Human Sent: Saturday, April 14, 2001 9:06 PM To: [EMAIL PROTECTED] Subject: Re: Problem compiling rtl8139 under RH7.0 Moke Tsing wrote: > Hi, > > I have try compiling the driver rtl8139.c under RH6.2 and it generated > rtl8139.o but when I tried compiling the same driver

Re: Problem compiling rtl8139 under RH7.0

2001-04-14 Thread Jerry Human
Moke Tsing wrote: > Hi, > > I have try compiling the driver rtl8139.c under RH6.2 and it generated > rtl8139.o but when I tried compiling the same driver under RH7.0, it return > 2 Error Message > > /usr/include/linux/modversions.h:1:2: #error Modules should never use > kernel-headers system head

Problem compiling rtl8139 under RH7.0

2001-04-14 Thread Moke Tsing
Hi, I have try compiling the driver rtl8139.c under RH6.2 and it generated rtl8139.o but when I tried compiling the same driver under RH7.0, it return 2 Error Message /usr/include/linux/modversions.h:1:2: #error Modules should never use kernel-headers system headers, /usr/include/linux/modversio

Re: Problem compiling third-party apps

2000-11-28 Thread Linux User
[jimh@garfield jimh]$ rpm -qf /usr/include/linux/param.h /usr/include/asm/socket.h /usr/include/asm/sigcontext.h kernel-headers-2.4.0-0.26 kernel-headers-2.4.0-0.26 kernel-headers-2.4.0-0.26 Looks like all 3 files are included in the kernel-headers rpm, however I am not compiling programs again

Problem compiling third-party apps

2000-11-28 Thread Nate W
For the most part, I've had pretty good luck compiling third-party apps on my redhat box, but I've run into the same problem with the last two things I've tried to compile (aolserver and snort). In both cases, I'm getting errors like: asm/socket.h: no such file asm/sigcontext.h: no such file l

Re: Problem compiling perl 5.004_04 for RH5?

1998-05-12 Thread Karl R. Asseily
ROTECTED] <[EMAIL PROTECTED]> Date: Tuesday, May 12, 1998 10:37 AM Subject: Problem compiling perl 5.004_04 for RH5? >When I run ./Configure, I get undefined references with libnet.so (libnet.so >is a file from the package 'kaffe'). >I updated kaffe to the latest version (in f

Problem compiling perl 5.004_04 for RH5?

1998-05-12 Thread Karl R. Asseily
When I run ./Configure, I get undefined references with libnet.so (libnet.so is a file from the package 'kaffe'). I updated kaffe to the latest version (in fact I upgraded all the RPMs from RedHat's site). Does anyone know what's causing the problem? Urgent help needed thanks Karl -- PLEAS