Can't install package

Simon Marlow simonmar at microsoft.com
Mon Feb 14 10:35:51 EST 2005


On 14 February 2005 14:42, Dmitri Pissarenko wrote:

> I get the error message
> 
> Reading package info from "javavm.ghc-pkg"
> Fail: Unexpected token
> 
> What is wrong in javavm.ghc-pkg?

You have:

        extra_ld_opts    =
                [
 
"-Wl,-rpath,c:/Programme/haskell-jvm-bridge-0.3-RC1/lib/"-L 
                ]
        }

That -L at the end looks like the problem.

Cheers,
	Simon


More information about the Glasgow-haskell-users mailing list