Results 1 to 4 of 4
Hello everyone,
I was trying to install alsa driver for my sound card but i found this error message:
root@dEBx:/usr/lib/alsa# ls
alsa-driver-1.0.15 alsa-lib-1.0.15 alsa-utils-1.0.15
root@dEBx:/usr/lib/alsa# cd alsa-driver-1.0.15root@dEBx:/usr/lib/alsa/alsa-driver-1.0.15# ./configure --with-cards=hda-intel --with-sequencer=yes
...
- 12-22-2007 #1
error: C compiler cannot create executables
Hello everyone,
I was trying to install alsa driver for my sound card but i found this error message:
root@dEBx:/usr/lib/alsa# ls
alsa-driver-1.0.15 alsa-lib-1.0.15 alsa-utils-1.0.15
root@dEBx:/usr/lib/alsa# cd alsa-driver-1.0.15root@dEBx:/usr/lib/alsa/alsa-driver-1.0.15# ./configure --with-cards=hda-intel --with-sequencer=yes
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
Any Idea whats wrong?2 days ago I installed ubuntu .There I installed alsa-driver-1.0.14 but it was ok .No error message was showed.I installed ubuntu again after making new partition and now I have this problem.Please help me if anybody know how to do it.
- 12-22-2007 #2
Have you installed build-essential package?
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 12-23-2007 #3
no.I have not.What should I do?How to install build-essential package?
- 12-23-2007 #4
Execute this
Code:su apt-get update apt-get install build-essential
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
