#3704: Using -shared without -dynamic should be rejected on linux
---------------------------------+------------------------------------------
    Reporter:  asuffield         |       Owner:              
        Type:  bug               |      Status:  new         
    Priority:  normal            |   Milestone:              
   Component:  Compiler          |     Version:              
  Resolution:                    |    Keywords:              
          Os:  Unknown/Multiple  |    Testcase:              
Architecture:  Unknown/Multiple  |     Failure:  None/Unknown
---------------------------------+------------------------------------------
Changes (by asuffield):

  * summary:  Linking shared libraries broken due to name mismatch => Using
              -shared without -dynamic should be rejected on
              linux

Comment:

 Sigh, always spot it five minutes after typing the thing up. The bug is,
 more precisely, that using -shared without -dynamic is nonsense on linux -
 that combination can't be linked, and hence should be rejected. Or better
 yet, silently corrected to add -dynamic.

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