<?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"
	>
<channel>
	<title>Comments for Arek Zen</title>
	<atom:link href="http://www.zenebo.com/word/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zenebo.com/word</link>
	<description>Day in the life of a coder  &#124;   Aspicio.meum. by Arek Bochinski</description>
	<pubDate>Fri, 21 Nov 2008 16:11:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>Comment on Lighttz - a simple and fast web server by admin</title>
		<link>http://www.zenebo.com/word/asynchronous-programming/lighttz-a-simple-and-fast-web-server/#comment-167</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 14 Oct 2008 16:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.zenebo.com/word/?p=10#comment-167</guid>
		<description>Joshua, that is a linker error.
1. You have to install libev . Download the latest source code for LibEv , do a makefile compile and install .

The linker should then find the compiled libev in your lib folder. Depending on the system , it may be located in : /usr/local/lib 

The compiled .so shared object will be found when given the -lev flag at compile time .

If you encounter errors with dynamic linking, you can set a search path to the directory where your libev resides. Let's say that it is in /usr/local/lib . You could tell the linker to search that directory by typing this in command line:

LD_RUN_PATH=/usr/local/lib
export LD_RUN_PATH


Arek Bochinski</description>
		<content:encoded><![CDATA[<p>Joshua, that is a linker error.<br />
1. You have to install libev . Download the latest source code for LibEv , do a makefile compile and install .</p>
<p>The linker should then find the compiled libev in your lib folder. Depending on the system , it may be located in : /usr/local/lib </p>
<p>The compiled .so shared object will be found when given the -lev flag at compile time .</p>
<p>If you encounter errors with dynamic linking, you can set a search path to the directory where your libev resides. Let&#8217;s say that it is in /usr/local/lib . You could tell the linker to search that directory by typing this in command line:</p>
<p>LD_RUN_PATH=/usr/local/lib<br />
export LD_RUN_PATH</p>
<p>Arek Bochinski</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lighttz - a simple and fast web server by Joshua Walker</title>
		<link>http://www.zenebo.com/word/asynchronous-programming/lighttz-a-simple-and-fast-web-server/#comment-166</link>
		<dc:creator>Joshua Walker</dc:creator>
		<pubDate>Tue, 14 Oct 2008 15:48:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.zenebo.com/word/?p=10#comment-166</guid>
		<description>Could you help me compiling lighttz.c?

gcc  -o"lighttz"  ./lighttz.o   -lev

returns an error

/usr/bin/ld: can't found -lev
collect2: ld returned 1 exit status</description>
		<content:encoded><![CDATA[<p>Could you help me compiling lighttz.c?</p>
<p>gcc  -o&#8221;lighttz&#8221;  ./lighttz.o   -lev</p>
<p>returns an error</p>
<p>/usr/bin/ld: can&#8217;t found -lev<br />
collect2: ld returned 1 exit status</p>
]]></content:encoded>
	</item>
</channel>
</rss>
