Recompiling programs

Malcolm, I've tried 'rehash' in my GRASS window and there doesn't appear
to be any change - certainly not the changes I'd expected !

I'm no expert on Unix - basic level really - but OK on 'C'. What has me
puzzled are the two sorts of ps.map file - the 'file' command shows both
the 24K one, which isn't changed by the recompile, and the large one
200+K, which is changed, as being 'sparc demand paged dynamically linked
executable'.

What has me even more confused - if that was possible :sunglasses: - is that I
recompiled the modified version of ps.map 'do_vector.c' that you sent me
in what I thought was the same way and that worked ??

Thanks again for any help,

Steve Culshaw
NRA North West
e-mail : nra@cix.compulink.co.uk (use this for general usage)
or sculshaw@cix.compulink.co.uk (Private - only checked at best
biweekly)

N R A (nra@cix.compulink.co.uk) writes on 11 May 94:

I'm no expert on Unix - basic level really - but OK on 'C'. What has me
puzzled are the two sorts of ps.map file - the 'file' command shows both
the 24K one, which isn't changed by the recompile, and the large one
200+K, which is changed, as being 'sparc demand paged dynamically linked
executable'.

The stuff in $GISBASE/bin are all the same length - they are hard links.
See src/CMD/generic/MAKELINKS.sh and src/front.end/README

--Darrell