#2966: build system does not respect --with-gcc=
---------------------------+------------------------------------------------
  Reporter:  duncan        |          Owner:  igloo           
      Type:  bug           |         Status:  reopened        
  Priority:  normal        |      Milestone:  6.12.1          
 Component:  Build System  |        Version:  6.11            
Resolution:                |       Keywords:                  
Difficulty:  Unknown       |             Os:  Unknown/Multiple
  Testcase:                |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown  |  
---------------------------+------------------------------------------------
Changes (by duncan):

  * status:  closed => reopened
  * failure:  => None/Unknown
  * resolution:  fixed =>

Comment:

 Regression.

 {{{
 $ gcc || echo fail
 fail
 $ ./configure --with-gcc=/opt/gcc-vanilla/4.1.2/bin/gcc
 $ gmake
 }}}
 leads to
 {{{
 Configuring unix-2.4.0.0...
 ...
 checking for gcc... gcc
 checking for C compiler default output file name...
 configure: error: C compiler cannot create executables
 See `config.log' for more details.
 gmake[1]: *** [libraries/unix/dist-install/package-data.mk] Error 77
 }}}

 We should set up one of the buildbots with gcc -> /bin/false

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

Reply via email to