'make' fails when compiling either 1.5.1 or svn-trunk with multiple errors. On the same system version 1.4.4 and 1.5.0 compiles fine.
libgdal.so: undefined reference to `xercesc_2_8::XMLFormatter::operator<<(unsigned short)'
libgdal.so: undefined reference to `xercesc_2_8::XMLString::catString(unsigned short*, unsigned short const*)'
libgdal.so: undefined reference to 'xercesc_2_8::SAXParseException::SAXParseException(xercesc_2_8::SAXParseException const&)'
libgdal.so: undefined reference to `xercesc_2_8::XMLString::copyString(unsigned short*, unsigned short const*)'
libgdal.so: undefined reference to `xercesc_2_8::XMemory::operator new(unsigned int)'
libgdal.so: undefined reference to `xercesc_2_8::XMLUni::fgXercesScannerName'
It goes on with a bunch of similar errors for several more lines. I can update with the full list if necessary.
My configure options:
./configure --with-ogr --with-oci=/usr/lib/oracle/xe/app/oracle/product/10.2.0/client --with-oci-include=/usr/lib/oracle/xe/app/oracle/product/10.2.0/client/rdbms/public --with-xerces --with-xerces-lib=/opt/xerces/lib --with-xerces-inc=/opt/xerces/include --with-mrsid=/opt/geoexpress/ --with-jp2mrsid=yes --with-threads
Thanks,
Robert