Re: [Sablevm-developer] Are we ready for 1.1.4?
Brought to you by:
egagnon
From: David <db...@cs...> - 2004-05-11 16:39:49
|
On Tue, May 11, 2004 at 10:04:47AM -0400, Etienne Gagnon wrote: > Hi folks, >=20 > So, is there anything holding this release? Hmmm... oh yes!... We=20 > lack an appropriate NEWS release. I have proven myself not to be very=20 > good at doing a satisfying job on this, according to some people, so,=20 > please send your proposal ASAP. :-) >=20 Hi, SableVM now should build out-of-box on Darwin(OS X)/ppc but not with signals for exception, it segfaults. If you want to disable it by default, the host string is: powerpc-apple-darwin* and you enable them for powerpc-*. So I guess you need: powerpc-*-gnu. On FreeBSD, there are still a few issues to solve. Basically, instead of linking libpthread, we have to pass the -pthread option to gcc so it links -lc_r (reentrant libc + pthread function) instead of libc. Even with that, there were a few issues. It may take some time to fix these as I have to update several autoconf , subversion etc. on these system. So I think we should still go ahead with the release. David --- David B=E9langer 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 |