<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>undefined reference - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/undefined-reference/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Fri, 18 Apr 2025 14:35:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>Linux下链接相互依赖的.a文件遇到undefined reference问题总结</title>
		<link>https://www.coder4.com/archives/1601</link>
					<comments>https://www.coder4.com/archives/1601#comments</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Fri, 27 May 2011 04:26:02 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[undefined reference]]></category>
		<category><![CDATA[静态链接]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=1601</guid>

					<description><![CDATA[最近，在Linux下静态链接多个相互依赖的.a文件时，遇到各种诡异的undefined reference问题，最后发现，是.a文件的链接顺序竟然非常重要！ 转载自：http://ticktick.blog.51cto.com/823160/431329 最近在Linux下编程发现一个诡异的现象，就是在链接一个静态库的时候总是报错，类似下面这样的错误： (.text+0x13): undefined reference to `func' 关于undefined referenc[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/1601/feed</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
	</channel>
</rss>
