#1855: distrib/Makefile-bin-vars.in misses an CPP entry
--------------------------+-------------------------------------------------
 Reporter:  guest         |          Owner:          
     Type:  bug           |         Status:  new     
 Priority:  normal        |      Milestone:          
Component:  Build System  |        Version:  6.8.1   
 Severity:  normal        |       Keywords:          
 Testcase:                |   Architecture:  Multiple
       Os:  Solaris       |  
--------------------------+-------------------------------------------------
 The file `distrib/Makefile-bin-vars.in` needs to propagate the CPP program
 found by configure, by adding a line:

 {{{
 CPP         = @CPP@
 }}}

 Otherwise "cc -e" is called during installation instead of "gcc -e" (and
 "cc" does not exist under Solaris)

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