Although I have no experience with Red Hat 5.1, I think I know
what your problem is. You have to setup a symbolic like to egc...the
experimental compiler that replaces GNU C (gcc) in Red Hat 5.1. All you
do is
ln -s /usr/bin/gcc <wherever egc is, i'm not sure>...
Hope I've helped...
-Regards
Peeyush Singh
On Sun, 2 Aug 1998, James Maddison wrote:
> 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.
>
>
> James
>