Changes between Initial Version and Version 2 of Ticket #2138


Ignore:
Timestamp:
Jul 15, 2008, 4:06:02 AM (16 years ago)
Author:
Mateusz Łoskot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2138

    • Property Keywords ruby added
  • Ticket #2138 – Description

    initial v2  
    11Final effect is:
    22
    3 ake -f RubyMakefile.mk build
     3{{{
     4make -f RubyMakefile.mk build
    45make[1]: Entering directory `/users/frankie/debian/debian-gis/gdal/gdal-1.5.0/swig/ruby'
    56/bin/sh /users/frankie/debian/debian-gis/gdal/gdal-1.5.0/libtool --mode=link    g++ -fPIC -DPIC -L/usr/lib  -L/usr/lib -lgeos_c -I/usr/include -lsqlite3 -lodbc -lodbcinst -L/usr/lib -lexpat -L/usr/lib -lxerces-c -lpthread -ljasper -lhdf5 -lmfhdf -ldf -logdi -lgif -ljpeg -ltiff -lpng -lnetcdf -lpq -L/usr/lib -lpq -lz -lpthread -lm -lrt -ldl    -lcurl -lgssapi_krb5 -L/usr/lib/mysql -lmysqlclient -L/users/frankie/debian/debian-gis/gdal/gdal-1.5.0 -lgdal1.5.0 -lruby1.8 gdal_wrap.o -o gdal.so
     
    1112make[1]: Leaving directory `/users/frankie/debian/debian-gis/gdal/gdal-1.5.0/swig/ruby'
    1213make: *** [build] Error 2
     14}}}
    1315
     16Please ignore -fPIC -DPIC additional flags, they are around as an obsolete patch for 1.4.4. (see my other report about that).
    1417
    15 
    16 
    17 Please ignore -fPIC -DPIC additional flags, they are around as an obsolete patch for 1.4.4.
    18 (see my other report about that).
    19 This issue is solved by updating local libtool (i.e. ltmain.sh) to a more recent version.
    20 I used that currently distributed on Debian sid, 
    21 1.5.24-2 which is
    22 
     18This issue is solved by updating local libtool (i.e. ltmain.sh) to a more recent version. I used that currently distributed on Debian sid, 1.5.24-2 which is
     19{{{
    2320VERSION="1.5.24 Debian 1.5.24-2"
    2421TIMESTAMP=" (1.1220.2.456 2007/06/24 02:25:32)"
    25 
     22}}}
    2623It also solves the other issue about missing PIC definitions.
    27 
    28 
    29 
    30