I am trying to install ghc-5.00 from .hc files on windows NT. But I get the
following error. It seems Package.hc is missing.
Please help.

BTW when the windows binaries will be on sale?

Thanks,
Saswat

------------------------------------------------------------------------
==fptools== make all - --unix -wr;
 in /cygdrive/d/ghc-5.00/ghc/driver
------------------------------------------------------------------------
gcc -o pkgconf  -fno-defer-pop -fomit-frame-pointer
-D__GLASGOW_HASKELL__=411 -O -Id:/ghc-5.00/ghc/
includes -Id:/ghc-5.00/ghc/lib/std/cbits -Id:/ghc-5.00/hslibs/lang/cbits
-Id:/ghc-5.00/hslibs/posix/
cbits -Id:/ghc-5.00/hslibs/util/cbits -Id:/ghc-5.00/hslibs/text/cbits
-Id:/ghc-5.00/hslibs/hssource/
cbits    -Ld:/ghc-5.00/ghc/rts -Ld:/ghc-5.00/ghc/lib/std
-Ld:/ghc-5.00/ghc/lib/std/cbits -Ld:/ghc-5.
00/hslibs/lang -Ld:/ghc-5.00/hslibs/lang/cbits
-Ld:/ghc-5.00/hslibs/concurrent -Ld:/ghc-5.00/hslibs/
concurrent/cbits -Ld:/ghc-5.00/hslibs/posix -Ld:/ghc-5.00/hslibs/posix/cbits
-Ld:/ghc-5.00/hslibs/ut
il -Ld:/ghc-5.00/hslibs/util/cbits -Ld:/ghc-5.00/hslibs/text -u
"PrelBase_Izh_static_info" -u "PrelB
ase_Czh_static_info" -u "PrelFloat_Fzh_static_info" -u
"PrelFloat_Dzh_static_info" -u "PrelPtr_Ptr_s
tatic_info" -u "PrelWord_Wzh_static_info" -u "PrelInt_I8zh_static_info" -u
"PrelInt_I16zh_static_inf
o" -u "PrelInt_I32zh_static_info" -u "PrelInt_I64zh_static_info" -u
"PrelWord_W8zh_static_info" -u "
PrelWord_W16zh_static_info" -u "PrelWord_W32zh_static_info" -u
"PrelWord_W64zh_static_info" -u "Prel
Stable_StablePtr_static_info" -u "PrelBase_Izh_con_info" -u
"PrelBase_Czh_con_info" -u "PrelFloat_Fz
h_con_info" -u "PrelFloat_Dzh_con_info" -u "PrelPtr_Ptr_con_info" -u
"PrelStable_StablePtr_con_info"
 -u "PrelBase_False_closure" -u "PrelBase_True_closure" -u
"PrelPack_unpackCString_closure" -u "Prel
IOBase_stackOverflow_closure" -u "PrelIOBase_heapOverflow_closure" -u
"PrelIOBase_NonTermination_clo
sure" -u "PrelIOBase_BlockedOnDeadMVar_closure" -u
"PrelWeak_runFinalizzerBatch_closure" -u "__init_
Prelude" -u "PrelMain_mainIO_closure" -u "__init_PrelMain" Package.o
PackageSrc.o Utils.o -lHStext -
lHSutil -lHSposix -lHSposix_cbits -lHSconcurrent -lHSlang -lHSlang_cbits
-lHSstd -lHSstd_cbits -lHSr
ts -lgmp
gcc: Package.o: No such file or directory
gcc: PackageSrc.o: No such file or directory
gcc: Utils.o: No such file or directory
make[1]: *** [pkgconf] Error 1
make: *** [all] Error 1
make: Leaving directory `/cygdrive/d/ghc-5.00/ghc'

administrator@CF-POSTGRAD12 /cygdrive/d/ghc-5.00/ghc/driver
$ ls
CVS       Makefile~   PackageSrc.hs  ghc            ghci     ordering-passes
test_mangler
Makefile  Package.hs  Utils.hs       ghc-usage.txt  mangler  split

_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to