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]

Re: make: *** [all-target-libjava] Error 2


>>>>> "Andrew" == Andrew Haley <aph@pasanda.cygnus.co.uk> writes:

>> configure: error: can not find install-sh or install.sh in .. ./..

Andrew> It looks to me as though you've run configure in your source
Andrew> directory.  Did you do this?  It isn't supported, and you must
Andrew> configure in a separate build directory.

I changed libgcj/configure to print an error and die in this
situation.  If we don't support it, we might as well make it fail
early.

If somebody wants to fix builddir==srcdir configury, we can remove my
little patch then.

Tom