bootstrap failure with colons in objdir
Benjamin Kosnik
bkoz@redhat.com
Mon Jul 30 08:55:00 GMT 2001
> 367 ${target_builddir}/c++config.h: ${glibcpp_builddir}/config.h \
> 368 ${glibcpp_srcdir}/include/bits/c++config \
> 369 ${target_builddir}
So if you quote all this stuff, will it work?
ie:
> 367 "${target_builddir}"/c++config.h: "${glibcpp_builddir}"/config.h \
> 368 "${glibcpp_srcdir}"/include/bits/c++config \
> 369 "${target_builddir}"
can you try please?
More information about the Gcc-bugs
mailing list