[GRASS5] 5.1 CVS Head: typo in Platform.make
    Markus Neteler 
    neteler at itc.it
       
    Thu Mar 13 02:40:09 EST 2003
    
    
  
On Wed, Mar 12, 2003 at 10:40:56PM -0800, cheg01 at attbi.com wrote:
> Line 72 of /include/Make/Platform.make should be:
> 
> SOCKLIB            =    -lsocket
> 
> instead of:
> 
> SOCKLIB            =    -socket
Thanks for finding that. The same bug will be in 5.0:
diff configure.in.old configure.in
479c479
< AC_CHECK_LIB(socket, socket, SOCKLIB=-socket, [
---
> AC_CHECK_LIB(socket, socket, SOCKLIB=-lsocket, [
Markus
    
    
More information about the grass-dev
mailing list