Asentelin juuri ensimmäistä kertaa Ubuntun(10.04) koneelleni, jossa on ennestään Windows XP. Asennus meni ihan ok ja pääsin tutustumaan Ubuntuun. Nyt näyttää siltä, että tarvitaan gcc paketin asennus, jotta lisää ohjelmia saa toimimaan. Koneessa ei ole nettiyhteyttä ja olen yrittänyt asentaa gcc4.5 versiota toisesta koneesta muistitikun avulla. Homma toimiikin siihen asti, kunnes paketin konfiguroinnissa tulee seuraavat virheet:
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... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
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.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking for gnatbind... no
checking for gnatmake... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
checking for objdir... .libs
checking for the correct version of gmp.h... no
configure: error: Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+.
Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
their locations. Source code for these libraries can be found at
their respective hosting sites as well as at
ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
http://gcc.gnu.org/install/prerequisites.html for additional info. If
you obtained GMP, MPFR and/or MPC from a vendor distribution package,
make sure that you have installed both the libraries and the header
files. They may be located in separate packages.
Osaako joku viisaampi neuvoa, miten tästä voisi päästä eteenpäin?
Koitin netistä kattella ja asentaa noita puuttuvia osia(GMP, MPFR ja MPC), mutta niidenkin asennuksessa tuli jotain virheitä.