<?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>Comments on: Geany source installation error: &#8220;libc.so: file format not recognized; treating as linker script&#8221;</title>
	<atom:link href="http://bogdan.org.ua/2007/08/10/geany-source-installation-error-libcso-file-format-not-recognized-treating-as-linker-script.html/feed" rel="self" type="application/rss+xml" />
	<link>http://bogdan.org.ua/2007/08/10/geany-source-installation-error-libcso-file-format-not-recognized-treating-as-linker-script.html</link>
	<description>Tiny bits of bioinformatics, [web-]programming etc</description>
	<lastBuildDate>Sun, 14 Mar 2010 08:55:31 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Bogdan</title>
		<link>http://bogdan.org.ua/2007/08/10/geany-source-installation-error-libcso-file-format-not-recognized-treating-as-linker-script.html/comment-page-1#comment-102857</link>
		<dc:creator>Bogdan</dc:creator>
		<pubDate>Wed, 25 Nov 2009 10:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/08/10/geany-source-installation-error-libcso-file-format-not-recognized-treating-as-linker-script.html#comment-102857</guid>
		<description>Personally, I&#039;ve switched to Kate since then. Even though I&#039;m using Gnome, I can&#039;t help using KDE programs - Okular, Kate, Kwrite, Konsole - those are nearly perfect!</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Personally, I&#8217;ve switched to Kate since then. Even though I&#8217;m using Gnome, I can&#8217;t help using KDE programs &#8211; Okular, Kate, Kwrite, Konsole &#8211; those are nearly perfect!<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wolfssss</title>
		<link>http://bogdan.org.ua/2007/08/10/geany-source-installation-error-libcso-file-format-not-recognized-treating-as-linker-script.html/comment-page-1#comment-102856</link>
		<dc:creator>wolfssss</dc:creator>
		<pubDate>Wed, 25 Nov 2009 06:19:48 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/08/10/geany-source-installation-error-libcso-file-format-not-recognized-treating-as-linker-script.html#comment-102856</guid>
		<description>Thank you! It&#039;s really very helpful.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Thank you! It&#8217;s really very helpful.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bogdan</title>
		<link>http://bogdan.org.ua/2007/08/10/geany-source-installation-error-libcso-file-format-not-recognized-treating-as-linker-script.html/comment-page-1#comment-74608</link>
		<dc:creator>Bogdan</dc:creator>
		<pubDate>Sun, 13 Jul 2008 09:54:05 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/08/10/geany-source-installation-error-libcso-file-format-not-recognized-treating-as-linker-script.html#comment-74608</guid>
		<description>Lukas,

I decided to continue my Linux experience with Debian, which I find easier to maintain. So now I have no problems with &quot;file format not recognized&quot;... at least until I install anything manually, and I didn&#039;t have such a need for quite a time now.

Moreover, I&#039;m now using Kate much more often then Geany - as I&#039;m primarily writing scripts for interpreters, and not for compilators.

Thanks for the output streams redirection hint! As I understood, you are &quot;joining&quot; stdout (numbered 1) and stderr (numbered 2) into a single &quot;stream&quot;, which is then sent to null, right?</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Lukas,</p>
<p>I decided to continue my Linux experience with Debian, which I find easier to maintain. So now I have no problems with &#8220;file format not recognized&#8221;&#8230; at least until I install anything manually, and I didn&#8217;t have such a need for quite a time now.</p>
<p>Moreover, I&#8217;m now using Kate much more often then Geany &#8211; as I&#8217;m primarily writing scripts for interpreters, and not for compilators.</p>
<p>Thanks for the output streams redirection hint! As I understood, you are &#8220;joining&#8221; stdout (numbered 1) and stderr (numbered 2) into a single &#8220;stream&#8221;, which is then sent to null, right?<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lukas</title>
		<link>http://bogdan.org.ua/2007/08/10/geany-source-installation-error-libcso-file-format-not-recognized-treating-as-linker-script.html/comment-page-1#comment-74519</link>
		<dc:creator>Lukas</dc:creator>
		<pubDate>Sat, 12 Jul 2008 18:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/08/10/geany-source-installation-error-libcso-file-format-not-recognized-treating-as-linker-script.html#comment-74519</guid>
		<description>Thank you! That helped me out real good.
Figured out how to solve it permanently?

BTW. About that last part: &#039;geany &gt; /dev/null 2&gt; /dev/null &amp;&#039; could be changed to: &#039;geany &lt;b&gt;2&gt;&amp;1 &gt;&lt;/b&gt; /dev/null &amp;&#039;.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Thank you! That helped me out real good.<br />
Figured out how to solve it permanently?</p>
<p>BTW. About that last part: &#8216;geany &gt; /dev/null 2&gt; /dev/null &amp;&#8217; could be changed to: &#8216;geany <b>2&gt;&amp;1 &gt;</b> /dev/null &amp;&#8217;.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
</channel>
</rss>
