This is the mail archive of the java-discuss@sourceware.cygnus.com 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: Problems with anoncvs / solaris



On Mon, 10 Apr 2000, Matt Welsh wrote:

> > This doesn't seem to work though, I only got some of
> > the files. 
[...] 
> What I suggest doing is checking it out by date. From what I can tell
> the closest version to the "pre-cni-catch-change" can be checked out by
> doing:
> 
> cvs -z9 -d:pserver:anoncvs@anoncvs.cygnus.com:/cvs/java \
>    co -D "Mar 2, 2000 00:00:00" libgcj
[...]

Thanks, I got it checked out. However, it doesn't compile
correctly on my Solaris 2.7 machine. I got:

gcj -fassume-compiled -g
-L/nfs/user4/m/warg/temp/gcj/build/sparc-sun-solaris2.7/libjava -c  -fPIC
../../../libgcj/libjava/java/math
/BigInteger.java -o java/math/.libs/BigInteger.lo
../../../libgcj/libjava/java/math/BigInteger.java: In class
`java.math.BigInteger':
../../../libgcj/libjava/java/math/BigInteger.java: In method
`isProbablePrime(int)':
../../../libgcj/libjava/java/math/BigInteger.java:1287: internal error in
check-init: tree code not implemented: abs_expr
gmake[2]: *** [java/math/BigInteger.lo] Error 1
[...]

Haven't even tried to figure out what this might mean yet.
I think I'll be trying the version Joerg suggested first.

If this fails, is there a way to disable BigInteger altogether
(I don't think I need it)?

/Fredrik

-------------------------------------
Fredrik Warg -- [warg@ce.chalmers.se]
http://www.ce.chalmers.se/staff/warg/





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