#3863: Absolute paths to GCC and perl should not be baked into the compiler.
---------------------------------+------------------------------------------
  Reporter:  benl                |          Owner:  igloo           
      Type:  bug                 |         Status:  closed          
  Priority:  high                |      Milestone:  6.14.1          
 Component:  Build System        |        Version:  6.13            
Resolution:  fixed               |       Keywords:                  
  Testcase:                      |      Blockedby:                  
Difficulty:                      |             Os:  Unknown/Multiple
  Blocking:                      |   Architecture:  Unknown/Multiple
   Failure:  Compile-time crash  |  
---------------------------------+------------------------------------------

Comment(by maeder):

 I think so proper preprocessor flags are:

 {{{
 -pgmP "gcc -E -undef -traditional"
 }}}

 I wonder why you still put a full path inside the ghc binary instead of
 changing this to the base name or omitting it entirely and relying on
 flags set.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3863#comment:8>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to