On Tue, Jan 07, 2003 at 05:56:50PM -0500, Brian Jones wrote: > David Paul BELANGER <[EMAIL PROTECTED]> writes: > > > Hello, > > > > I was able to compile it and install it independently for Mac OS X from > > the GCC source. > > > > > > GNU/Debian compiles it as an independent package that can be installed. > > > > >From the libffi package page: > > http://packages.debian.org/stable/devel/libffi2-dev.html > > They get the gcc sources and apply a diff. If you are familiar with the > > Debian process, it is probably possible to look at how it's done. > > > > David > > Yeah, I did an update on my checkout of gcc and did this too. I ran > into the problem of being unable to create the vm because I think of > my Jikes being 1.18 and not 1.15. I tried compiling 1.15 but it > didn't compile with gcc 3.2 so I've had to abandon my hopes of trying > out SableVM for a little while. >
Remember that class files are system independent. If you have access to another architecture with the right version of Jikes running, you can compile them there and just copy the class files. David > Brian > -- > Brian Jones <[EMAIL PROTECTED]> -- --- David B�langer Graduate Student School of Computer Science McGill University Office: MC226 Web page: http://www.cs.mcgill.ca/~dbelan2/ Public key: http://www.cs.mcgill.ca/~dbelan2/public_key.txt _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

