mkinstalldirs vs libgcc

Richard Henderson rth@redhat.com
Thu Aug 2 18:24:00 GMT 2001


Oh, Nick...

/bin/sh: /bin/sh ../../../src/gcc/mkinstalldirs: No such file or directory
make[3]: *** [stmp-dirs] Error 127
make[3]: Leaving directory `/bcpl/int/rth/gcc/build/x86/gcc'
make[2]: *** [libgcc.a] Error 2
make[2]: Leaving directory `/bcpl/int/rth/gcc/build/x86/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/bcpl/int/rth/gcc/build/x86/gcc'
make: *** [bootstrap] Error 2

One, there is no such file in the gcc subdirectory.  Two,
even if you changed it to "$(srcdir)/../mkinstalldirs" that
won't work when we cd into subdirectories of libgcc, as I
have not configured with an absolute path name.

Why in the world did you want to make this change, anyway?
What was wrong with the existing code?

I'm reverting the patch until this is fixed.


r~



More information about the Gcc-bugs mailing list