[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Info sources for Programming



On Sat, Jan 01, 2000 at 12:18:06PM -0600, Cliff Rice wrote:
> I'm fairly new to the Linux scene and have found a nifty program
> on the net I'd like to build called "GRASS".  I'm running potato
> with a kernel of 2.2.12 and have what I think is all of the
> programming libraries and such.  However when I did a build on
> GRASS 4.3 , I got the following at link time. I have programmed
> GIS programs before and would like to start using this one.

You should subscribe to GRASSLIST@baylor.edu for questions about GRASS.
I didn't realize there was a 4.3 out (You might look at GRASS 5 beta
5!).
 
> OBJ.i386/main.o: In function `main':
> OBJ.i386/main.o(.text+0x246): undefined reference to `clear_input'
> OBJ.i386/gis_pars.o: In function `yyparse':
> OBJ.i386/gis_pars.o(.text+0x1cd): undefined reference to `yylex'
> collect2: ld returned 1 exit status
> make[1]: *** [/mnt/grass4.3/i386/etc/r.combine] Error 1
> make[1]: Leaving directory `/mnt/grass4.3/src/raster/r.combine/cmd'
> make: *** [all] Error 1
> GISGEN failure at STEP: src/raster/r.combine
> 

You need to have (F)lex and Bison (yacc) as well as gcc, g77, tcsh
Tk/Tcl 8.0 and others to compile and run it.  You probably can just grab
the binaries already compiled for Linux and put them in
/usr/local/grass4.3.

-- 
+----------------------------------------------------+
| Eric G. Miller                        egm2@jps.net |
| GnuPG public key: http://www.jps.net/egm2/gpg.asc  |
+----------------------------------------------------+


Reply to: