Opened 15 years ago

Closed 10 years ago

#3128 closed defect (wontfix)

Compile error on AIX (5.3.0): ERROR: Undefined symbol: vtable for __cxxabiv1::__si_class_type_info

Reported by: Markus Neteler Owned by: warmerdam
Priority: normal Milestone:
Component: default Version: 1.6.2
Severity: normal Keywords:
Cc:

Description

I ma trying to complile the latest stable version 1.6.2 on AIX (5.3.0) on a large Italian cluster.

Configuration:

make -checking build system type... j4powerpc-ibm-aix5.3.0.0                                  
checking host system type... powerpc-ibm-aix5.3.0.0                                           
checking target system type... powerpc-ibm-aix5.3.0.0                                         
checking for gcc... xlc_r                                                                     
checking for C compiler default output file name... a.out                                     
checking whether the C compiler works... yes                                                  
checking whether we are cross compiling... no                                                 
checking for suffix of executables...                                                         
checking for suffix of object files... o                                                      
checking whether we are using the GNU C compiler... no                                        
checking whether xlc_r accepts -g... yes                                                      
checking for xlc_r option to accept ISO C89... none needed                                    
checking C_WFLAGS for maximum warnings... -v                                                  
checking for g++... g++                                                                       
checking whether we are using the GNU C++ compiler... yes                                     
checking whether g++ accepts -g... yes                                                        
checking CXX_WFLAGS for maximum warnings... -Wall                                             
checking for gcc... (cached) xlc_r                                                            
checking whether we are using the GNU C compiler... (cached) no                               
checking whether xlc_r accepts -g... (cached) yes                                             
checking for xlc_r option to accept ISO C89... (cached) none needed                           
checking whether we are using the GNU C++ compiler... (cached) yes                            
checking whether g++ accepts -g... (cached) yes                                               
checking for a sed that does not truncate output... /usr/bin/sed                              
checking for grep that handles long lines and -e... /opt/freeware/bin/grep                    
checking for egrep... /opt/freeware/bin/grep -E                                               
checking for fgrep... /opt/freeware/bin/grep -F                                               
checking for non-GNU ld... /usr/bin/ld                                                        
checking if the linker (/usr/bin/ld) is GNU ld... no                                          
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B                         
checking the name lister (/usr/bin/nm -B) interface... BSD nm                                 
checking whether ln -s works... yes                                                           
checking the maximum length of command line arguments... 65536                                
checking whether the shell understands some XSI constructs... yes                             
checking whether the shell understands "+="... no                                             
checking for /usr/bin/ld option to reload object files... -r                                  
checking how to recognize dependent libraries... pass_all                                     
checking for ar... ar                                                                         
checking for strip... strip                                                                   
checking for ranlib... ranlib                                                                 
checking command to parse /usr/bin/nm -B output from xlc_r object... ok                       
checking how to run the C preprocessor... xlc_r -E                                            
checking for ANSI C header files... yes                                                       
checking for sys/types.h... yes                                                               
checking for sys/stat.h... yes                                                                
checking for stdlib.h... yes                                                                  
checking for string.h... yes                                                                  
checking for memory.h... yes                                                                  
checking for strings.h... yes                                                                 
checking for inttypes.h... yes                                                                
checking for stdint.h... yes                                                                  
checking for unistd.h... yes                                                                  
checking for dlfcn.h... yes                                                                   
checking whether we are using the GNU C++ compiler... (cached) yes                            
checking whether g++ accepts -g... (cached) yes                                               
checking how to run the C++ preprocessor... g++ -E                                            
checking for objdir... .libs                                                                  
checking for xlc_r option to produce PIC...  -DPIC                                            
checking if xlc_r PIC flag  -DPIC works... yes                                                
checking if xlc_r static flag -bnso -bI:/lib/syscalls.exp works... no                         
checking if xlc_r supports -c -o file.o... yes                                                
checking if xlc_r supports -c -o file.o... (cached) yes                                       
checking whether the xlc_r linker (/usr/bin/ld) supports shared libraries... yes              
checking dynamic linker characteristics... aix5.3.0.0 ld.so                                   
checking how to hardcode library paths into programs... immediate                             
checking whether stripping libraries is possible... no                                        
checking if libtool supports shared libraries... yes                                          
checking whether to build shared libraries... yes                                             
checking whether to build static libraries... no                                              
checking for ld used by g++... /usr/bin/ld                                                    
checking if the linker (/usr/bin/ld) is GNU ld... no                                          
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes                
checking for g++ option to produce PIC...  -DPIC                                              
checking if g++ PIC flag  -DPIC works... yes                                                  
checking if g++ static flag -static works... no                                               
checking if g++ supports -c -o file.o... yes                                                  
checking if g++ supports -c -o file.o... (cached) yes                                         
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes                
checking dynamic linker characteristics... aix5.3.0.0 ld.so                                   
checking how to hardcode library paths into programs... immediate                             
checking for dlopen in -ldl... yes                                                            
checking for nanosleep in -lrt... yes                                                         
checking for sin in -lm... yes                                                                
checking for ANSI C header files... (cached) yes                                              
checking assert.h usability... yes                                                            
checking assert.h presence... yes                                                             
checking for assert.h... yes                                                                  
checking fcntl.h usability... yes                                                             
checking fcntl.h presence... yes                                                              
checking for fcntl.h... yes                                                                   
checking for unistd.h... (cached) yes                                                         
checking dbmalloc.h usability... no                                                           
checking dbmalloc.h presence... no                                                            
checking for dbmalloc.h... no                                                                 
checking for dlfcn.h... (cached) yes                                                          
checking for stdint.h... (cached) yes                                                         
checking limits.h usability... yes                                                            
checking limits.h presence... yes                                                             
checking for limits.h... yes                                                                  
checking locale.h usability... yes                                                            
checking locale.h presence... yes                                                             
checking for locale.h... yes                                                                  
checking values.h usability... yes                                                            
checking values.h presence... yes                                                             
checking for values.h... yes                                                                  
checking float.h usability... yes                                                             
checking float.h presence... yes                                                              
checking for float.h... yes                                                                   
checking errno.h usability... yes                                                             
checking errno.h presence... yes                                                              
checking for errno.h... yes                                                                   
checking direct.h usability... no                                                             
checking direct.h presence... no                                                              
checking for direct.h... no                                                                   
checking whether byte ordering is bigendian... yes                                            
checking for 64bit integer type... long long                                                  
checking for 64bit file io... yes                                                             
checking for stat64... yes                                                                    
checking for fopen64... yes                                                                   
checking for int... yes                                                                       
checking size of int... 4                                                                     
checking for long... yes                                                                      
checking size of long... 4                                                                    
checking for unsigned long... yes                                                             
checking size of unsigned long... 4                                                           
checking for void*... yes                                                                     
checking size of void*... 4                                                                   
checking for int8... yes                                                                      
checking for int16... yes                                                                     
checking for int32... yes                                                                     
checking native cpu bit order... msb2lsb                                                      
checking for vprintf... yes                                                                   
checking for _doprnt... yes                                                                   
checking for snprintf... yes                                                                  
checking for vsnprintf... yes                                                                 
checking for atoll... yes                                                                     
checking for strtof... yes                                                                    
checking for getcwd... yes                                                                    
checking whether strtof is declared... yes                                                    
checking for gmtime_r... yes                                                                  
checking for localtime_r... yes                                                               
checking for setlocale... yes                                                                 
checking to enable debug build... no, CFLAGS="-O2"                                            
checking whether we should hide internal symbols... no                                        
checking for local include/lib path... none                                                   
configure: checking whether we should include thread/mutex support......                      
        thread safe support disabled.                                                         
using internal libz code.                                                                     
checking for PostgreSQL... no                                                                 
checking for G_gisinit_2 in -lgrass5... no                                                    
checking for ffopen in -lcfitsio... no                                                        
libcfitsio not found - FITS support disabled                                                  
checking for Mopen in -lcsf... no                                                             
checking csf.h usability... no                                                                
checking csf.h presence... no                                                                 
checking for csf.h... no                                                                      
using internal csf code.                                                                      
netCDF support disabled.                                                                      
png support disabled.                                                                         
using internal TIFF code.                                                                     
BigTIFF support enabled.                                                                      
using internal GeoTIFF code.                                                                  
jpeg support disabled.                                                                        
gif support disabled.                                                                         
ogdi support disabled.                                                                        
checking for FMEObjects... disabled by user                                                   
hdf4 support disabled.                                                                        
hdf5 support disabled.                                                                        
checking for jpc_decode in -ljasper... no                                                     
checking for jp2_decode in -ljasper... no                                                     
checking for pgx_decode in -ljasper... no                                                     
ECW support disabled.                                                                         
checking for Kakadu JPEG2000 support... not requested.                                        
configure: MrSID support disabled.                                                            
checking for MSG... not requested                                                             
checking for BSB... enabled                                                                   
checking if Oracle support is enabled... no                                                   
checking for GRIB... enabled                                                                  
checking for OGR ... disabled by user                                                         
checking for MySQL... no                                                                      
checking for Ingres... no                                                                     
checking for Xerces C++ Parser... no                                                          
checking for Expat XML Parser... no                                                           
ODBC support disabled.                                                                        
checking if Oracle support is enabled... no                                                   
checking Checking for DODS... disabled                                                        
checking for SQLite3 library >= 3.0.0... not found                                            
checking Checking for DWGdirect... disabled                                                   
configure: "IBM Informix DataBlade support disabled."                                         
configure: checking whether we should include ESRI SDE support...                             
        ESRI SDE support not requested.                                                       
