Re: Is it possible to create a "all-in-it-package" ?

"Grzegorz B. Prokopski" <[email protected]> Mon, 29 Aug 2005 22:51:00 -0400
Newsgroups gmane.comp.java.vm.sablevm.general
Organization SableVM Project http://sablevm.org
Message-ID <20050830025100.GB1229@gadek>
+++ theUser BL [29/08/05 12:27 +0000]:
> Is it possible, that you create a "all-in-it-package" ?

Yes, that was the goal of SableVM SDK.

> And your VM sablevm-sdk-1.12.tar.gz says in "configure", that Antlr isn't 
> found.

Please try to pass --disable-gjdoc to configure, like that:

./configure --disable-gjdoc ...other options go here...

You will not have javadoc/gjdoc installed, but the rest should work just
fine.

> It would be easy, if you have internet-access.
> But I have at home (where my Linux-computer is) no internet-connection.
> And it would be hard to go for every additional package which I need in an 
> Internetcafé.

That must be a really big pain.

> So it would be nice, if there existing a SableVM package, where all is 
> included. The external libraries, programs (like jikes) and all.

Jikes is included in SableVM SDK, you should have no problems here.

In future releases we will probably also include more software, but there are
important limitations.  For example we will probably never include GNOME or
even GTK+ because of their size ;-)  But the -dev packages should usually be
available on your Linux distribution's CD ROMs.

Let us know how it went,

				Grzegorz B. Prokopski