Hello!

My machine is running OpenBSD.  Since there seems to be no binary distribution
for this environment, I tried the source distribution (file
ghc-5.02.1-src-1.tar.bz2).

I proceeded according to the instructions in Sec. 7 of the installation guide.

After unpacking I started with:

   104 /q/pd/ghc/ghc-5.02.1> time distrib/hc-build --prefix=/q/pd/ghc

everything seemed to go well for a while, but then things suddenly ended with

   gcc -O   -I/q/pd/ghc/ghc-5.02.1/ghc/includes 
-I/q/pd/ghc/ghc-5.02.1/ghc/lib/std/cbits -I/q/pd/ghc/ghc-5.02.1/hslibs/lang/cbits 
-I/q/pd/ghc/ghc-5.02.1/hslibs/posix/cbits -I/q/pd/ghc/ghc-5.02.1/hslibs/util/cbits 
-I/q/pd/ghc/ghc-5.02.1/hslibs/text/cbits -I/q/pd/ghc/ghc-5.02.1/hslibs/hssource/cbits  
-I../../../ghc/lib/std/cbits -I../../../ghc/includes -I.. -I.    -c rawSystem.c -o 
rawSystem.o
   rm -f libHSlang_cbits.a
   /usr/bin/ar cq    libHSlang_cbits.a  PackedString.o rawSystem.o
   ranlib libHSlang_cbits.a
   ld -r -x -o HSlang_cbits.o PackedString.o rawSystem.o 
   ------------------------------------------------------------------------
   ===fptools== Finished making `all' in cbits ...
   PWD = /q/pd/ghc/ghc-5.02.1/hslibs/lang
   ------------------------------------------------------------------------
   gmake[1]: *** No rule to make target `Addr.o', needed by `libHSlang.a'.  Stop.
   gmake: *** [all] Error 1


Is there any way to fix this?

Regards,
-- Feliks

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

Reply via email to