id summary reporter owner description type status priority milestone component version severity resolution keywords cc 2157 The makefile targets fail on a libtool configuration problem castalia warmerdam "After completion of configure a make clean (Gnu gmake) fails: {{{ deimos:castalia>> uname -a SunOS deimos 5.9 Generic_118558-17 sun4u sparc SUNW,Sun-Fire-V210 Solaris deimos:castalia>> gmake distclean rm -f *.a *.so config.log config.cache html/*.* /bin/sh /opt/pub/src/gdal-1.5.0/libtool --mode=clean /bin/rm -f *.lo *.la /opt/pub/src/gdal-1.5.0/libtool: bad substitution gmake: *** [lclean] Error 1 deimos:castalia>> gmake clean rm -f *.a *.so config.log config.cache html/*.* /bin/sh /opt/pub/src/gdal-1.5.0/libtool --mode=clean /bin/rm -f *.lo *.la /opt/pub/src/gdal-1.5.0/libtool: bad substitution gmake: *** [lclean] Error 1 }}} As a result the usual distclean before using a different architecture to configure and build the software can not be done. Instead the entire distribution files tree must be removed and recreated from the tarball. " defect closed normal ConfigBuild 1.5.0 blocker wontfix libtool Solaris