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 Friday, November 9, 2001, at 05:26 PM, Bryce McKinlay wrote:
> Use "make" not "make bootstrap", it will go lots faster.

Thanks. Never understood the difference; was just following the 
instructions.

But I've other problems now. I erased the build directory and built a new 
  hierarchy I could understand like this:

cd /usr/local/gcc13; ls -l
-rw-r--r--    1 bcox     wheel         121 Nov  9 16:37 build.sh
drwxr-xr-x    9 bcox     wheel        1024 Nov  9 16:39 obj
drwxr-xr-x   25 bcox     sdi          1024 Nov  9 16:23 src
where src is the cvs checkout directory
cd obj
../build.sh
which contains
../src/configure --enable-threads=posix --prefix=/usr/local/gcc31 \
     --enable-shared --enable-languages=c++,java,objc

Added objc for old times sake ;)
make bootstrap
--snip..
make[3]: Leaving directory `/usr/local/gcc31/obj/i686-pc-linux-
gnu/boehm-gc'
make[2]: Leaving directory `/usr/local/gcc31/obj/i686-pc-linux-
gnu/boehm-gc'
make[1]: Leaving directory `/usr/local/gcc31/obj/i686-pc-linux-
gnu/boehm-gc'
/usr/local/gcc31/obj/i686-pc-linux-gnu/libjava
make[1]: Entering directory `/usr/local/gcc31/obj/i686-pc-linux-
gnu/libjava'
make[1]: *** No rule to make target `gnu/gcj/protocol/core/Connection.java'
, needed by `libgcj.jar'.  Stop.
make[1]: Leaving directory `/usr/local/gcc31/obj/i686-pc-linux-gnu/libjava'
make: *** [all-target-libjava] Error 2

Now I'm really lost.


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