This is the mail archive of the gcc@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] |
| Other format: | [Raw text] | |
Hello!
Should 'make install' build gcc automatically before installation?
Currently, this procedure fails: - create gcc-build directory. - enter directory - './configure' - 'make install'
This will result in: /bin/sh ../gcc/mkinstalldirs /usr/local /usr/local /bin/sh: line 1: cd: fixincludes: No such file or directory gmake: *** [install-fixincludes] Error 1
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |