Changes between Version 7 and Version 8 of FAQInstallationAndBuilding


Ignore:
Timestamp:
Feb 9, 2008, 1:00:19 PM (16 years ago)
Author:
kiorky
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQInstallationAndBuilding

    v7 v8  
    171171
    172172This problem occurs in [http://curl.haxx.se/libcurl/ libcurl] <= 7.17.1. Perhaps, later versions of libcurl will include this fix.
     173
     174
     175== How can i add particular LDFLAGS with GDAL < 1.5 ==
     176export the LNK_FLAGS variable with your habitual LDFLAGS content
     177{{{
     178export LNK_FLAGS=-Wl,-rpath=/foo/lib -l/foo/lib
     179}}}
     180