Re: "SableVM SDK for Java" - preview release available for download
"Grzegorz B. Prokopski" <[email protected]> Wed, 18 May 2005 01:28:03 -0400
| Newsgroups | gmane.comp.java.vm.sablevm.general |
|---|---|
| Organization | SableVM - LGPL'ed Free Java VM http://sablevm.org |
| Message-ID | <[email protected]> |
On Thu, 2005-05-05 at 08:51 -0400, Peter Lovell wrote: > Hi all, > I tried the the sdk package on Mac OS X and ran into a couple of > problems. > darwin_closure.S:249:unknown section attribute: live_support I removed the "+live_support", hope this will fix the issue. > This has changed since the 3325 version, which worked fine. Replacing > this file with the version from 3325 allowed it to build. Thanks, that helped a lot in narrowing down the problem. > Second is minor - the test programs in popt failed to build. The [...] > The problem is the "-all-static" and removing it allows the tests to > build. There's some special stuff for doing full-static builds on OS X > and I presently forget exactly what it is, but I don't think that's > required here. On OS X, full-static builds are usually only for > security-sensitive things which ship with the OS and will be kept in > sync with it. I removed -all-static, hope this will fix the issue. > I'm not sure how to configure sdk with "--disable-gtk-peer" which is > what we normally use, so I thought that I'd get those items from fink. > That's ongoing right now, but I hit two issues with it (not sablevm) You can pass any --enable-*, --disable-*, --with-*, --without-* options to the top level ./configure and they will be passed down to respective configure scripts of each module. As the option names between modules tend not to overlap, this works quite well. In short - just pass the --disable-gtk-peer as you've always done. (I have adding recursive handing of --help option on my TODO list.) Thanks & cheers, Grzegorz B. Prokopski PS: There will be another pre-release in a few minutes, hopefully. -- Grzegorz B. Prokopski <[email protected]> SableVM - Free, LGPL'ed Java VM http://sablevm.org Why SableVM ?!? http://sablevm.org/wiki/Features Debian GNU/Linux - the Free OS http://www.debian.org