Mandriva 2008.1 free
KDevelop 3.5.1 с диска
Компилятор из оф. репозиториев из интернета gcc4.3-gfortran 4.3.0 3mdv2008.1
При попытке выполнить программу kdevelop выдает:
cd '/home/cheeese/fsem04lab03' && "/home/cheeese/fsem04lab03/configure" && cd '/home/cheeese/fsem04lab03/./src' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" LC_MESSAGES="C" LC_CTYPE="C" gmake -k fsem04lab03
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 g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking for Fortran 77 compiler default output file name...
configure: error: Fortran 77 compiler cannot create executables
See `config.log' for more details.
*** Завершено с кодом: 77 ***
cd '/home/cheeese/fsem04lab03' && "/home/cheeese/fsem04lab03/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 g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... gfortran
checking for Fortran 77 compiler default output file name... a.out
checking whether the Fortran 77 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 Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking how to get verbose linking output from gfortran... -v
checking for Fortran 77 libraries of gfortran... -L/usr/lib/gcc/i586-manbo-linux-gnu/4.2.3 -L/usr/lib/gcc/i586-manbo-linux-gnu/4.2.3/../../.. -lgfortranbegin -lgfortran -lm
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
*** Успешное завершение ***
Как теперь научить kdevelop использовать 95ю версию вместо 77ой?