Ticket #2157 (new defect)
The makefile targets fail on a libtool configuration problem
| Reported by: | castalia | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ConfigBuild | Version: | 1.5.0 |
| Severity: | blocker | Keywords: | libtool Solaris |
| Cc: |
Description (last modified by warmerdam) (diff)
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.
Change History
Note: See
TracTickets for help on using
tickets.
