<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>《libiconv库链接问题一则》的评论</title>
	<atom:link href="http://tonybai.com/2013/04/25/a-libiconv-linkage-problem/feed/" rel="self" type="application/rss+xml" />
	<link>https://tonybai.com/2013/04/25/a-libiconv-linkage-problem/</link>
	<description>一个程序员的心路历程</description>
	<lastBuildDate>Wed, 25 Mar 2026 09:21:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>作者：朱斌斌</title>
		<link>https://tonybai.com/2013/04/25/a-libiconv-linkage-problem/#comment-1054</link>
		<dc:creator>朱斌斌</dc:creator>
		<pubDate>Thu, 05 Mar 2015 06:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=1258#comment-1054</guid>
		<description>iconv 方法在glibc和libiconv中都有实现，若安装了libiconv 则需要显示连接，CCFLAGS增加LIBICONV_PLUG没试</description>
		<content:encoded><![CDATA[<p>iconv 方法在glibc和libiconv中都有实现，若安装了libiconv 则需要显示连接，CCFLAGS增加LIBICONV_PLUG没试</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：zxy</title>
		<link>https://tonybai.com/2013/04/25/a-libiconv-linkage-problem/#comment-987</link>
		<dc:creator>zxy</dc:creator>
		<pubDate>Wed, 29 Oct 2014 03:04:26 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=1258#comment-987</guid>
		<description>感谢你的详细分析为我解决问题提供的帮助，测试后发现makefile中CCFLAGS增加下LIBICONV_PLUG的定义可以解决【似乎剩下的唯一方案就是将/usr/local/lib下的那份libiconv卸载掉！】问题，定义后就强制使用libc中的iconv实现了，CCFLAGS      = -DLIBICONV_PLUG</description>
		<content:encoded><![CDATA[<p>感谢你的详细分析为我解决问题提供的帮助，测试后发现makefile中CCFLAGS增加下LIBICONV_PLUG的定义可以解决【似乎剩下的唯一方案就是将/usr/local/lib下的那份libiconv卸载掉！】问题，定义后就强制使用libc中的iconv实现了，CCFLAGS      = -DLIBICONV_PLUG</p>
]]></content:encoded>
	</item>
</channel>
</rss>
