Arthur Andrade
(usa Debian)
Enviado em 19/08/2010 - 00:41h
Olá pessoal!
Bom, estou tentando instalar o GCC no meu computador, o sistema em que quero instalá-lo é o Fedora 11, já que não tenho internet para baixar uma versão mais recente.
Devo lembrar que a minha internet 3G não funciona no Fedora, então eu baixei o GCC 4.5.1 e o Make-3.82, ambos dos sites oficiais, coloquei em uma partição de dados, e estou tentando instalar ambos no Fedora, só assim poderei instalar o usb_modeswitch e wvdial.
Mas me deparei com um grande problema quando vou no ./configure de cada um, tanto do GCC quanto do make aparece uma menssagem de erro:
Make:
[root@DeathStar Documents]# cd make-3.82
[root@DeathStar make-3.82]# ls
ABOUT-NLS configure.in job.h readme.vms
acinclude.m4 COPYING main.c README.W32
aclocal.m4 debug.h make.1 remake.c
alloca.c default.c Makefile.am remote-cstms.c
amiga.c dep.h Makefile.ami remote-stub.c
amiga.h dir.c makefile.com rule.c
ar.c doc Makefile.DOS rule.h
arscan.c dosbuild.bat Makefile.in SCOPTIONS
AUTHORS expand.c makefile.vms signame.c
build.sh.in file.c make.h SMakefile
build_w32.bat filedef.h make.lnk strcache.c
ChangeLog function.c make_msvc_net2003.sln subproc.bat
commands.c getloadavg.c make_msvc_net2003.vcproj tests
commands.h getopt1.c misc.c variable.c
config getopt.c NEWS variable.h
config.ami getopt.h NMakefile version.c
configh.dos gettext.h po vmsdir.h
config.h.in glob read.c vmsfunctions.c
config.h-vms hash.c README vmsify.c
config.h.W32 hash.h README.Amiga vmsjobs.c
config.log implicit.c README.customs vpath.c
configure INSTALL README.DOS w32
configure.bat job.c README.OS2
[root@DeathStar make-3.82]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/home/arthur/Documents/make-3.82':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
[root@DeathStar make-3.82]#
GCC:
[root@DeathStar gcc-4.5.1]# ls
ABOUT-NLS COPYING.LIB libgomp maintainer-scripts
boehm-gc COPYING.RUNTIME libiberty Makefile.def
ChangeLog depcomp libjava Makefile.in
ChangeLog.tree-ssa fixincludes libmudflap Makefile.tpl
compile gcc libobjc MD5SUMS
config gnattools libssp missing
config.guess include libstdc++-v3 mkdep
config.log INSTALL libtool-ldflags mkinstalldirs
config-ml.in install-sh libtool.m4 move-if-change
config.rpath intl ltgcc.m4 NEWS
config.sub LAST_UPDATED ltmain.sh README
configure libada lt~obsolete.m4 symlink-tree
configure.ac libcpp lto-plugin ylwrap
contrib libdecnumber ltoptions.m4 zlib
COPYING libffi ltsugar.m4
COPYING3 libgcc ltversion.m4
COPYING3.LIB libgfortran MAINTAINERS
[root@DeathStar gcc-4.5.1]# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /bin/sed
checking for gawk... gawk
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/home/arthur/Documents/gcc-4.5.1':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
[root@DeathStar gcc-4.5.1]#
Então pessoal, pelo que eu entendi, EU TENHO QUE TER UM COMPILADOR PARA INSTALAR O COMPILADOR?
Se for... creedo! Como os gerenciadores de pacotes instalam então? Oo
Antes de mais nada, eu pesquisei na net, e só achei o pessoal ensinando via gerenciadores de pacotes, o que no meu caso não dá para utilizar!
Valeu aí povo! ;]