Re: [Sablevm-user] jikes-1.14 and autoconf bother
Brought to you by:
egagnon
From: Etienne M. G. <eti...@uq...> - 2002-03-18 14:29:05
|
Erik Corry wrote: > Hi, > > I'm looking for a Java VM where I can add a lot of logging to I can > get a trace file of allocations, call/returns and pointer writes > for a largish application. > > I tried to compile sablepath-classes with jikes 1.14-1 from RedHat > 7.2. It crashed on about 10-15 of the files. I installed 1.13 from > RedHat 7.1 and now it seems to compile. So that was nice. > > I'm a little confused about sablepath and sablepath-libs. Do I need > both? I can't compile sablepath-libs, since there is no file named > configure, so the instructions in the README don't work. Sablepath-classes/libs are the Java and native C parts, respectively, of the class libraries. They have not been tested with the public SableVM version (see below). > > I'm using stuff from anonymous CVS: > The stuff in CVS (sablepath-libs) requires the whole GNU auto* program suite. You need to type something like: $ aclocal ; autoconf ; autoheader ; automake -a $ aclocal ; autoconf ; autoheader ; automake -a $ ./configure $ make $ make install > Also I can't get the sablevm directory to work. I typed > > aclocal > automake > > which worked, but then > > ./configure > > gave the error: > Same as above. Be aware that the CVS SableVM code is not up to date with the CVS sablepath code. I haven't uploaded my work in progress SableVM copy into the public CVS repository. I'll send a message on this list when I'll check-in a fresh SableVM snapshot. (Over the last year, SableVM has undergone major structural changes, and I did not want to break the SableVM build process with unstable code.) > creating cache ./config.cache > configure: error: can not find install-sh or install.sh in . ./.. ./../.. > > and automake was even worse: > > automake: configure.in: required file `./install-sh' not found > automake: configure.in: required file `./mkinstalldirs' not found > automake: configure.in: required file `./missing' not found > configure.in: 149: required file `./ltmain.sh' not found > configure.in: 149: required file `./config.guess' not found > configure.in: 149: required file `./config.sub' not found > automake: configure.in: required file `./config.guess' not found > automake: configure.in: required file `./config.sub' not found > configure.in: 18: required file `src/include/config.h.in' not found > > What should I be doing here? I have > > automake-1.4p5-2 > autoconf-2.13-14 > libtool-1.4-8 I use the following: automake 1.5 autoconf 2.53 libtool 1.4.2a Debian GNU/Linux (tested under both woody & sid versions) Etienne -- Etienne M. Gagnon http://www.info.uqam.ca/~egagnon/ SableVM: http://www.sablevm.org/ SableCC: http://www.sablecc.org/ |