According to James Maddison: While burning my CPU.
> 
> I have problem with RH 5.1 and configuring Kernel 2.0.35. Although I've
> been doing #make config from the /usr/src/linux directory, like I'm
> supposed to.  Did the #make mrproper thing then started to configure. 
> Followed all the steps properly, answered all the questions, yet each
> time when trying to configure the sound card at this question "Audio DMA
> buffer Size, 4096, 16384, 32768 or 65536 (DSP_BUFFSIZE)[65536] no matter
> what I do enter a number, hit enter, each time I get this output and it
> stops here:
> 
> #make[1]: Entering directory '/usr/src/linux-2.0.35/drivers/sound'
> 
> #Compiling Sound Driver v 2 for Linux
> 
> #rm -f configure
> 
> #gcc -I/usr/src/linux-2.0.35/include -0 configure configure.l
> 
> #make[1]: gcc: Command not found
> 
> #make[1]:***[kernelconfig]Error 127
> 
> #make[1]: Leaving directory '/usr/src/linux-2.0.35/drivers/sound'
> 
> #make: ***[config] Error 3
> 
> The config bails out at this point.  Been through the steps like 10
> times now, read all the HOWTO's and FAQ's before and after.  Looks like
> it's missing some sound driver files or something.
> 
> Soundcard is an ESS 1868 ISA.  Yes it's PnP.  I'm trying to
> configure/compile the sound as a module.
> 
> Any help would be greatly appreciate here.
> 

This seems to have nothing to do with the sound module, your compiler seems
to be "non existant", try 'gcc --version' it will return 2.x.x.x if it is
found, if you get no return then install GCC.

For information on what else is needed for GCC to work, take a look at;
/usr/doc/HOWTO/GCC-HOWTO.gz
/usr/src/linux/Documentation/Changes

You possably over looked the importance of having The GNU development tools
when installing redhat-5.1;


> 
> James
> 


-- 
Regards Richard.
[EMAIL PROTECTED]

Reply via email to