hello, i need to install mencoder on my linux server when i use that command: ./configure --enable-gui it says: Detected operating system: Linux Detected host architecture: i386 Checking for cc version ... not found Checking for gcc version ... not found Checking for gcc-3.4 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, 3.x or 4.x! *** Code (markup): what to do?
hmm, thanx but it failed if i gave you one PR4 domain, would you install mencoder, flv2tools and ffmpeg on my server?
What distro are you using?Do you have permission to run compilers at the server?Do you have gcc installed?As i can see with this output,there is no gcc installed.YOu have to install it if you want to compile the source code
you might also want to make sure that in WHM, you did not disable gcc access or you could just do all that as root, and chown the files to whatever user you want
Assuming you're using centOS ( as most servers do ), I'd issue apt-get install build-essentials before attempting to install from source.......