grass 5.0 beta configure/make
    Morten Hulden 
    morten at ngb.se
       
    Mon Nov  1 17:57:50 EST 1999
    
    
  
On Mon, 1 Nov 1999, Eric Mitchell wrote:
> I downloaded the new beta4 source release, and attempted a 
> "configure ; make ; make install", but performing "make" 
> in the top level source directory does nothing.  
'configure' is a local file and should be run as
./configure
otherwise no Makefile will be created
Hint: make by itself does nothing in grass5. Run these two commands
separately:
./configure
make install
Hint2: if you have RH, you may have to edit your Makefile after running
configure and change the line starting with ENV=
to
ENV = env
regards
Morten Hulden
    
    
More information about the grass-user
mailing list