compilation error

Jim Westervelt westerve at marla.urban.uiuc.edu
Tue Feb 25 09:54:12 EST 1992


################
cc -s -o /mqclimat/grass/etc/bin/main/cmd/s.surf.krig OBJ/main.o OBJ/read_sites.o /mqclimat/grass/src/libes/LIB/libgis.a -lm
ld: /mqclimat/grass/src/libes/LIB/libgis.a: warning: table of contents for archive is out of date; rerun ranlib(1)
ld: Undefined symbol 
   _G_llres_format 
   _G__projection_name 
   _G_ascii_check 

[whole long list of functions]

   _G__check_for_auto_masking 
   _G_remove 
*** Error code 2
make: Fatal error: Command failed for target `/mqclimat/grass/etc/bin/main/cmd/s.surf.krig'
Current working directory /mqclimat/grass/src/sites/s.surf.krig/cmd
*** Error code 1
make: Fatal error: Command failed for target `all'
##################

Chris, try:
   cd /mqclimat/grass/src/libes/LIB
   ranlib -t *.a

Then, try your recompile.



More information about the grass-user mailing list