JVM bridge

Peter Robinson listener at thaldyron.com
Wed Jan 7 00:47:26 EST 2004


I've been trying the JVM - Haskell bridge a few days ago and got the same 
errors. 
However this fixed it:
The "make install" procedure of the jvm-bridge package adds the package 
information of "javavm" to /opt/ghc/lib/ghc-6.2/package.conf.
After removing those options (-rpath,...) from "extra_ld_opts = []" in the 
javavm section and setting the LD_LIBRARY_PATH var manually 
to /path/to/jvmbridge/lib:/opt/sun-jdk-1.4.2.02/jre/lib/i386:/opt/sun-jdk-1.4.2.02/jre/lib/i386/client 
everything is working fine.

regards

On Tuesday 06 January 2004 20:31, Mark Carroll wrote:
> I should add that I see things like -Wl -rpath /usr/lib/jvm-bridge/lib/ in
> the verbose output which maybe should be
> -Wl,-rpath,/usr/lib/jvm-bridge/lib/ instead.
>
> -- Mark
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe



More information about the Haskell-Cafe mailing list