<?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: Tutorial: iPhone App with compiled OpenSSL Library</title>
	<atom:link href="http://www.x2on.de/2010/02/01/tutorial-iphone-app-with-compiled-openssl-library/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.x2on.de/2010/02/01/tutorial-iphone-app-with-compiled-openssl-library/</link>
	<description>Tutorials for Mac OS X, Linux, Windows, iPhone and more...</description>
	<lastBuildDate>Tue, 24 Aug 2010 14:07:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Felix Schulze</title>
		<link>http://www.x2on.de/2010/02/01/tutorial-iphone-app-with-compiled-openssl-library/comment-page-1/#comment-922</link>
		<dc:creator>Felix Schulze</dc:creator>
		<pubDate>Tue, 13 Jul 2010 17:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.x2on.de/?p=480#comment-922</guid>
		<description>I have made an new tuorial for OpenSSL 1.0! Please have a look at http://www.x2on.de/2010/07/13/tutorial-iphone-app-with-compiled-openssl-1-0-0a-library/</description>
		<content:encoded><![CDATA[<p>I have made an new tuorial for OpenSSL 1.0! Please have a look at <a href="http://www.x2on.de/2010/07/13/tutorial-iphone-app-with-compiled-openssl-1-0-0a-library/" rel="nofollow">http://www.x2on.de/2010/07/13/tutorial-iphone-app-with-compiled-openssl-1-0-0a-library/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tutorial: iPhone App with compiled OpenSSL 1.0.0a Library &#124; x2on.de</title>
		<link>http://www.x2on.de/2010/02/01/tutorial-iphone-app-with-compiled-openssl-library/comment-page-1/#comment-921</link>
		<dc:creator>Tutorial: iPhone App with compiled OpenSSL 1.0.0a Library &#124; x2on.de</dc:creator>
		<pubDate>Tue, 13 Jul 2010 17:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.x2on.de/?p=480#comment-921</guid>
		<description>[...] You can find the tutorial for OpenSSL 0.9.8 at http://www.x2on.de/2010/02/01/tutorial-iphone-app-with-compiled-openssl-library/ [...]</description>
		<content:encoded><![CDATA[<p>[...] You can find the tutorial for OpenSSL 0.9.8 at <a href="http://www.x2on.de/2010/02/01/tutorial-iphone-app-with-compiled-openssl-library/" rel="nofollow">http://www.x2on.de/2010/02/01/tutorial-iphone-app-with-compiled-openssl-library/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kudor gyozo</title>
		<link>http://www.x2on.de/2010/02/01/tutorial-iphone-app-with-compiled-openssl-library/comment-page-1/#comment-917</link>
		<dc:creator>kudor gyozo</dc:creator>
		<pubDate>Mon, 12 Jul 2010 10:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.x2on.de/?p=480#comment-917</guid>
		<description>Hello, I get the following errors when building the arm version. Do I have to change all i386 to armv6 or only in CFLAG in the makefile? I&#039;m building openssl 1.0.0a.

x86cpuid.s:7:bad instruction `pushl %ebp&#039;
x86cpuid.s:8:bad instruction `pushl %ebx&#039;
x86cpuid.s:9:bad instruction `pushl %esi&#039;
x86cpuid.s:10:bad instruction `pushl %edi&#039;
[...]</description>
		<content:encoded><![CDATA[<p>Hello, I get the following errors when building the arm version. Do I have to change all i386 to armv6 or only in CFLAG in the makefile? I&#8217;m building openssl 1.0.0a.</p>
<p>x86cpuid.s:7:bad instruction `pushl %ebp&#8217;<br />
x86cpuid.s:8:bad instruction `pushl %ebx&#8217;<br />
x86cpuid.s:9:bad instruction `pushl %esi&#8217;<br />
x86cpuid.s:10:bad instruction `pushl %edi&#8217;<br />
[...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.x2on.de/2010/02/01/tutorial-iphone-app-with-compiled-openssl-library/comment-page-1/#comment-895</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 29 Jun 2010 17:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.x2on.de/?p=480#comment-895</guid>
		<description>This link http://stackoverflow.com/questions/1550397/no-such-file-or-directory-for-the-files-stdarg-h-and-float-h has a suggested workaround. However as this modifies the base SDK I am not sure it is the best option. Maybe you know of a better way to configure the Makefile to look in the other folder for the specific file.</description>
		<content:encoded><![CDATA[<p>This link <a href="http://stackoverflow.com/questions/1550397/no-such-file-or-directory-for-the-files-stdarg-h-and-float-h" rel="nofollow">http://stackoverflow.com/questions/1550397/no-such-file-or-directory-for-the-files-stdarg-h-and-float-h</a> has a suggested workaround. However as this modifies the base SDK I am not sure it is the best option. Maybe you know of a better way to configure the Makefile to look in the other folder for the specific file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.x2on.de/2010/02/01/tutorial-iphone-app-with-compiled-openssl-library/comment-page-1/#comment-893</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 29 Jun 2010 17:28:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.x2on.de/?p=480#comment-893</guid>
		<description>I ran into the same issue as Don William even though I followed the instruction. After a bit of online research I found the following post : http://lists.apple.com/archives/Xcode-users/2009/Jan/msg00409.html

&quot;Which, for those who haven&#039;t looked in /usr/include/stdarg.h, explains the &quot;No such file&quot; error. That file does a &quot;#include_next &quot; when you&#039;re using GCC, which pulls in the next instance of stdarg.h in the header search path. That &quot;next&quot; instance is in an architecture- specific directory somewhere under /usr/lib/gcc, and it&#039;s *that* one that&#039;s not being found.&quot;

Not quite sure how to fix this. I am using Xcode 3.2.3 and my error is the same as Dons.</description>
		<content:encoded><![CDATA[<p>I ran into the same issue as Don William even though I followed the instruction. After a bit of online research I found the following post : <a href="http://lists.apple.com/archives/Xcode-users/2009/Jan/msg00409.html" rel="nofollow">http://lists.apple.com/archives/Xcode-users/2009/Jan/msg00409.html</a></p>
<p>&#8220;Which, for those who haven&#8217;t looked in /usr/include/stdarg.h, explains the &#8220;No such file&#8221; error. That file does a &#8220;#include_next &#8221; when you&#8217;re using GCC, which pulls in the next instance of stdarg.h in the header search path. That &#8220;next&#8221; instance is in an architecture- specific directory somewhere under /usr/lib/gcc, and it&#8217;s *that* one that&#8217;s not being found.&#8221;</p>
<p>Not quite sure how to fix this. I am using Xcode 3.2.3 and my error is the same as Dons.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix Schulze</title>
		<link>http://www.x2on.de/2010/02/01/tutorial-iphone-app-with-compiled-openssl-library/comment-page-1/#comment-879</link>
		<dc:creator>Felix Schulze</dc:creator>
		<pubDate>Sat, 12 Jun 2010 09:05:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.x2on.de/?p=480#comment-879</guid>
		<description>Then you must change the build settings for your project to remove the warnings. Or build OpenSSL as an Universal-Libary. But i can&#039;t help you with this.</description>
		<content:encoded><![CDATA[<p>Then you must change the build settings for your project to remove the warnings. Or build OpenSSL as an Universal-Libary. But i can&#8217;t help you with this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix Schulze</title>
		<link>http://www.x2on.de/2010/02/01/tutorial-iphone-app-with-compiled-openssl-library/comment-page-1/#comment-878</link>
		<dc:creator>Felix Schulze</dc:creator>
		<pubDate>Sat, 12 Jun 2010 09:03:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.x2on.de/?p=480#comment-878</guid>
		<description>Please read the tutorial twice and do every step. I tested it and it works well with SnowLeopard 10.6.3 and Xcode 3.2 SK. Also change the Path for your openssldir: --openssldir=/&lt;pathtofolder&gt;/openssl-0.9.8o/openssl_i386</description>
		<content:encoded><![CDATA[<p>Please read the tutorial twice and do every step. I tested it and it works well with SnowLeopard 10.6.3 and Xcode 3.2 SK. Also change the Path for your openssldir: &#8211;openssldir=/
<pathtofolder>/openssl-0.9.8o/openssl_i386</pathtofolder>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don Williams</title>
		<link>http://www.x2on.de/2010/02/01/tutorial-iphone-app-with-compiled-openssl-library/comment-page-1/#comment-877</link>
		<dc:creator>Don Williams</dc:creator>
		<pubDate>Fri, 11 Jun 2010 13:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.x2on.de/?p=480#comment-877</guid>
		<description>Okay.  I renamed the files for iPad as suggested.  But I still get the same warnings.

Unfortunately for me, our build policy has &quot;treat warnings as errors&quot; so I cannot ignore the warnings -- even if they are &quot;normal&quot;.</description>
		<content:encoded><![CDATA[<p>Okay.  I renamed the files for iPad as suggested.  But I still get the same warnings.</p>
<p>Unfortunately for me, our build policy has &#8220;treat warnings as errors&#8221; so I cannot ignore the warnings &#8212; even if they are &#8220;normal&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don Williams</title>
		<link>http://www.x2on.de/2010/02/01/tutorial-iphone-app-with-compiled-openssl-library/comment-page-1/#comment-876</link>
		<dc:creator>Don Williams</dc:creator>
		<pubDate>Fri, 11 Jun 2010 13:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.x2on.de/?p=480#comment-876</guid>
		<description>Yes.  &quot;make clean&quot; was done before building for arm.</description>
		<content:encoded><![CDATA[<p>Yes.  &#8220;make clean&#8221; was done before building for arm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix Schulze</title>
		<link>http://www.x2on.de/2010/02/01/tutorial-iphone-app-with-compiled-openssl-library/comment-page-1/#comment-875</link>
		<dc:creator>Felix Schulze</dc:creator>
		<pubDate>Fri, 11 Jun 2010 06:46:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.x2on.de/?p=480#comment-875</guid>
		<description>These warnings are normal. Every lib has only one architecture. You can ignore these warnings.
For iPad you musst rename the &quot;*_arm_sdk3.2.a&quot; to &quot;*_arm.a&quot; and the same with the i386 files.</description>
		<content:encoded><![CDATA[<p>These warnings are normal. Every lib has only one architecture. You can ignore these warnings.<br />
For iPad you musst rename the &#8220;*_arm_sdk3.2.a&#8221; to &#8220;*_arm.a&#8221; and the same with the i386 files.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
