Hi,
Thanks for the reply. I understand that discrepancy between macports and system libraries are causing this issue but I am not using the environment variable DYLD_LIBRARY_PATH.
More over, I can build ghc-7.8.4 from sources, with the same configuration options. I repeated it there.
I thought it is likely that I should see the same issue there as well.
I am not able to figure out the exact dependency issue here - apparently, libHSrts cannot be built with the system version of libiconv (configure step fails), while at the same time "ghc-stage1" relies on some system tool that needs older version of libiconv.
Is that a fair picture of the problem? I wondered why this does not occur for ghc-7.8.4 distributed sources.
I thought something got inadvertently modified in the compiler/main folder since the release of 7.8.4 and resulted in this issue. That's why I posted it over here. However, by the looks of it, it is just me..
Thanks again,
Hemanth