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

  * owner:  igloo =>
  * status:  closed => new
  * resolution:  fixed =>


Comment:

 I've just build a binary dist http://www.informatik.uni-
 bremen.de/agbkb/forschung/formal_methods/CoFI/hets/solaris/ghcs/ghc-6.12.3
 -sparc-sun-solaris2.tar.bz2
 that still has my gcc namely /opt/csw/gcc4/bin/gcc baked in. The scripts
 only set "pgmc", but gcc is used for the preprocessor, assembler and
 linker, too.

 I had to add
 {{{
 -pgmP "gcc -E" -pgml gcc -pgma gcc -pgmc gcc
 }}}
 to the ghc executable.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3863#comment:5>
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