<?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 for The Rare AiR</title>
	<atom:link href="http://www.therareair.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.therareair.com</link>
	<description>An Eric Orion Anderson Website.</description>
	<lastBuildDate>Mon, 08 Mar 2010 11:42:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Tutorial: How To Compile OpenSSL for the iPhone by Joonas Kekoni</title>
		<link>http://www.therareair.com/2009/01/01/tutorial-how-to-compile-openssl-for-the-iphone/comment-page-1/#comment-256</link>
		<dc:creator>Joonas Kekoni</dc:creator>
		<pubDate>Mon, 08 Mar 2010 11:42:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.therareair.com/?p=181#comment-256</guid>
		<description>Ok I have cooked up the spell:

1st compile for arm as described above.
go to install directory.

&lt;pre&gt;
mv libssl.a libssl-arm.a
mv libcrypto.a libcrypto-arm.a
&lt;/pre&gt;
run configure again.


Find CC= cc and change it to:
&lt;pre&gt;
CC= /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.0
 &lt;/pre&gt;
 
Find CFLAG and add to the BEGINNING!!:
&lt;pre&gt;
-isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneOS2.2.sdk
&lt;/pre&gt;

(No other changes needed, since target is allready i386.)

make clean
make
make install

go to target directory
&lt;pre&gt;
mv libssl.a libssl-i386.a
mv libcrypto.a libcrypto-i386.a

lipo libssl-arm.a libssl-i386.a -create -output libssl.a
lipo libcrypto-arm.a libcrypto-i386.a  -create -output libcrypto.a
&lt;/pre&gt;

