Changes between Version 5 and Version 6 of BuildingOnUnixWithAutotools


Ignore:
Timestamp:
Mar 3, 2010, 2:37:07 AM (14 years ago)
Author:
mloskot
Comment:

Added build hints section

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnUnixWithAutotools

    v5 v6  
    77 * Decent C++ compiler and C++ Standard Library, [http://gcc.gnu.org/ GNU GCC] 4.x or later recommended
    88 * Download the latest source code release or checkout from SVN trunk.
    9 
    109
    1110== Configure ==
     
    4544$ make install
    4645}}}
     46
     47== Build Hints ==
     48
     49Feel free to update this article with other GEOS build hints that may be useful for users of Unix-like systems.
     50
     51=== Solaris ===
     52
     53 * From #331 - Build fails on linking on Solaris
     54
     55{{{
     56LIBS="-lm" ./configure ...
     57}}}
     58