LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   ./configure (https://www.linuxquestions.org/questions/linux-software-2/configure-108702/)

twilightened 10-26-2003 11:07 AM

./configure
 
I had put up a post 6 hours ago. I do not find it on the list. Hence I find the need to put one again, looking at the urgency of the matter.

While loading the ALSA drivers I came across this hurdle.

./configure says

Loading cache ./config.cache
checking for gcc ... no
checking for cc ... no
configure: error: no acceptable cc found in $PATH


I was suggested to load some development package. On the other hand, I found a confifure file (may be of some other version) on the net.

What next.

BRgds,

Nish

320mb 10-26-2003 11:18 AM

in a term window type gcc -v
and post what it says.....

doralsoral 10-26-2003 12:34 PM

just go to your package manager and install the developemental tools and make sure that gcc is checked. it should be that simple. let me know if you run into anymore problems

twilightened 10-27-2003 11:15 PM

./configure ...gcc -v
 
gcc -v gives

[root@nishith root]# gcc -v
bash: gcc: command not found



twilightened

Looking_Lost 10-28-2003 03:19 AM

You will have to install gcc then if you want to compile anything

Get the appropriate package for whatever system you've got, rpm based or whatever

Unless on the off chance

whereis gcc

or

locate gcc

find's it on your system

twilightened 10-28-2003 04:19 AM

gcc
 
Whereis returns nothing but locate does...what next.? I am serious.

[root@nishith root]# whereis gcc
gcc:
[root@nishith root]# locate gcc
/usr/lib/gcc-lib
/usr/lib/gcc-lib/i386-redhat-linux
/usr/lib/gcc-lib/i386-redhat-linux/3.2
/usr/lib/gcc-lib/i386-redhat-linux/3.2/tradcpp0
/usr/lib/gcc-lib/i386-redhat-linux/3.2/cpp0
/usr/lib/qt3-gcc3.2
/usr/share/doc/mplayer-common-0.90rc3/Polish/gcc-2.96-3.0.html
/usr/share/ghostscript/Resource/CMap/HKgccs-B5-H
/usr/share/ghostscript/Resource/CMap/HKgccs-B5-V
/usr/share/ghostscript/Resource/ac14/CMap/HKgccs-B5-H
/usr/share/ghostscript/Resource/ac14/CMap/HKgccs-B5-V
/lib/libgcc_s-3.2-20020903.so.1
/lib/libgcc_s.so.1
[root@nishith root]#

Looking_Lost 10-28-2003 05:09 AM

Unfortunately though it's not what you want - you'll have to install the packages from your red hat package manager development section as suggested previously.


All times are GMT -5. The time now is 10:37 PM.