Changes between Initial Version and Version 1 of Ticket #3083


Ignore:
Timestamp:
Jul 28, 2009, 7:52:11 AM (15 years ago)
Author:
warmerdam
Comment:

Chaitanya,

Please attempt to reproduce this problem, and if you can, apply the suggested fix - but properly in the configure.in file. Consider whether this belongs in 1.6 branch as well.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3083

    • Property Cc warmerdam added
    • Property Keywords geos added
    • Property Owner changed from warmerdam to chaitanya
  • Ticket #3083 – Description

    initial v1  
    1313
    1414issue (config.log output):
    15 
     15{{{
    1616configure:27063: checking for GEOSversion in -lgeos_c
    1717configure:27099: gcc -o conftest -I/usr/local/include   conftest.c -lgeos_c
     
    4646| }
    4747configure:27123: result: no
    48 
     48}}}
    4949
    5050
    5151kludge (not proper fix): modify configure at line 27059 and make the test run with C++ instead of C by changing the test compiler to CXX and the parser to CXXPP
    52 
     52{{{
    5353ac_cpp='$CXXCPP $CPPFLAGS'
    5454ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    5555ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    56 
     56}}}
    5757this runs the test as C++ and the test now passes and GEOS is now enabled in gdal