<?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>LD_LIBRARY_PATH - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/ld_library_path/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Sun, 16 Oct 2011 15:59:20 +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下include/lib/bin等搜索路径的配置</title>
		<link>https://www.coder4.com/archives/2100</link>
					<comments>https://www.coder4.com/archives/2100#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Sat, 27 Aug 2011 08:39:04 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bashrc]]></category>
		<category><![CDATA[C_INCLUDE_PATH]]></category>
		<category><![CDATA[CPLUS_INCLUDE_PATH]]></category>
		<category><![CDATA[LD_LIBRARY_PATH]]></category>
		<category><![CDATA[搜索路径]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=2100</guid>

					<description><![CDATA[很多时候，我们的.h/.so/.a/bin文件都不在Linux发行版所指定的默认路径下，这时可以通过~/.bashrc来增加搜索路径。 #增加.so搜索路径 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/liheyuan/soft/lib #增加.a搜索路径 LIBRARY_PATH=$LIBRARY_PATH:/home/liheyuan/soft/lib #增加bin搜索路径 export PATH=$PATH:/home/l[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/2100/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