GEOS support disabled                                                                         
checking whether to enable PAM... yes                                                         
checking how to link PROJ.4 library... link dynamically.                                      
checking GDAL version information from gdal_version.h: 1.6.2                                  
  overridden GDAL version: no                                                                 
checking for perl bindings... disabled                                                        
checking for php bindings... disabled                                                         
checking for ruby bindings... disabled                                                        
checking for python bindings... disabled                                                      
checking for old-gen python bindings... disabled                                              
configure: creating ./config.status                                                           
config.status: creating GDALmake.opt                                                          
config.status: WARNING:  GDALmake.opt.in seems to ignore the --datarootdir setting            
config.status: creating port/cpl_config.h                                                     
config.status: executing libtool commands                                                     

GDAL is now configured for powerpc-ibm-aix5.3.0.0

  Installation directory:    /afs/cluster/user/bin
  C compiler:                xlc_r -O2                              
  C++ compiler:              g++ -O2                                

  LIBTOOL support:           yes

  LIBZ support:              internal
  GRASS support:             no      
  CFITSIO support:           no      
  PCRaster support:          internal
  NetCDF support:            no      
  LIBPNG support:            no      
  LIBTIFF support:           internal (BigTIFF=yes)
  LIBGEOTIFF support:        internal              
  LIBJPEG support:           no                    
  LIBGIF support:            no                    
  OGDI support:              no                    
  HDF4 support:              no                    
  HDF5 support:              no                    
  Kakadu support:            no                    
  JasPer support:            no                    
  ECW support:               no                    
  MrSID support:             no                    
  MSG support:               no                    
  GRIB support:              yes                   
  cURL support (wms/wcs/...):no                    
  PostgreSQL support:        no                    
  MySQL support:             no                    
  Ingres support:            no                    
  Xerces-C support:          no                    
  NAS support:               no                    
  Expat support:             no                    
  ODBC support:              no                    
  PGeo support:              no                    
  OCI support:               no                    
  GEORASTER support:         no                    
  SDE support:               no                    
  DODS support:              no                    
  SQLite support:            no                    
  DWGdirect support          no                    
  INFORMIX DataBlade support:no                    
  GEOS support:              no                    


  Old-gen python          no
  SWIG Bindings:          no

  Statically link PROJ.4:    no
  enable OGR building:       no
  enable pthread support:    no
  hide internal symbols:     no

Compile error:

