After applying the *patch* to .../GC.c of ghc-4.02
i start "making" ghc-4.02 from sources with ghc-4.01
- everything - for and under linux, i386.
So,
myfptools ... ./configure; edit mk/build.mk; make all
yields
[...]
gcc -Iparser -I. -I../includes -O -c parser/ctypes.c -o parser/ctypes.o
rm -f libhsp.a
/usr/bin/ar clqs libhsp.a parser/binding.o parser/constr.o ...
: libhsp.a
gcc -o hsp -Iparser -I. -I../includes -O parser/printtree.o ...
ghc -cpp -fglasgow-exts -Rghc-timing -I. -IcodeGen -InativeGen -Iparser
-iutils:basicTypes:types:hsSyn:...
...
U_binding.hs:148: Could not find valid interface file `FastString'
U_binding.hs:7: Could not find valid interface file `UgenUtil'
U_binding.hs:9: Could not find valid interface file `U_constr'
U_binding.hs:10: Could not find valid interface file `U_list'
U_binding.hs:11: Could not find valid interface file `U_maybe'
U_binding.hs:12: Could not find valid interface file `U_qid'
U_binding.hs:13: Could not find valid interface file `U_ttype'
Compilation had errors
Please, how do i get ghc-4.02 working?
------------------
Sergey Mechveliani
[EMAIL PROTECTED]