[Sablevm-user] Re: Installing SableVM
Brought to you by:
egagnon
From: Etienne G. <gag...@uq...> - 2004-03-21 15:07:53
|
Hi Qian Li, I am replying to you with a CC: to the sablevm-user mailing-list. Please subscribe to this mailing list and send your messages related to *installing* SableVM there; other subscribers will help you through the installation process. To subscribe, go to: http://lists.sourceforge.net/lists/listinfo/sablevm-user SableVM 1.1.1 was released just yesterday; I would recommend that you use it instead of 1.1.0. You can download it from: http://devel.sablevm.org/download/ Then, you must follow the instructions in: http://devel.sablevm.org/docs/INSTALL.txt In order for "./configure" to work, you need to make sure that all the required Debian packages are installed on your system. Which version of Debian are you running? Are you running the "stable" version (also called "3.0" or "Woody")? Can you also provide us with a complete error message you get from ./configure and/or make? See comments below. > I have uncompress > sablevm-1.1.0.tar.gz,sablevm-class-library-1.0.9.tar.gz,sablevm-native-library > -1.0.9.tar.gz with "tar -zvxf",generate 3 dirs : native-library-1.0.9 can be > make,but I am tring to download "libffi2". On a correcly setup Debian machine, you can do: $ su # to become "root" user temporarily ... $ apt-get install libffi2-dev # install libffi2 and the development headers ... $ exit # release "root" priviledges. > I want to know that need I copy all the files and directories in these three > directories to one directories,I guess the sentence in INSTALL :"Just make > sure > that the three packages are configured and installed coherently!" mean > "extract 3 tar to one dir", is it right? I cannot find the 2 library.tar of > 1.1.0, I want to know if them may work with sablevm1.1.0. You should not install any other *.tar.gz than the sablevm 1.1.1 ones. Delete the 1.0.9 and 1.1.0 files and directories, then download 1.1.1 files and expand them using: $ tar -xzvf sablevm-1.1.1.tar.gz $ tar -xzvf sablevm-classpath-1.1.1.tar.gz Good luck! Etienne -- Etienne M. Gagnon, Ph.D. http://www.info.uqam.ca/~egagnon/ SableVM: http://www.sablevm.org/ SableCC: http://www.sablecc.org/ |