Click to See Complete Forum and Search --> : gnome-compiler?


AliaS
01-22-2003, 04:43 PM
I have just installed redhat 8.0 and I'm having trouble installing programs.
I keep getting the error like gcc not found and gnome-compiler not found.
Am I missing something?

AliaS
01-22-2003, 09:16 PM
looks just like this

checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking target system type... i686-pc-linux-gnuoldld
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for style of include used by make... GNU
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH

I installed desktop option with all default packages

AdaHacker
01-23-2003, 12:38 AM
This would indicate that you have no C compiler installed. It's kind of hard to compile software without a compiler, so you should install GCC. There are packages for it on your installation CD. You might also want to read the compiling software NHF (http://linuxnewbie.org/nhf/Compiling_Kernels/Compiling_Software.html).

je_fro
01-23-2003, 12:40 AM
You needed to install the "Programming/Development" packages. Go out and get gcc...
http://gcc.gnu.org/install/

camelrider
01-23-2003, 03:55 AM
The easiest way might be to boot from your install CD, choose 'upgrade' and then select the programming/development option. Upgrading often takes longer than installing as the installer will be checking the versions of whatever is already isntalled, but this should give you gcc and the glib's that you need for most software and maybe even the QT and GTK+ libs you'll need for many of the GUI apps to build.

AliaS
01-24-2003, 12:54 PM
Cool. I got a little farther.
i had to install X too
I need to install QT now.

Ihad to add like 400mb of development tools, and I don't really have the space. Do I need all of this?
Is there any way to cut down the size - all I want to do is install a small program.


Thanx for the help so far. I will love Linux