(NOTE: There may be typing errors above. Check that the paths actually exists.)</description>
		<content:encoded><![CDATA[<p>Ok I have cooked up the spell:</p>
<p>1st compile for arm as described above.<br />
go to install directory.</p>
<pre>
mv libssl.a libssl-arm.a
mv libcrypto.a libcrypto-arm.a
</pre>
<p>run configure again.</p>
<p>Find CC= cc and change it to:</p>
<pre>
CC= /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.0
 </pre>
<p>Find CFLAG and add to the BEGINNING!!:</p>
<pre>
-isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneOS2.2.sdk
</pre>
<p>(No other changes needed, since target is allready i386.)</p>
<p>make clean<br />
make<br />
make install</p>
<p>go to target directory</p>
<pre>
mv libssl.a libssl-i386.a
mv libcrypto.a libcrypto-i386.a

lipo libssl-arm.a libssl-i386.a -create -output libssl.a
lipo libcrypto-arm.a libcrypto-i386.a  -create -output libcrypto.a
</pre>
<p>(NOTE: There may be typing errors above. Check that the paths actually exists.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tutorial: How To Compile OpenSSL for the iPhone by Joonas Kekoni</title>
		<link>http://www.therareair.com/2009/01/01/tutorial-how-to-compile-openssl-for-the-iphone/comment-page-1/#comment-255</link>
		<dc:creator>Joonas Kekoni</dc:creator>
		<pubDate>Mon, 08 Mar 2010 10:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.therareair.com/?p=181#comment-255</guid>
		<description>Building on i386 emulator however requires
some special spell I do not know.

Just using openssl build on target will not do.
This seems to be happening when trying to link
on i386 on OSX 10.6: 
&lt;pre&gt;

  &quot;_fopen$UNIX2003&quot;, referenced from:
      _BIO_new_file in libcrypto.a(bss_file.o)
      _file_ctrl in libcrypto.a(bss_file.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status

&lt;/pre&gt;

The lipo trick does not help in here,
since the problem is in the underlying library.

I do not know a spell to fix this.

Does anyone do?</description>
		<content:encoded><![CDATA[<p>Building on i386 emulator however requires<br />
some special spell I do not know.</p>
<p>Just using openssl build on target will not do.<br />
This seems to be happening when trying to link<br />
on i386 on OSX 10.6: </p>
<pre>

  "_fopen$UNIX2003", referenced from:
      _BIO_new_file in libcrypto.a(bss_file.o)
      _file_ctrl in libcrypto.a(bss_file.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status
</pre>
<p>The lipo trick does not help in here,<br />
since the problem is in the underlying library.</p>
<p>I do not know a spell to fix this.</p>
<p>Does anyone do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tutorial: How To Compile OpenSSL for the iPhone by Joonas Kekoni</title>
		<link>http://www.therareair.com/2009/01/01/tutorial-how-to-compile-openssl-for-the-iphone/comment-page-1/#comment-254</link>
		<dc:creator>Joonas Kekoni</dc:creator>
		<pubDate>Mon, 08 Mar 2010 10:52:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.therareair.com/?p=181#comment-254</guid>
		<description>Adding headers to your project is not mentioned.

AFAIk there is no GUI tool for that, 
you need to add the headers into your project, by editing .xcodeproj by hand.
  GCC_PREFIX_HEADER = iPhoneClient_Prefix.pch;
  HEADER_SEARCH_PATHS = (
  /usr/include/libxml2,                                      /Users/jkekoni/Desktop/openssl_arm/include,                                );
  INFOPLIST_FILE = Info.plist;</description>
		<content:encoded><![CDATA[<p>Adding headers to your project is not mentioned.</p>
<p>AFAIk there is no GUI tool for that,<br />
you need to add the headers into your project, by editing .xcodeproj by hand.<br />
  GCC_PREFIX_HEADER = iPhoneClient_Prefix.pch;<br />
  HEADER_SEARCH_PATHS = (<br />
  /usr/include/libxml2,                                      /Users/jkekoni/Desktop/openssl_arm/include,                                );<br />
  INFOPLIST_FILE = Info.plist;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tutorial: How To Static Analyze Your Objective-C Code Using the Clang Static Analyzer Tool by houman</title>
		<link>http://www.therareair.com/2008/09/26/tutorial-how-to-static-analyze-your-objective-c-code-using-the-clang-static-analyzer-tool/comment-page-1/#comment-231</link>
		<dc:creator>houman</dc:creator>
		<pubDate>Mon, 28 Dec 2009 02:59:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.therareair.com/?p=74#comment-231</guid>
		<description>Very very good tutorial, short and complete .

Well done mate, Well done.</description>
		<content:encoded><![CDATA[<p>Very very good tutorial, short and complete .</p>
<p>Well done mate, Well done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tutorial: How To Compile OpenSSL for the iPhone by Carles Cufi</title>
		<link>http://www.therareair.com/2009/01/01/tutorial-how-to-compile-openssl-for-the-iphone/comment-page-1/#comment-228</link>
		<dc:creator>Carles Cufi</dc:creator>
		<pubDate>Mon, 21 Dec 2009 12:54:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.therareair.com/?p=181#comment-228</guid>
		<description>Just a quick note, if you are trying to build the simulator libraries by replacing the iPhoneOS paths with the simulator, you may encounter a  linking error trying to link to crt1.10.6.o

You can run this to fix it:
cd /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.0.sdk/usr/lib
sudo ln -s crt1.10.5.o crt1.10.6.o</description>
		<content:encoded><![CDATA[<p>Just a quick note, if you are trying to build the simulator libraries by replacing the iPhoneOS paths with the simulator, you may encounter a  linking error trying to link to crt1.10.6.o</p>
<p>You can run this to fix it:<br />
cd /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.0.sdk/usr/lib<br />
sudo ln -s crt1.10.5.o crt1.10.6.o</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tutorial: How To Compile OpenSSL for the iPhone by John Carter</title>
		<link>http://www.therareair.com/2009/01/01/tutorial-how-to-compile-openssl-for-the-iphone/comment-page-1/#comment-220</link>
		<dc:creator>John Carter</dc:creator>
		<pubDate>Thu, 26 Nov 2009 03:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.therareair.com/?p=181#comment-220</guid>
		<description>You are awesome. Just ran through your steps (with a couple of tweaks for GCC 4.2 and SDK 3.1.2) and it worked 100%

Thank you</description>
		<content:encoded><![CDATA[<p>You are awesome. Just ran through your steps (with a couple of tweaks for GCC 4.2 and SDK 3.1.2) and it worked 100%</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows: NRA DMSA to M3U Converter v2.3 by Eric</title>
		<link>http://www.therareair.com/2008/06/28/windows-nra-dmsa-to-m3u-converter-v22/comment-page-1/#comment-217</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Mon, 23 Nov 2009 21:25:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.therareair.com/?p=60#comment-217</guid>
		<description>You can email me your nra file and I can take a look if you wish.  What version of Nero 8 do you have?</description>
		<content:encoded><![CDATA[<p>You can email me your nra file and I can take a look if you wish.  What version of Nero 8 do you have?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows: NRA DMSA to M3U Converter v2.3 by lionheart</title>
		<link>http://www.therareair.com/2008/06/28/windows-nra-dmsa-to-m3u-converter-v22/comment-page-1/#comment-216</link>
		<dc:creator>lionheart</dc:creator>
		<pubDate>Mon, 23 Nov 2009 20:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.therareair.com/?p=60#comment-216</guid>
		<description>Thanks for putting this together. I&#039;ve got the most updated Java there is and am working with playlists made in Nero8. I&#039;ve tried on windows 7 &amp; Vista and both times the file it generates is 0bytes (has nothing in it).... any ideas?</description>
		<content:encoded><![CDATA[<p>Thanks for putting this together. I&#8217;ve got the most updated Java there is and am working with playlists made in Nero8. I&#8217;ve tried on windows 7 &amp; Vista and both times the file it generates is 0bytes (has nothing in it)&#8230;. any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tutorial: How to Setup Icefaces for JBoss 5.0 in Eclipse by praveen</title>
		<link>http://www.therareair.com/2009/03/28/tutorial-how-to-setup-icefaces-for-jboss-50-in-eclipse/comment-page-1/#comment-215</link>
		<dc:creator>praveen</dc:creator>
		<pubDate>Sun, 22 Nov 2009 07:43:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.therareair.com/?p=260#comment-215</guid>
		<description>Very much appreciate your efforts in putting down these steps. Helped me save a night-out in trying to deploy icefaces app on jboss 5. Thanks very much.
 
Some of steps are not applicable for Eclipse Galileo on jboss 5.1 although the documentation that comes with the icefaces plugin might fill that gap.</description>
		<content:encoded><![CDATA[<p>Very much appreciate your efforts in putting down these steps. Helped me save a night-out in trying to deploy icefaces app on jboss 5. Thanks very much.</p>
<p>Some of steps are not applicable for Eclipse Galileo on jboss 5.1 although the documentation that comes with the icefaces plugin might fill that gap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tutorial: How To Compile OpenSSL for the iPhone by Steven</title>
		<link>http://www.therareair.com/2009/01/01/tutorial-how-to-compile-openssl-for-the-iphone/comment-page-1/#comment-189</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Mon, 14 Sep 2009 13:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.therareair.com/?p=181#comment-189</guid>
		<description>What would you charge to get a basic SSH implementation up and working, I want to drop it into my project and send a message of where to connect (with user/pwd/server/etc) and the command I want executed.  The class should close the connection and return the output from the command executed.</description>
		<content:encoded><![CDATA[<p>What would you charge to get a basic SSH implementation up and working, I want to drop it into my project and send a message of where to connect (with user/pwd/server/etc) and the command I want executed.  The class should close the connection and return the output from the command executed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
