#4068: GHC 6.12.2 on Mac OS X from GHC-6.12.2-i386.pkg fails with "Undefined
symbols: "_iconv_close", referenced from: _hs_iconv_close in
libHSbase-4.2.0.1.a(iconv.o) ..."
--------------------------+-------------------------------------------------
  Reporter:  thorkilnaur  |          Owner:         
      Type:  bug          |         Status:  closed 
  Priority:  high         |      Milestone:  6.12.3 
 Component:  Compiler     |        Version:  6.12.2 
Resolution:  invalid      |       Keywords:         
  Testcase:               |      Blockedby:         
Difficulty:               |             Os:  MacOS X
  Blocking:               |   Architecture:  x86    
   Failure:  Other        |  
--------------------------+-------------------------------------------------
Changes (by igloo):

  * status:  new => closed
  * resolution:  => invalid


Comment:

 As far as I can see, this is not a GHC bug. The problem is that code is
 getting compiled against one iconv library, but then linked against
 another (incompatible) iconv library.

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