Hi Manuel, On Tue, Jul 08, 2008 at 11:55:31AM +1000, Manuel M T Chakravarty wrote: > > mv: rename GNUmakefile to GNUmakefile.tmp: No such file or directory > Preprocessing library base-3.0... > Undefined symbols: > "_base_GHCziStable_StablePtr_con_info", referenced from: [...] > "_base_GHCziIOBase_heapOverflow_closure", referenced from: > ld: symbol(s) not found > collect2: ld returned 1 exit status > linking dist/build/System/CPUTime_hsc_make.o failed > command was: /Users/chak/Code/ghc-test/compiler/stage1/ghc-inplace -no- > link-haskell98 dist/build/System/CPUTime_hsc_make.o -o dist/build/ > System/CPUTime_hsc_make > > Unpulling the three hsc2hs patches from yesterday fixes this. > > I don't want to sound too negative, but do you guys still use validate?
I definitely validated those patches - in fact, I'm pretty sure I validated them with all of GHC 6.4.2 and 6.6 on Linux and 6.8.3 on Windows. I can't think what the problem you are seeing is. Does it happen in a fresh tree? The symbols look like those in rts/package.conf.in, but I'm not sure what that tells us. Windows defines LEADING_UNDERSCORE 1, and Linux doesn't define it, so it doesn't look like that is causing the problem. Thanks Ian _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
