Changes between Initial Version and Version 1 of Ticket #3525


Ignore:
Timestamp:
Apr 20, 2010, 6:28:27 AM (14 years ago)
Author:
warmerdam
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3525

    • Property Component UtilitiesConfigBuild
  • Ticket #3525 – Description

    initial v1  
    11I am a first time user following the build instructions I found at:
    22http://trac.osgeo.org/gdal/wiki/BuildingOnUnix:
    3 
     3{{{
    44% cd gdal
    55% ./configure
     
    99# make install
    1010# exit
    11 
     11}}}
    1212I first ran configure and then make.
    1313make builds the object libraries up until it quits with the error:
    14 
     14{{{
    1515g++: /usr/lib/libidn.so: No such file or directory
    1616make[1]: *** [libgdal.la] Error 1
    1717make[1]: Leaving directory `/home/firani/USGS/gdal/gdal-1.7.1
    18 
     18}}}
    1919Can you give me a clue as to what may be missing on my system?
    2020
    2121The tail end of the stdout is as follows:
    22 
     22{{{
    2323libtool: link: creating GNU ld script: .libs/libgdal.la.lnkscript
    2424libtool: link: g++ -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/3.4.6/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/3.4.6/crtbeginS.o .libs/libgdal.la.lnkscript  -L/usr/lib /usr/lib/libexpat.so -lrt -L/usr/lib64 -lcurl -L/usr/kerberos/lib -L/usr/kerberos/lib64 /usr/lib/libidn.so -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -L/usr/lib/gcc/x86_64-redhat-linux/3.4.6 -L/usr/lib/gcc/x86_64-redhat-linux/3.4.6/../../../../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/3.4.6/../../.. -L/lib/../lib64 -L/usr/lib/../lib64 -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/3.4.6/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/3.4.6/../../../../lib64/crtn.o      -Wl,-soname -Wl,libgdal.so.1 -o .libs/libgdal.so.1.14.1
     
    5858make[1]: Leaving directory `/home/firani/USGS/gdal/gdal-1.7.1'
    5959make: *** [check-lib] Error 2
    60 
     60}}}