<?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: How to upgrade your MinGW with commonly used libraries</title>
	<atom:link href="http://www.multigesture.net/articles/how-to-upgrade-your-mingw-with-commonly-used-libraries/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.multigesture.net</link>
	<description>A Multi-touch and Multi-gesture research blog</description>
	<lastBuildDate>Tue, 13 Jul 2010 17:05:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Greg Tada</title>
		<link>http://www.multigesture.net/articles/how-to-upgrade-your-mingw-with-commonly-used-libraries/comment-page-1/#comment-8749</link>
		<dc:creator>Greg Tada</dc:creator>
		<pubDate>Tue, 13 Jul 2010 17:05:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.multigesture.net/?page_id=770#comment-8749</guid>
		<description>Now I can&#039;t seem to get libtiff to build. Getting a recursive error during link stage (object name conflicts in archive).</description>
		<content:encoded><![CDATA[<p>Now I can&#8217;t seem to get libtiff to build. Getting a recursive error during link stage (object name conflicts in archive).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Tada</title>
		<link>http://www.multigesture.net/articles/how-to-upgrade-your-mingw-with-commonly-used-libraries/comment-page-1/#comment-8748</link>
		<dc:creator>Greg Tada</dc:creator>
		<pubDate>Tue, 13 Jul 2010 16:59:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.multigesture.net/?page_id=770#comment-8748</guid>
		<description>I was able to compile zlib. Here&#039;s what I did: 

tar --lzma -xvf 
./msys-build-zlib zlib-1.2.5.tar.bz2
patch &lt; 
./configure -prefix=/mingw
make
make install
gcc -shared -o /mingw/bin/zlib1.dll -Wl,â€“out-implib=/mingw/lib/libz.dll.a [!em]*.o
make check</description>
		<content:encoded><![CDATA[<p>I was able to compile zlib. Here&#8217;s what I did: </p>
<p>tar &#8211;lzma -xvf<br />
./msys-build-zlib zlib-1.2.5.tar.bz2<br />
patch &lt;<br />
./configure -prefix=/mingw<br />
make<br />
make install<br />
gcc -shared -o /mingw/bin/zlib1.dll -Wl,â€“out-implib=/mingw/lib/libz.dll.a [!em]*.o<br />
make check</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jV</title>
		<link>http://www.multigesture.net/articles/how-to-upgrade-your-mingw-with-commonly-used-libraries/comment-page-1/#comment-6676</link>
		<dc:creator>jV</dc:creator>
		<pubDate>Mon, 31 May 2010 07:12:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.multigesture.net/?page_id=770#comment-6676</guid>
		<description>cp win32/makefile.gcc makefile.gcc doesn&#039;t work at all and I cant find anything that works on the net.</description>
		<content:encoded><![CDATA[<p>cp win32/makefile.gcc makefile.gcc doesn&#8217;t work at all and I cant find anything that works on the net.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Henard</title>
		<link>http://www.multigesture.net/articles/how-to-upgrade-your-mingw-with-commonly-used-libraries/comment-page-1/#comment-6409</link>
		<dc:creator>Frank Henard</dc:creator>
		<pubDate>Thu, 13 May 2010 18:50:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.multigesture.net/?page_id=770#comment-6409</guid>
		<description>I found this in http://www.gaia-gis.it/spatialite-2.4.0/mingw_how_to.html:

cd zlib123
cp win32/makefile.gcc makefile.gcc

That may be what I need.</description>
		<content:encoded><![CDATA[<p>I found this in <a href="http://www.gaia-gis.it/spatialite-2.4.0/mingw_how_to.html" rel="nofollow">http://www.gaia-gis.it/spatialite-2.4.0/mingw_how_to.html</a>:</p>
<p>cd zlib123<br />
cp win32/makefile.gcc makefile.gcc</p>
<p>That may be what I need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Henard</title>
		<link>http://www.multigesture.net/articles/how-to-upgrade-your-mingw-with-commonly-used-libraries/comment-page-1/#comment-6407</link>
		<dc:creator>Frank Henard</dc:creator>
		<pubDate>Thu, 13 May 2010 18:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.multigesture.net/?page_id=770#comment-6407</guid>
		<description>Any ideas on the &quot;Please use win32/Makefile.gcc instead&quot; message?</description>
		<content:encoded><![CDATA[<p>Any ideas on the &#8220;Please use win32/Makefile.gcc instead&#8221; message?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Henard</title>
		<link>http://www.multigesture.net/articles/how-to-upgrade-your-mingw-with-commonly-used-libraries/comment-page-1/#comment-6394</link>
		<dc:creator>Frank Henard</dc:creator>
		<pubDate>Wed, 12 May 2010 12:53:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.multigesture.net/?page_id=770#comment-6394</guid>
		<description>Hi Laurence,

These instructions are a great help.  It has been a long time since I&#039;ve done C++ programming, and what I have done wasn&#039;t advanced.  So on to my question...

I&#039;m trying to install zlib.  I attempted ./configure..., and I&#039;m getting this message:

$ ./configure -prefix=/mingw
Checking for gcc...
Please use win32/Makefile.gcc instead.

Then I tried:

$ make
Please use ./configure first.  Thank you.

Any ideas?

Also, zlib-1.2.3 is not available, but 1.2.5 is.  I installed 1.2.5.  Is that ok?

Finally, any tips on good books to understand C++ and all this dependency stuff?</description>
		<content:encoded><![CDATA[<p>Hi Laurence,</p>
<p>These instructions are a great help.  It has been a long time since I&#8217;ve done C++ programming, and what I have done wasn&#8217;t advanced.  So on to my question&#8230;</p>
<p>I&#8217;m trying to install zlib.  I attempted ./configure&#8230;, and I&#8217;m getting this message:</p>
<p>$ ./configure -prefix=/mingw<br />
Checking for gcc&#8230;<br />
Please use win32/Makefile.gcc instead.</p>
<p>Then I tried:</p>
<p>$ make<br />
Please use ./configure first.  Thank you.</p>
<p>Any ideas?</p>
<p>Also, zlib-1.2.3 is not available, but 1.2.5 is.  I installed 1.2.5.  Is that ok?</p>
<p>Finally, any tips on good books to understand C++ and all this dependency stuff?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurence Muller</title>
		<link>http://www.multigesture.net/articles/how-to-upgrade-your-mingw-with-commonly-used-libraries/comment-page-1/#comment-6212</link>
		<dc:creator>Laurence Muller</dc:creator>
		<pubDate>Wed, 21 Apr 2010 02:22:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.multigesture.net/?page_id=770#comment-6212</guid>
		<description>You need to use msys to compile the libraries. It provides a linux like console and supports ./configure</description>
		<content:encoded><![CDATA[<p>You need to use msys to compile the libraries. It provides a linux like console and supports ./configure</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nikhilsimha</title>
		<link>http://www.multigesture.net/articles/how-to-upgrade-your-mingw-with-commonly-used-libraries/comment-page-1/#comment-6127</link>
		<dc:creator>nikhilsimha</dc:creator>
		<pubDate>Tue, 06 Apr 2010 21:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.multigesture.net/?page_id=770#comment-6127</guid>
		<description>./con... doesn&#039;t work on windows ri8?
or is there a way to make it work</description>
		<content:encoded><![CDATA[<p>./con&#8230; doesn&#8217;t work on windows ri8?<br />
or is there a way to make it work</p>
]]></content:encoded>
	</item>
</channel>
</rss>
