Hello <br>
<br>
I have problems compiling a program that uses gis library (and yes I
have all the includes right, I think I'm missing some package that I
have to install).<br>
Here's what happens :<br>
<br>
gcc -c utils.c<br>
gcc -c -I /usr/lib/grass/include db_mg.c<br>
gcc -c session.c<br>
gcc -c -I /usr/lib/grass/include -L/usr/local/grass6/lib main.c<br>
gcc -o prot1 utils.o db_mg.o session.o main.o -lreadline -lcurses -lgrass_gis<br>
/usr/bin/ld: cannot find -lgrass_gis<br>
collect2: ld returned 1 exit status<br>
make: *** [prot1] Error 1<br>
<br>
so I don't have grass_gis.... What must I do to get this fixed ? <br>
<br>
Thanks :-)<br>