#1786: can't build ghc-6.8.0.20071017 under Solaris using a GNU linker
-------------------------+--------------------------------------------------
    Reporter:  guest     |        Owner:                  
        Type:  bug       |       Status:  new             
    Priority:  normal    |    Milestone:  _|_             
   Component:  Compiler  |      Version:  6.8             
    Severity:  normal    |   Resolution:                  
    Keywords:            |   Difficulty:  Moderate (1 day)
          Os:  Solaris   |     Testcase:                  
Architecture:  x86       |  
-------------------------+--------------------------------------------------
Comment (by simonmar):

 Replying to [comment:12 guest]:

 > gcc does not necessarily use the ld first in PATH.

 I'm not sure who that reply was directed to, but if it was to me, then I
 know that gcc doesn't invoke the `ld` found on `PATH`.  The bug
 description already gave us the configure options for gcc:

 {{{
 Configured with: ../gcc-4.2.2/configure --prefix=/usr/local/lang -program-
 suffix=_4.2.2 --enable-64bit --with-gnu-as --with-as=/usr/local/bin/gnu-as
 --with-ld=/usr/ccs/bin/ld --enable-version-specific-runtime-libs --enable-
 languages=c,c++
 }}}

 including a specific path for `ld`.

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