#5382: strip: Cannot manipulate object-file created with ghc-7.2.0.20110728 
under
solaris
---------------------------+------------------------------------------------
  Reporter:  maeder        |          Owner:  simonmar
      Type:  bug           |         Status:  closed  
  Priority:  normal        |      Milestone:  7.4.1   
 Component:  Compiler      |        Version:  7.1     
Resolution:  fixed         |       Keywords:          
  Testcase:                |      Blockedby:          
Difficulty:                |             Os:  Solaris 
  Blocking:                |   Architecture:  x86     
   Failure:  None/Unknown  |  
---------------------------+------------------------------------------------
Changes (by herzen):

 * cc: viskovatoff@… (added)


Comment:

 Disabling stripping on Solaris seems like a drastic solution, given that
 GNU strip is found in a standard location under Solaris 11,
 /usr/gnu/bin/strip.

 The problem goes away for me when I remove the Sun strip that's in
 /usr/bin, so that Gnu strip gets used.

 Unfortunately, users cannot solve this problem by placing /usr/gnu/bin in
 front of /usr/bin in their PATH, since GNU ld also resides in
 /usr/gnu/bin, and I don't think we want that to get used.

 GNU strip is in the gnu-binutils package, which anyone using Haskell would
 probably have installed.

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