|
Hello!everyone.I have a problem:
I'm a greenhand of Linux.I have learnt linux for only 1 week.I just know how to install a programme in RPM form,but for many softwares,once I downloaded a file,after I extract it,there was no RPM files in it.
I saw the install method in forum like these:
./configure
make
make install
......
but when i type ./confirgure ,the following appealed:
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
it likely means there is no GCC ,then I downloaded a GCC-3.3.unfortunately,I also don't know how to install GCC!!-_-!
So PLEASE PLEASE WHO CAN HELP ME!!!!!! |
|