libtool: link: g++ -shared -o .libs/libgdal.so.1  /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/EnvisatFile.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/IdrisiDataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/IngrTypes.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/IntergraphBand.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/IntergraphDataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/JpegHelper.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/_getcell.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/_getrow.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/_gsomece.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/_putcell.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/_rputrow.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/aaigriddataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/adler32.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/adrgdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/aigccitt.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/aigdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/aigopen.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/airsardataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/angle.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/atlsci_spheroid.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/attravai.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/attrsize.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/blx.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/blxdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/bmpdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/bsb_read.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/bsbdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/btdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/cellsize.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/ceos.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/ceosdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/ceosopen.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/ceosrecipe.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/ceossar.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/clock.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/cmplxpack.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/coasp_dataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/compack.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/compress.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/comunpack.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/cosar_dataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/cpgdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/crc32.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/create2.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/csfglob.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/csfsup.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/ddffield.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/ddffielddefn.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/ddfmodule.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/ddfrecord.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/ddfsubfielddefn.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/ddfutils.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/dec_jpeg2000.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/deflate.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/degrib1.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/degrib2.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/delattr.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/dimapdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/dipxdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/doq1dataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/doq2dataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/drstemplates.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/dted_api.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/dted_create.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/dted_ptstream.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/dteddataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/dumconv.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/ehdrdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/eirdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/elasdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/enc_jpeg2000.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/endian.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/engribapi.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/envidataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/envisatdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/ersdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/ershdrnode.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/fastdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/filedatasource.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/fileendian.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/filename.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/fit.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/fitdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/fujibasdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/g2_addfield.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/g2_addgrid.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/g2_addlocal.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/g2_create.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/g2_free.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/g2_getfld.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/g2_gribend.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/g2_info.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/g2_miss.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/g2_unpack1.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/g2_unpack2.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/g2_unpack3.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/g2_unpack4.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/g2_unpack5.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/g2_unpack6.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/g2_unpack7.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/gattrblk.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/gattridx.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/gbits.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/gcellrep.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/gdalallregister.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/gdattype.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/genbindataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/geo_extra.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/geo_free.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/geo_get.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/geo_names.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/geo_new.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/geo_normalize.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/geo_print.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/geo_set.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/geo_tiffp.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/geo_trans.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/geo_write.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/geotiff.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/geotiff_proj4.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/getattr.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/getdim.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/getpoly.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/getx0.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/gety0.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/gff_dataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/ggisfid.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/gmaxval.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/gminval.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/gnrcols.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/gnrrows.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/gproj.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/gputproj.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/grib1tab.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/grib2api.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/gribdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/gridlib.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/gridtemplates.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/gs7bgdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/gsagdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/gsbgdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/gscdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/gt_overview.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/gt_wkt_srs.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/gvalscal.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/gvartype.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/gversion.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/gxf_ogcwkt.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/gxf_proj4.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/gxfdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/gxfopen.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/gzio.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/hfa_overviews.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/hfaband.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/hfacompress.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/hfadataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/hfadictionary.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/hfaentry.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/hfafield.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/hfaopen.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/hfatype.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/hkvdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/idadataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/ilwiscoordinatesystem.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/ilwisdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/infback.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/inffast.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/inflate.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/inftrees.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/int_power.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/inventory.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/isis2dataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/isis3dataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/ismv.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/jaxapalsardataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/jdemdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/jpcpack.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/jpcunpack.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/kernlcsf.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/l1bdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/landataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/lcpdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/legend.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/levellerdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/link.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/mclose.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/memdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/memendian.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/memorydatasource.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/metaname.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/metaparse.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/metaprint.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/mffdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/mgrs.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/misspack.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/mkieee.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/mopen.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/moreattr.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/mperror.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/msg_basic_types.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/msg_reader_core.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/msgndataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/myassert.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/myerror.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/myutil.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/nasakeywordhandler.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/ndfdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/nitfaridpcm.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/nitfbilevel.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/nitfdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/nitffile.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/nitfimage.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/pack_gp.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/pauxdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/pcidskdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/pcidsktiledrasterband.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/pcrasterdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/pcrastermisc.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/pcrasterrasterband.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/pcrasterutil.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/pdsdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/pdstemplates.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/pgisfid.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/pmaxval.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/pminval.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/pnmdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/putallmv.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/putattr.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/putsomec.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/putx0.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/puty0.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/pvalscal.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/rattrblk.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/rawdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/rcomp.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/rcoords.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/rdieee.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/rdup2.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/reduce.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/reseterr.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/rextend.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/rikdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/rmalloc.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/rmfdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/rmflzw.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/rpftocdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/rpftocfile.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/rrowcol.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/rs2dataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/ruseas.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/sar_ceosdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/scan.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/sdtsattrreader.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/sdtscatd.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/sdtsdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/sdtsindexedreader.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/sdtsiref.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/sdtslib.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/sdtslinereader.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/sdtspointreader.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/sdtspolygonreader.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/sdtsrasterreader.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/sdtstransfer.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/sdtsxref.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/seekgb.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/setangle.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/setmv.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/setvtmv.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/sgidataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/simpack.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/simunpack.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/specpack.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/specunpack.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/srtmhgtdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/strconst.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/strpad.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/swapio.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tdlpack.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/terragendataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tif_aux.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tif_close.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tif_codec.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tif_color.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tif_compress.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tif_dir.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tif_dirinfo.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tif_dirread.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tif_dirwrite.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tif_dumpmode.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tif_error.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tif_extension.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tif_fax3.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tif_fax3sm.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tif_float.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tif_flush.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tif_getimage.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tif_jpeg.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tif_luv.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tif_lzw.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tif_next.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tif_ojpeg.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tif_open.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tif_packbits.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tif_pixarlog.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tif_predict.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tif_print.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tif_read.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tif_strip.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tif_swab.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tif_thunder.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tif_tile.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tif_version.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tif_vsi.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tif_warning.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tif_write.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tif_zip.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tifvsi.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/trackmm.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/trees.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/tsxdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/uncompr.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/usgsdem_create.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/usgsdemdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/vrtdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/vrtderivedrasterband.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/vrtdriver.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/vrtfilters.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/vrtrasterband.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/vrtrawrasterband.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/vrtsourcedrasterband.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/vrtsources.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/vrtwarped.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/vs2.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/vsdef.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/vsis.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/vsvers.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/wattrblk.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/weather.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/xpmdataset.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/xtiff.o /afs/cluster/user/gdal-1.6.2/frmts/o/.libs/zutil.o /afs/cluster/user/gdal-1.6.2/gcore/.libs/gdal_misc.o /afs/cluster/user/gdal-1.6.2/gcore/.libs/gdal_rat.o /afs/cluster/user/gdal-1.6.2/gcore/.libs/gdal_rpcimdio.o /afs/cluster/user/gdal-1.6.2/gcore/.libs/gdalallvalidmaskband.o /afs/cluster/user/gdal-1.6.2/gcore/.libs/gdalcolortable.o /afs/cluster/user/gdal-1.6.2/gcore/.libs/gdaldataset.o /afs/cluster/user/gdal-1.6.2/gcore/.libs/gdaldefaultoverviews.o /afs/cluster/user/gdal-1.6.2/gcore/.libs/gdaldriver.o /afs/cluster/user/gdal-1.6.2/gcore/.libs/gdaldrivermanager.o /afs/cluster/user/gdal-1.6.2/gcore/.libs/gdalgmlcoverage.o /afs/cluster/user/gdal-1.6.2/gcore/.libs/gdaljp2box.o /afs/cluster/user/gdal-1.6.2/gcore/.libs/gdaljp2metadata.o /afs/cluster/user/gdal-1.6.2/gcore/.libs/gdalmajorobject.o /afs/cluster/user/gdal-1.6.2/gcore/.libs/gdalmultidomainmetadata.o /afs/cluster/user/gdal-1.6.2/gcore/.libs/gdalnodatamaskband.o /afs/cluster/user/gdal-1.6.2/gcore/.libs/gdalnodatavaluesmaskband.o /afs/cluster/user/gdal-1.6.2/gcore/.libs/gdalopeninfo.o /afs/cluster/user/gdal-1.6.2/gcore/.libs/gdalpamdataset.o /afs/cluster/user/gdal-1.6.2/gcore/.libs/gdalpamproxydb.o /afs/cluster/user/gdal-1.6.2/gcore/.libs/gdalpamrasterband.o /afs/cluster/user/gdal-1.6.2/gcore/.libs/gdalproxydataset.o /afs/cluster/user/gdal-1.6.2/gcore/.libs/gdalproxypool.o /afs/cluster/user/gdal-1.6.2/gcore/.libs/gdalrasterband.o /afs/cluster/user/gdal-1.6.2/gcore/.libs/gdalrasterblock.o /afs/cluster/user/gdal-1.6.2/gcore/.libs/overview.o /afs/cluster/user/gdal-1.6.2/gcore/.libs/rasterio.o /afs/cluster/user/gdal-1.6.2/port/.libs/cpl_conv.o /afs/cluster/user/gdal-1.6.2/port/.libs/cpl_csv.o /afs/cluster/user/gdal-1.6.2/port/.libs/cpl_error.o /afs/cluster/user/gdal-1.6.2/port/.libs/cpl_findfile.o /afs/cluster/user/gdal-1.6.2/port/.libs/cpl_getexecpath.o /afs/cluster/user/gdal-1.6.2/port/.libs/cpl_hash_set.o /afs/cluster/user/gdal-1.6.2/port/.libs/cpl_http.o /afs/cluster/user/gdal-1.6.2/port/.libs/cpl_list.o /afs/cluster/user/gdal-1.6.2/port/.libs/cpl_minixml.o /afs/cluster/user/gdal-1.6.2/port/.libs/cpl_minizip_ioapi.o /afs/cluster/user/gdal-1.6.2/port/.libs/cpl_minizip_unzip.o /afs/cluster/user/gdal-1.6.2/port/.libs/cpl_multiproc.o /afs/cluster/user/gdal-1.6.2/port/.libs/cpl_path.o /afs/cluster/user/gdal-1.6.2/port/.libs/cpl_quad_tree.o /afs/cluster/user/gdal-1.6.2/port/.libs/cpl_recode_stub.o /afs/cluster/user/gdal-1.6.2/port/.libs/cpl_string.o /afs/cluster/user/gdal-1.6.2/port/.libs/cpl_strtod.o /afs/cluster/user/gdal-1.6.2/port/.libs/cpl_vsi_mem.o /afs/cluster/user/gdal-1.6.2/port/.libs/cpl_vsil.o /afs/cluster/user/gdal-1.6.2/port/.libs/cpl_vsil_gzip.o /afs/cluster/user/gdal-1.6.2/port/.libs/cpl_vsil_unix_stdio_64.o /afs/cluster/user/gdal-1.6.2/port/.libs/cpl_vsil_win32.o /afs/cluster/user/gdal-1.6.2/port/.libs/cpl_vsisimple.o /afs/cluster/user/gdal-1.6.2/port/.libs/cplgetsymbol.o /afs/cluster/user/gdal-1.6.2/port/.libs/cplkeywordparser.o /afs/cluster/user/gdal-1.6.2/port/.libs/cplstring.o /afs/cluster/user/gdal-1.6.2/alg/.libs/gdal_crs.o /afs/cluster/user/gdal-1.6.2/alg/.libs/gdal_rpc.o /afs/cluster/user/gdal-1.6.2/alg/.libs/gdal_tps.o /afs/cluster/user/gdal-1.6.2/alg/.libs/gdalchecksum.o /afs/cluster/user/gdal-1.6.2/alg/.libs/gdalcutline.o /afs/cluster/user/gdal-1.6.2/alg/.libs/gdaldither.o /afs/cluster/user/gdal-1.6.2/alg/.libs/gdalgeoloc.o /afs/cluster/user/gdal-1.6.2/alg/.libs/gdalgrid.o /afs/cluster/user/gdal-1.6.2/alg/.libs/gdalmediancut.o /afs/cluster/user/gdal-1.6.2/alg/.libs/gdalproximity.o /afs/cluster/user/gdal-1.6.2/alg/.libs/gdalrasterize.o /afs/cluster/user/gdal-1.6.2/alg/.libs/gdalrasterpolygonenumerator.o /afs/cluster/user/gdal-1.6.2/alg/.libs/gdalsievefilter.o /afs/cluster/user/gdal-1.6.2/alg/.libs/gdalsimplewarp.o /afs/cluster/user/gdal-1.6.2/alg/.libs/gdaltransformer.o /afs/cluster/user/gdal-1.6.2/alg/.libs/gdalwarper.o /afs/cluster/user/gdal-1.6.2/alg/.libs/gdalwarpkernel.o /afs/cluster/user/gdal-1.6.2/alg/.libs/gdalwarpoperation.o /afs/cluster/user/gdal-1.6.2/alg/.libs/llrasterize.o /afs/cluster/user/gdal-1.6.2/alg/.libs/rasterfill.o /afs/cluster/user/gdal-1.6.2/alg/.libs/thinplatespline.o ./ogr/.libs/ogrgeometryfactory.o ./ogr/.libs/ogrpoint.o ./ogr/.libs/ogrcurve.o ./ogr/.libs/ogrlinestring.o ./ogr/.libs/ogrlinearring.o ./ogr/.libs/ogrpolygon.o ./ogr/.libs/ogrutils.o ./ogr/.libs/ogrgeometry.o ./ogr/.libs/ogrgeometrycollection.o ./ogr/.libs/ogrmultipolygon.o ./ogr/.libs/ogrsurface.o ./ogr/.libs/ogrmultipoint.o ./ogr/.libs/ogrmultilinestring.o ./ogr/.libs/ogr_api.o ./ogr/.libs/ogrfeature.o ./ogr/.libs/ogrfeaturedefn.o ./ogr/.libs/ogrfeaturequery.o ./ogr/.libs/ogrfeaturestyle.o ./ogr/.libs/ogrfielddefn.o ./ogr/.libs/ogrspatialreference.o ./ogr/.libs/ogr_srsnode.o ./ogr/.libs/ogr_srs_proj4.o ./ogr/.libs/ogr_fromepsg.o ./ogr/.libs/ogrct.o ./ogr/.libs/ogr_opt.o ./ogr/.libs/ogr_srs_esri.o ./ogr/.libs/ogr_srs_pci.o ./ogr/.libs/ogr_srs_usgs.o ./ogr/.libs/ogr_srs_dict.o ./ogr/.libs/ogr_srs_panorama.o ./ogr/.libs/ogr_srs_erm.o ./ogr/.libs/swq.o ./ogr/.libs/ogr_srs_validate.o ./ogr/.libs/ogr_srs_xml.o ./ogr/.libs/ograssemblepolygon.o ./ogr/.libs/ogr2gmlgeometry.o ./ogr/.libs/gml2ogrgeometry.o   -lrt -ldl -L/opt/freeware/lib/gcc/powerpc-ibm-aix5.3.0.0/4.0.0 -L/opt/freeware/lib/gcc/powerpc-ibm-aix5.3.0.0/4.0.0/../../.. -lstdc++ -lm -lc -lgcc_s -Wl,-bnoentry  -Wl,-bE:.libs/libgdal.exp -Wl,-bernotok          
ld: 0711-317 ERROR: Undefined symbol: vtable for __cxxabiv1::__si_class_type_info                                  
ld: 0711-317 ERROR: Undefined symbol: vtable for __cxxabiv1::__class_type_info                                     
ld: 0711-317 ERROR: Undefined symbol: .std::basic_string<char, std::char_traits<char>, std::allocator<char> >::append(char const*, unsigned long)                                                                                     
ld: 0711-317 ERROR: Undefined symbol: .std::basic_string<char, std::char_traits<char>, std::allocator<char> >::find_first_not_of(char const*, unsigned long, unsigned long) const                                                     
ld: 0711-317 ERROR: Undefined symbol: .std::basic_string<char, std::char_traits<char>, std::allocator<char> >::find_last_not_of(char const*, unsigned long, unsigned long) const                                                      
ld: 0711-317 ERROR: Undefined symbol: .std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long, unsigned long)                                                                                                                 
ld: 0711-317 ERROR: Undefined symbol: .std::basic_string<char, std::char_traits<char>, std::allocator<char> >::assign(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)                                  
ld: 0711-317 ERROR: Undefined symbol: .std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_mutate(unsigned long, unsigned long, unsigned long)                                                                 
ld: 0711-317 ERROR: Undefined symbol: .std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_M_destroy(std::allocator<char> const&)                                                                          
ld: 0711-317 ERROR: Undefined symbol: .std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)                                                                 
ld: 0711-317 ERROR: Undefined symbol: .std::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(char const*) const                                                                                             
ld: 0711-317 ERROR: Undefined symbol: .std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_leak_hard()                                                                                                         
ld: 0711-317 ERROR: Undefined symbol: .std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)                                                                 
ld: 0711-317 ERROR: Undefined symbol: .std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)                            
ld: 0711-317 ERROR: Undefined symbol: .std::basic_string<char, std::char_traits<char>, std::allocator<char> >::append(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)                                  
ld: 0711-317 ERROR: Undefined symbol: .std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)                            
ld: 0711-317 ERROR: Undefined symbol: .std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()                                                                                                        
ld: 0711-317 ERROR: Undefined symbol: .std::basic_string<char, std::char_traits<char>, std::allocator<char> >::assign(char const*, unsigned long)                                                                                     
ld: 0711-317 ERROR: Undefined symbol: .std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()                                                                                                        
ld: 0711-317 ERROR: Undefined symbol: .std::basic_string<char, std::char_traits<char>, std::allocator<char> >::resize(unsigned long, char)                                                                                            
ld: 0711-317 ERROR: Undefined symbol: .std::allocator<char>::allocator()                                           
ld: 0711-317 ERROR: Undefined symbol: .std::basic_string<char, std::char_traits<char>, std::allocator<char> >::reserve(unsigned long)                                                                                                 
ld: 0711-317 ERROR: Undefined symbol: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_S_terminal                                                                                                       
ld: 0711-317 ERROR: Undefined symbol: .std::basic_string<char, std::char_traits<char>, std::allocator<char> >::find_first_of(char const*, unsigned long, unsigned long) const                                                         
ld: 0711-317 ERROR: Undefined symbol: .std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_replace_aux(unsigned long, unsigned long, unsigned long, char)                                                      
ld: 0711-317 ERROR: Undefined symbol: .std::basic_string<char, std::char_traits<char>, std::allocator<char> >::find(char, unsigned long) const                                                                                        
ld: 0711-317 ERROR: Undefined symbol: .std::basic_string<char, std::char_traits<char>, std::allocator<char> >::find(char const*, unsigned long, unsigned long) const                                                                  
ld: 0711-317 ERROR: Undefined symbol: .std::basic_string<char, std::char_traits<char>, std::allocator<char> >::rfind(char, unsigned long) const                                                                                       
ld: 0711-317 ERROR: Undefined symbol: .std::basic_string<char, std::char_traits<char>, std::allocator<char> >::find_first_not_of(char, unsigned long) const                                                                           
ld: 0711-317 ERROR: Undefined symbol: .std::basic_string<char, std::char_traits<char>, std::allocator<char> >::find_last_not_of(char, unsigned long) const                                                                            
ld: 0711-317 ERROR: Undefined symbol: .std::basic_string<char, std::char_traits<char>, std::allocator<char> >::find_last_of(char const*, unsigned long, unsigned long) const                                                          
ld: 0711-317 ERROR: Undefined symbol: .std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&)                                             
ld: 0711-317 ERROR: Undefined symbol: .std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::basic_ostringstream(std::_Ios_Openmode)                                                                         
ld: 0711-317 ERROR: Undefined symbol: .std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)                                  
ld: 0711-317 ERROR: Undefined symbol: .std::basic_ostream<char, std::char_traits<char> >::operator<<(unsigned long)
ld: 0711-317 ERROR: Undefined symbol: .std::basic_ostream<char, std::char_traits<char> >::operator<<(double)
ld: 0711-317 ERROR: Undefined symbol: vtable for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >
ld: 0711-317 ERROR: Undefined symbol: vtable for std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >
ld: 0711-317 ERROR: Undefined symbol: vtable for std::basic_streambuf<char, std::char_traits<char> >
ld: 0711-317 ERROR: Undefined symbol: VTT for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >
ld: 0711-317 ERROR: Undefined symbol: vtable for std::basic_ios<char, std::char_traits<char> >
ld: 0711-317 ERROR: Undefined symbol: .std::basic_ostream<char, std::char_traits<char> >::operator<<(long)
ld: 0711-317 ERROR: Undefined symbol: typeinfo for char const*
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
make[1]: *** [libgdal.la] Error 1
make[1]: Leaving directory `/afs/cluster/user/gdal-1.6.2'
make: *** [check-lib] Error 2

System & gcc:

uname -a
AIX clsp5-01 3 5 00C0E04B4C00 unknown unknown AIX

gcc -v
Using built-in specs.
Target: powerpc-ibm-aix5.3.0.0
Configured with: ../configure --with-as=/usr/bin/as --with-ld=/usr/bin/ld --disable-nls --enable-languages=c,c++ --prefix=/opt/freeware --enable-threads --enable-version-specific-runtime-libs --host=powerpc-ibm-aix5.3.0.0
Thread model: aix
gcc version 4.0.0

The GDAL compilation is needed for GRASS for a large geocomputational project. I hope that it can be fixed.

thanks, Markus

Change History (4)

comment:1 by Even Rouault, 15 years ago

Couldn't you just install Linux on that cluster ;-)

A bit of googling with your error messages tend to show that this looks like a known issue when trying to link with libstdc++ on AIX, or how gcc is built.

http://groups.google.com/group/gnu.g++.bug/browse_thread/thread/45bad2ec3f0f348f looks very identical to yours, with a simple hello world C++ code. This might also help : http://www.ibm.com/developerworks/forums/thread.jspa?threadID=138005, or that http://gcc.gnu.org/ml/gcc-help/2008-02/msg00008.html. Here's the query : http://www.google.fr/search?hl=fr&client=firefox-a&channel=s&rls=org.mozilla%3Afr%3Aofficial&q=aix+5.3+g%2B%2B+4.0+libstdc%2B%2B+Undefined+symbol%3A+.std%3A%3Abasic_string%3Cchar%2C+std%3A%3Achar_traits%3Cchar%3E%2C+std%3A%3Aallocator%3Cchar%3E+%3E%3A%3A&btnG=Rechercher&meta=

comment:2 by warmerdam, 12 years ago

Milestone: 1.6.4

Removing milestone.

comment:3 by Jukka Rahkonen, 10 years ago

Yet one old AIX complile issue. Close as won't fix?

comment:4 by Even Rouault, 10 years ago

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.