This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


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

Re: GCJ Build Problem (CVS)




On Fri, 9 Nov 2001, Brad Cox wrote:
> make[2]: Entering directory `/usr/local/gcc.build/i686-pc-linux-
> gnu/libobjc'
> make[2]: *** No rule to make target `Makefile.in', needed by `Makefile'.  
> Stop.
> make[2]: Leaving directory `/usr/local/gcc.build/i686-pc-linux-gnu/libobjc'
> make[1]: *** [all-target-libobjc] Error 2
> make[1]: Leaving directory `/usr/local/gcc.build'
> make: *** [bootstrap] Error 2
> [bcox@linux gcc.build]$

Did you configure in a clean (empty) build directory?  I suspect not...
if you --enable-languages=c++,java there should be no libobjc directory
anywhere in your build dir (unless it is left over from an earlier build
attempt).

Jeff


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