Am 15.02.2013 um 09:09 schrieb Martin Costabel:

> It is an indication that at that time, the header file /sw/include/iconv.h 
> was not included correctly.

GCC offers -idirafter. The argument following, a directory with C header files, 
is then searched last. Using

        -idirafter /usr/include

should guarantee that the system's iconv.h is not used when Fink's version of 
this file exists. This worked well quite a few times for me.

Besides, adding -H to CPPFLAGS or CFLAGS should reveal which header file is 
actually used during compilation.

--
Greetings

  Pete

If all else fails read the instructions.
                                - Donald Knuth


------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to