LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Compiling problems (https://www.linuxquestions.org/questions/linux-software-2/compiling-problems-154400/)

garf12 03-06-2004 09:02 PM

Compiling problems
 
Ok, I have tried compiling some stuff, but nothing works. I am currently going for mplayer but I keep getting errors. Below is what follows.

field@linux:~/Downloads/mplayer> ./configure
Detected operating system: Linux
Detected host architecture: i386
Checking for cc version ... not found
Checking for gcc version ... not found
Checking for gcc-3.3 version ... not found
Checking for gcc-3.2 version ... not found
Checking for gcc-3.1 version ... not found
Checking for gcc3 version ... not found
Checking for gcc-3.0 version ... not found
Checking for cc version ... not found

*** Please downgrade/upgrade C compiler to version gcc-2.95.x or gcc-3.x! ***

From the errors I have been getting I think that I either am missing somthing with the compiler or it need to be upgraded? Where do I go to fix this? thanks

TheOneAndOnlySM 03-06-2004 09:14 PM

you definitely need to install your software development packages from your distro's cd's

what distro are you using? most distros will come with a package manager from which you can install those gcc tools (development tools, workstation tools, etc).

garf12 03-06-2004 09:27 PM

Im using SUSE and I did an FTP install so I dont have any CD's

TheOneAndOnlySM 03-06-2004 09:29 PM

okay, i see

i have never used suse, but if suse will let you do an ftp install, then you should be able to run the ftp again (or access that ftp server) and download all the gcc packages

the gcc packages are almost always binaries, so you can install them with whatever package management system suse has

*edit: there seems to be some gcc stuff in
ftp://ftp.suse.com/pub/suse/i386/9.0/suse/i586/

garf12 03-06-2004 09:37 PM

Quote:

Originally posted by TheOneAndOnlySM
*edit: there seems to be some gcc stuff in
ftp://ftp.suse.com/pub/suse/i386/9.0/suse/i586/ [/B]
oh wow, I looked in there but I have no Idea what files I would need. Im recently new to linux, this is all so confusing.

thanks for the help


All times are GMT -5. The time now is 05:01 AM.