Got it installed ok, blah blah.
Figured grass would be good since it can import different formats.
On run I get the error:
/usr/local/grass/etc/gis_set: can't resolve symbol '__waddbytes'
I see no way to edit gis_set 
Am I looking at an edit Makefile and re-compile ?
On Sun, 8 Dec 1996, Linux Weenie wrote:
Got it installed ok, blah blah.
Figured grass would be good since it can import different formats.
On run I get the error:
/usr/local/grass/etc/gis_set: can't resolve symbol '__waddbytes'
I see no way to edit gis_set 
Am I looking at an edit Makefile and re-compile ?
When using Kang's 4.1.5 ELF Binaries I had to install the Curses Library
seperately, due to it NOT being included with the recent C Libraries (it
used to be). Without the Curses Library I get the following message:
/usr/extra/grass4.1/etc/gis_set: can't load library 'libcurses.so.1'
Where it is also "gis_set" which is complaining, but a slightly different
message! NOTE: "__waddbytes" is defined in the Curses Library V1.0?
Lawrence Houston - (grass@boyd.geog.mcgill.ca)
In article <Pine.LNX.3.95.961209132733.413B-100000@boyd.geog.mcgill.ca>,
grass@boyd.geog.mcgill.ca says...
On Sun, 8 Dec 1996, Linux Weenie wrote:
When using Kang's 4.1.5 ELF Binaries I had to install the Curses Library
seperately, due to it NOT being included with the recent C Libraries (it
used to be). Without the Curses Library I get the following message:
/usr/extra/grass4.1/etc/gis_set: can't load library
'libcurses.so.1'
Where it is also "gis_set" which is complaining, but a slightly
different
message! NOTE: "__waddbytes" is defined in the Curses Library V1.0?
It probably depends on which Linux distribution you are
running. Some distributions have the Curses and the NCurses
libraries, some have only one (I don't think any have neither).
Solution, visit a Sunsite mirror and get a copy of the curses
libraries appropriate for your installation (a.out or ELF)
and install them (usually just means untarring a file in the right
place).
Over the long term, GRASS should probably get altered to call
either curses, or ncurses. Once I get Postgres95 running on
my machine, the next project is some parts of GRASS, so I might
have a look at this myself (soon).
Gordon Haverland