|
From: Christian H. <chr...@gm...> - 2005-07-17 21:06:33
|
Hi,
I am unable to build HOC under the specified conditions.
make outputs the following:
ghc-6.4:
../HOC_cbits/HOC_cbits.o: unknown symbol `_fprintf$LDBLStub'
final link ... ghc-6.4: linking extra libraries/objects failed
make[1]: *** [ghcmake.build-stamp] Error 1
In directory InterfaceGenerator
mkdir -p build
/usr/local/bin/ghc --make Main.hs \
-odir build -hidir build \
-package-conf ../inplace.conf \
-o ifgen
../inplace.conf: openBinaryFile: does not exist (No such file or
directory)
... (and lots of further error messages)
Unfortunately, I am quite illiterate w.r.t. the make-procedure. So I
have no idea what that means.
Can anybody give me a hint?
Cheers,
Chris
|