[GRASS-user] Instructions on how to compile a grass module in a Linux server (DEBIAN)

katrin wrote:

Hi all
I finally was able to compile a module but the following was
printed in the console.

gcc -L/opt/grass643RC3/grass-6.4.3RC3/lib -Wl,--export-dynamic -Wl,-rpath-link,/opt/grass643RC3/grass-6.4.3RC3/lib -o /opt/grass643RC3/grass-6.4.3RC3/bin/r.example OBJ.x86_64-unknown-linux-gnu/main.o -lgrass_gis.6.4.3RC3 -lgrass_datetime.6.4.3RC3 -lz -lm -lz

make htmlcmd
make[1]: Entering directory `/home/grass/r.example'
...
make[2]: Leaving directory `/home/grass/r.example'
make[1]: Leaving directory `/home/grass/r.example'
...

Is this all ok?

yes, it looks like it all went ok.

best,
Hamish