This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the GCJ project. See the GCJ home page for more information.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
> Date: Fri, 23 Apr 1999 08:59:22 -0400 > From: Stephen Thomas <stephen@thomas.mitre.org> > > egcs-2.93.17 built OK for me. Making libgcj, I keep getting these > errors: > > loading cache ./config.cache > configure: error: can not find install-sh or install.sh in .. ./.. > make[1]: Entering directory > `/usr/local/src/libgcj/i686-pc-linux-gnu/libjava' > make[1]: *** No rule to make target `.././configure.host', needed by > `config.status'. Stop. > make[1]: Leaving directory > `/usr/local/src/libgcj/i686-pc-linux-gnu/libjava' > make: *** [all-target-libjava] Error 2 > > I think I'm overlooking an obvious fix here. It looks to me as though you've run configure in your source directory. Did you do this? It isn't supported, and you must configure in a separate build directory. Andrew.