Re: [Sablevm-developer] Trying to use raw source on ia64 - build-many problems
Brought to you by:
egagnon
From: Etienne M. G. <eti...@uq...> - 2002-12-14 06:30:18
|
On Fri, Dec 13, 2002 at 11:56:57PM +0100, Grzegorz Prokopski wrote: > Hi! > > I finally got some time this evening and wanted to finalize the > work on ia64 port. I wanted to do it other way round (I mean - not > using debs) so I fetched all three archives, copied build and > build-many scripts into the dir where archives reside. > Then I ran: > > gadek@merulo:~/sable4$ ./build-many /home/gadek/sable4/local > > And I am getting this: The build-many script is meant to decompress and compile the .tar.gz archives. For some reason, it seems the GNU m4 generated files are missing (yet they should be in the .tar.gz archives). If you want to build sablevm from a CVS snapshot, try instead: aclocal ; libtoolize ; autoconf ; autoheader ; automake --foreign -a =2E/configure \ --prefix=3D/home/egagnon/work \ --program-suffix=3D-debug \ --libdir=3D/home/egagnon/work/lib/sablevm-debug \ --enable-debugging-features \ --disable-signals-for-exceptions \ --with-gc=3Dcopying \ --with-obj-layout=3Dbidirectional \ --with-threading=3Dswitch make ; make install ; etags -R This builds a "debug" version. (You might want to look at Archie's patch to keep symbols around). Of course you might want to replace "/home/egagnon/work" by something more appropriate, and specify different configure options. Try "./configure --help" [after running "aclocal ; libtoolize ; autoconf ; autoheader ; automake --foreign -a"]. > PS: Etienne - if you cold join the irc for a moment maybe... > (especially if the anwer to the above isn't clear) I was watching exams all afternoon and evening (and busy answering students questions in the morning)... So, I didn't read your message soon enough. :( Have fun! Etienne --=20 Etienne M. Gagnon http://www.info.uqam.ca/~egagnon/ SableVM: http://www.sablevm.org/ SableCC: http://www.sablecc.org/ |