Re: [SPAM?] Re: gnu classpath with sun java vm

2007-04-27 Thread michel . brabants
Hello, I indeed remember disbaling libffi (I'll send the config.log if you still would like to see it.). I disbaled it because I wanted to get it working quickly ... I need to compile it myself and I wasn't sure where I could get libffi (from gcc). If possible, could you provide me any info on

[SPAM?] Re: gnu classpath with sun java vm

2007-04-26 Thread Michel Brabants
Hello all, it took a while, but here is my compile-error (using gcc 4.1.2): config.status: creating lib/sun/Makefile config.status: creating lib/gnu/classpath/Makefile config.status: creating src/config.h config.status: src/config.h is unchanged config.status: linking ./src/arch/x86_64.h to

Re: [SPAM?] Re: gnu classpath with sun java vm

2007-04-26 Thread Robert Lougher
Hi Michel, It's obvious from the output below that you haven't just done ./configure ! Could you give the options you gave, or better still send me (and not the list) your config.log? From the looks of it, you've disabled use of libffi (on by default on AMD64). This is needed for calling

Re: gnu classpath with sun java vm

2007-04-20 Thread michel . brabants
Hello all, I'll try to show you the compile-error with jamvm. I just wanted to get it working ... and hoped it worked with sun's vm, which I already had installed. I'll also list the resourc-bundle-error. Maybe I4ll try the cacoa-vm. Thank you and greetings, Michel [EMAIL PROTECTED] wrote:

Re: gnu classpath with sun java vm

2007-04-19 Thread Mark Wielaard
Hi Michel, On Thu, 2007-04-19 at 15:23 +0200, [EMAIL PROTECTED] wrote: When trying to start gappletviewer, I get a missing resource-bundle-error. Now, I saw that the resource-bundles are inside glibj.zip. I added this zip-file to the Xbootclasspath-parameter of the gappletviewer, but then I

[SPAM?] Re: gnu classpath with sun java vm

2007-04-19 Thread Michel Brabants
Hello, thank you for helping out. Well, from what I saw. There are no resourcebundles present in tools.zip at all. In my case it is trying to find nl_BE, but I suppose it depends on your locale. If you need more info, feel free to ask :). Thank you(!) and greetings, Michel Op Thursday 19

Re: gnu classpath with sun java vm

2007-04-19 Thread Mark Wielaard
On Thu, 2007-04-19 at 23:19 +0200, Michel Brabants wrote: thank you for helping out. Well, from what I saw. There are no resourcebundles present in tools.zip at all. In my case it is trying to find nl_BE, but I suppose it depends on your locale. If you need more info, feel free to ask :).

Re: gnu classpath with sun java vm

2007-04-19 Thread Robert Lougher
Hi, BTW, what was the compile-error with JamVM? Rob. On 4/19/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello, I compiled the latest stable gnu classpath with as vm, the java-vm from Sun, because I'm getting a compile-error trying to compile the latest jamvm. I'm using an x86-64-machine.