This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

mkinstalldirs vs libgcc


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]