Can't install package
Dmitri Pissarenko
mailing-lists at dapissarenko.com
Mon Feb 14 09:41:35 EST 2005
Hello!
I am trying to install the package for Haskell-JVM bridge (see
http://sourceforge.net/projects/jvm-bridge).
I have problems with gch-pkg. When I enter
ghc-pkg -a -i javavm.ghc-pkg
where javavm.ghc-pkg is the file given in the attachment,
I get the error message
Reading package info from "javavm.ghc-pkg"
Fail: Unexpected token
What is wrong in javavm.ghc-pkg?
TIA
Dmitri Pissarenko
--
Dmitri Pissarenko
Software Engineer
http://dapissarenko.com
-------------- next part --------------
Package
{
name = "javavm",
import_dirs = ["c:/Programme/haskell-jvm-bridge-0.3-RC1/imports/"],
source_dirs = [],
library_dirs =
[
"c:/Programme/haskell-jvm-bridge-0.3-RC1/lib/"-L
],
hs_libraries = [],
extra_libraries = ["stdc++","JVMBridge","JVMInvocation","HaskellJVMBridge"-L,"jvm_imp"],
include_dirs = [],
c_includes = [],
package_deps = ["lang","concurrent","haskell98"],
extra_ghc_opts = ["-fglasgow-exts","-fallow-undecidable-instances"],
extra_cc_opts = [],
extra_frameworks = [-L ],
extra_ld_opts =
[
"-Wl,-rpath,c:/Programme/haskell-jvm-bridge-0.3-RC1/lib/"-L
]
}
More information about the Glasgow-haskell-users
mailing list