Wiem, że zapewne dla was ten problem jest banalny lecz jestem nowy i całkowicie zielony jak na razie w tych sprawach. Więc tak, przekopałem wiele for internetowych by znaleźć sposób na zainstalowanie kompilatora gcc pod Debianem. Zrobiłem to metodą
Kod: Zaznacz cały
apt-get install gcc
Kod: Zaznacz cały
gcc -v
Teraz jak chcę coś skompilować, np. otworzyć plik ./configure w kadu to wywala mi:Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --with-tune=i686 --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
Wiem, że takich tematów było już sporo lecz żaden mi nie pomógł i nadal się z tym męczę.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 build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets ${MAKE}... yes
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking for C++ compiler default output... configure: error: C++ compiler cannot create executables
Z góry dziękuję.