Re: FW: darcs patch: Add extern flag to avoid multiplesymbolerrorson Mac...

2008-09-11 Thread Ian Lynagh
On Thu, Sep 11, 2008 at 11:54:35AM +0100, Claus Reinke wrote: > ok, no dist/ involved there, actually. Still, I do occasionally get > similar errors and wonder where they originate, It's a bug in the bootstrapping compiler, fixed in the HEAD. Thanks Ian _

Re: FW: darcs patch: Add extern flag to avoid multiplesymbolerrorson Mac...

2008-09-11 Thread Claus Reinke
ok, no dist/ involved there, actually. Still, I do occasionally get similar errors and wonder where they originate, especially in a clean build like the builbot's. Also, note the segfault. Claus From todays head reports (windows, head fast, stage1): Preprocessing library Cabal-1.5.4... Buildin

Re: FW: darcs patch: Add extern flag to avoid multiplesymbolerrorson Mac...

2008-09-11 Thread Claus Reinke
Almost all generated files are now put in dist* directories, which makes them easy to clean; and even if you do stop using a dist directory and it doesn't get cleaned, it's hard to see how files in such a directory could interfere with the build. Oh, we'll probably find a way;-) perhaps we alr

Re: FW: darcs patch: Add extern flag to avoid multiplesymbolerrorson Mac...

2008-09-08 Thread Claus Reinke
I always do 'make distclean' before pulling, simply because I've been bitten too often. But recently, I still get bitten, so this isn't extreme enough! There's nothing recent about libraries/base/GHC/Prim.hs; we stopped generating it back in March: .. You've just been lucky that it hasn't caus