Bugs item #437603, was opened at 2001-06-30 18:08 Message generated for change (Comment added) made by simonmar You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=437603&group_id=8032
Category: Build System Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: 5.00.2 build fail on NetBSD/i386 Initial Comment: Since there are binary for NetBSD, I tried to build GHC from intermediate C files. I downloaded ghc-5.00.2-src.tar.bz2 and ghc-5.00.2-i386-hc.tar.bz2, then typed following commands. $ tar zxf ghc-5.00.2-src.tar.bz2 $ tar zxf ghc-5.00.2-i386-hc.tar.bz2 $ cd ghc-5.00.2 $ export CPPFLAGS=-I/usr/pkg/include $ ./distrib/hc-build (snip) PWD = /usr/home/hiramatsu/pkgwork/ghc-5.00.2/hslibs/util ------------------------------------------------------------------------ gcc -x c Readline.hc -o Readline.raw_s -S -O -fno-defer-pop -fomit-frame-pointer -DDONT_WANT_WIN32_DLL_SUPPORT -D__GLASGOW_HASKELL__=500 -O -I/usr/home/hiramatsu/pkgwork/ghc-5.00.2/ghc/includes -I/usr/home/hiramatsu/pkgwork/ghc-5.00.2/ghc/lib/std/cbits -I/usr/home/hiramatsu/pkgwork/ghc-5.00.2/hslibs/lang/cbits -I/usr/home/hiramatsu/pkgwork/ghc-5.00.2/hslibs/posix/cbits -I/usr/home/hiramatsu/pkgwork/ghc-5.00.2/hslibs/util/cbits -I/usr/home/hiramatsu/pkgwork/ghc-5.00.2/hslibs/text/cbits -I/usr/home/hiramatsu/pkgwork/ghc-5.00.2/hslibs/hssource/cbits -I../../ghc/includes -I../../ghc/lib/std/cbits -I../lang/cbits -I../concurrent/cbits -I../posix/cbits -I. `echo | sed 's/^$/-DSTOLEN_X86_REGS=4/'` Readline.hc:5: Readline_hsc.h: No such file or directory Readline.hc:6: Readline_stub.h: No such file or directory gmake[1]: *** [Readline.raw_s] Error 1 gmake: *** [all] Error 1 gmake: Leaving directory `/usr/home/hiramatsu/pkgwork/ghc-5.00.2/hslibs' ---------------------------------------------------------------------- >Comment By: Simon Marlow (simonmar) Date: 2003-07-24 14:41 Message: Logged In: YES user_id=48280 This is an old bug. I'm in the process of fixing HC bootstrapping on 6.x. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=437603&group_id=8032 _______________________________________________ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
