meta-haskell-branch

Saswat Anand saswat@comp.nus.edu.sg
Mon, 16 Sep 2002 17:38:37 +0800


Hi
I am trying to compile the meta-haskell-branch of ghc from cvs. I get the
following error messages. Please help me with some hints.

Thanks,
Saswat

# when I do ./configure in fptools directory, It ends with the following
error:

configuring in ghc
running /bin/sh
./configure  --prefix=/root/fptools/prefix --cache-file=.././config.cache --
srcdir=.
./configure: ./configure: No such file or directory
configure: error: ./configure failed for ghc

# when I went ahead to do ./make in fptools dir, it dies with:

echo '#!/bin/sh' >>ghc-inplace
echo exec /root/fptools/ghc/compiler/ghc-5.05 '-B/root/fptools'
'"$@"'>>ghc-inplace
chmod 755 ghc-inplace
------------------------------------------------------------------------
==fptools== make all -wr;
 in /root/fptools/ghc/rts
------------------------------------------------------------------------
../../ghc/compiler/ghc-inplace -optc-O -optc-Wall -optc-W -optc-Wstrict-prot
otypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -
optc-Waggregate-return -optc-Wbad-function-cast -optc-I../includes -optc-I. 
-optc-Iparallel -optc-DCOMPILING_RTS -optc-fomit-frame-pointer -ldl -O2 -sta
tic    -c Adjustor.c -o Adjustor.o
make[2]: *** [Adjustor.o] Error 1
make[1]: *** [all] Error 1
make[1]: Leaving directory `/root/fptools/ghc'
make: *** [all] Error 1