>> EXTRA_CABAL_CONFIGURE_FLAGS = --extra-include-dirs=/opt/local/include \ >> --extra-lib-dirs=/opt/local/lib
and
>> ./configure --with-iconv-includes=/opt/local/include \ >> --with-iconv-libraries=/opt/local/lib \ >> --with-gmp-includes=/opt/local/include \ >> --with-gmp-libraries=/opt/local/lib
On Sat, Aug 30, 2014 at 3:41 PM, Brandon Allbery <allbery.b@gmail.com> wrote:I have MacPorts installed. But how to figure out what in MacPorts is
> On Sat, Aug 30, 2014 at 4:33 PM, Peng Yu <pengyu.ut@gmail.com> wrote:
>>
>> Undefined symbols for architecture x86_64:
>> "_iconv", referenced from:
>> _hs_iconv in libHSbase-4.7.0.1.a(iconv.o)
>
>
> You are mixing stuff built against the system iconv with stuff built against
> either MacPorts or Homebrew. This won't work.
in conflict from the one from Haskell Mac OS X installer?
--
Regards,
Peng
_______________________________________________
cabal-devel mailing list
cabal-devel@haskell.org
http://www.haskell.org/mailman/listinfo/cabal-devel