5.0beta7 make install error on RH6.1

Bruce Saunders b.saunders at mindspring.com
Thu Jun 8 18:16:36 EDT 2000


On 08Jun2000, Jacques Williams wrote:

 > I am getting the following error when I run make install on a vanilla RedHat 6.1 box:
 > 
 > gcc -s OBJ.i686-linux-elf/fill_dir.o OBJ.i686-linux-elf/cell_open.o OBJ.i686-linux-elf/cell_open_new.o /usr/src/grass5.0beta/src/libes/LIB.i686-linux-elf/libgis.a -lm -o /usr/local/grass-5.0b/etc/bin/main/cmd/r.fill.dir -lnsl
 > rm -f OBJ>i686-linux-elf/fmt_un.o
 > c fmt_un.f
 > make[2]: c: Command not found
 > make[2]: [OBJ.i686-linux-elf/fmt_un.o] Error 127 (ignored)
 > mv fmt_un.o OBJ.i686-linux-elf/fmt_un.o
 > mv: fmt_un.o: No such file or directory
 > make[2]: *** [OBJ.i686-linux-elf/fmt_un.o] Error 1
 > make[2]: Leaving directory '/usr/src/grass5.0beta/src.garden/answers/src.answers/raster/r.fill.dir/cmd'
 > make[1]: *** [all] Error 1
 > make[1]: Leaving directory '/usr/src/grass5.0beta/src.garden/answers/src.answers/raster/r.fill.dir'
 > GISGEN failure at STEP: src.garden/answers/src.answers/raster/r.fill.idr
 > make: *** [do-install] Error 1
 > 
 > This looks like a typo somewhere in the makefiles, but I can't seem to track it down. Anyone else seen this?

The configure script/makefile assume you have a Fortran compiler installed
and give this fatal compilation error if you don't.

The configure script should be modified to notify the user when it can't
find a Fortran compiler and then build a makefile which skips over the few
GRASS modules written in Fortran so it doesn't fail with a fatal error.

-- 
 Bruce Saunders




More information about the grass-user mailing list