#7062: Spurious undefined reference to `openpty'
-------------------------------+--------------------------------------------
  Reporter:  simonmar          |          Owner:                  
      Type:  bug               |         Status:  new             
  Priority:  high              |      Milestone:  7.6.2           
 Component:  Compiler          |        Version:  7.4.2           
Resolution:                    |       Keywords:                  
        Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown      |     Difficulty:  Unknown         
  Testcase:                    |      Blockedby:                  
  Blocking:                    |        Related:                  
-------------------------------+--------------------------------------------
Changes (by trommler):

  * status:  infoneeded => new


Comment:

 Replying to [comment:25 igloo]:
 > Can you tell me how I can reproduce a problem, please?
 The problem is triggered by two flags set in ld: {{{--enable-new-dtags}}}
 and {{{--as-needed}}}.
 Both settings are not the default settings in a vanilla ld but Linux
 distributions (openSUSE in my case) change those defaults and that is the
 reason, I am still seeing a failure on openSUSE.

 To reproduce the issue:

 1. Configure ghc that {{{--enable-new-dtags}}} and {{{--as-needed}}} are
 passed to ld.

 2. Build ghc

 3. Run {{{make TEST=process001}}}

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