RE: Problem building GHC

2005-07-18 Thread Simon Marlow
On 16 July 2005 11:50, Dinko Tenev wrote: I did a devel build this time, which produced some verbose output for the last line. One thing that troubles me is that gcc still manages to kick-in - what exactly is going on???

RE: GHC API: Access to nativeCodeGen?

2005-07-18 Thread Simon Marlow
On 18 July 2005 12:01, Peter A Jonsson wrote: Ok, I gave it a spin, that was interesting. Things I wrote down while looking at it that might be of interest to others: I tried to build with gcc 3.4.1 and it didn't work very well. Found a mail from November 2004 (Message-Id: [EMAIL

RE: Problem building GHC

2005-07-18 Thread Simon Marlow
On 18 July 2005 15:54, Dinko Tenev wrote: On 7/18/05, Simon Marlow [EMAIL PROTECTED] wrote: You might be picking up the wrong version of ghc here. My guess is that the -ignore-package option is being interpreted as a -i flag by an older version of GHC. Hm...I have 6.2.2 installed, which

Re: Problem building GHC

2005-07-18 Thread Dinko Tenev
On 7/18/05, Simon Marlow [EMAIL PROTECTED] wrote: The GHC command-line isn't declarative, it's imperative. Options are processed left-to-right. I don't have any doubts about whether GHC can make sense of conflicting options or not, be it the one way or the other. What's causing the trouble is