#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:  new   
    Priority:  high         |    Milestone:  6.12.3
   Component:  Compiler     |      Version:  6.12.2
    Keywords:               |   Difficulty:        
          Os:  MacOS X      |     Testcase:        
Architecture:  x86          |      Failure:  Other 
----------------------------+-----------------------------------------------
Changes (by igloo):

  * priority:  normal => high
  * milestone:  => 6.12.3


Comment:

 I suspect this is a mismatch between the library the installer was
 compiled against, and the one it is being used with:
 {{{
 ian-lynaghs-macbook-pro:~ ian$ nm /usr/lib/libiconv.dylib | grep
 iconv_close
 0000b8e8 T _iconv_close
 0000fe45 T _libiconv_close
 ian-lynaghs-macbook-pro:~ ian$ nm /opt/local/lib/libiconv.dylib | grep
 iconv_close
 00016d40 T _libiconv_close
 }}}

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