Re: please help a newbie, red hat 8 and cs4610
Michael Kuss <[email protected]>
| Newsgroups | gmane.linux.redhat.sound |
|---|---|
| Message-ID | <[email protected]> |
Ok, second try, I had to realize that I'm subscribed with a different name than the "reply to" generates: On Tue, 24 Dec 2002, Tejas Gandhi wrote: > this is the error I get just from the ./configure > command so far > > > [root@www root]# cd /usr/src/alsa > [root@www alsa]# bunzip2 alsa-driver-* > [root@www alsa]# tar -xf alsa-driver-* > [root@www alsa]# cd alsa-driver-* > [root@www alsa-driver-0.5.12a]# ./configure > --with-cards=cs46xx --with-sequencer=yes > creating cache ./config.cache > checking for gcc... no > checking for cc... no > configure: error: no acceptable cc found in $PATH this tells you that you have no compiler package installed. Install gcc! You may also have to install some library packages. Configure and/or make will tell you what is missing. Cheers, Michael