[JVM-B] Re: jvm-bridge
Status: Beta
Brought to you by:
ashley-y
From: Ashley Y. <as...@se...> - 2002-10-12 03:39:22
|
At 2002-10-10 04:03, Pasch, Thomas (ACTGRO) wrote: >because of the ghc 5.04.1 release, i tried to compile jvm-bridge again on >Windows NT with J2SDK1.4.1. Works fine, except one (small) >problem (see below). No more problems to compile the examples >(except of the linker problem that is still there). > >Perhaps it is time for a new release? I've just checked in a bunch of changes, but I haven't quite finished. Probably we should do a new release soon, and then after that I want to organise the Haskell into hierarchical modules. >In javavm.ghc-pkg I had to change > >extra_frameworks = ["-LD:/Programme/j2sdk1.4.1/jre/", >"-LD:/Programme/j2sdk1.4.1/jre/bin/", >"-LD:/Programme/j2sdk1.4.1/jre/bin/client/", "-ljvm"], > >to > >extra_frameworks = [-LD:/Programme/j2sdk1.4.1/jre/ >-LD:/Programme/j2sdk1.4.1/jre/bin/ -LD:/Programme/j2sdk1.4.1/jre/bin/client/ >-ljvm], > >Because of my ignorance of m4, I've got problems to fix this. extra_frameworks should be empty except on Darwin machines. It's a bug in javavm.ghc-pkg.m4, I'll try to fix it. -- Ashley Yakeley, Seattle WA |