<?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 multitouch and HCI research blog</description> <lastBuildDate>Mon, 30 Jan 2012 12:36:34 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Thedemon007</title><link>http://www.multigesture.net/articles/how-to-upgrade-your-mingw-with-commonly-used-libraries/comment-page-1/#comment-29902</link> <dc:creator>Thedemon007</dc:creator> <pubDate>Sun, 04 Dec 2011 08:49:22 +0000</pubDate> <guid isPermaLink="false">http://www.multigesture.net/?page_id=770#comment-29902</guid> <description>a) zlib http://www.zlib.net/cd into the folder If you try to run ./configure from mingw you will probably get &quot;Please use win32/Makefile.gcc instead.&quot; Do &quot;make -f win32/Makefile.gcc&quot; You will need to add some lines to your path before you can install zlib. Try either of these options. Either way you will run the same make command: &#039;make install -f win32/Makefile.gcc&#039;option 1: prepend the path variable before you call make: &gt;&#039;BINARY_PATH=/mingw/bin INCLUDE_PATH=/mingw/include LIBRARY_PATH=/mingw/lib make install -f win32/Makefile.gcc&#039;option 2: add the path definitions inside your win32/Makefile.gcc file:BINARY_PATH=/mingw/bin INCLUDE_PATH=/mingw/include LIBRARY_PATH=/mingw/lib, then install zlib with &#039;make install -f win32/Makefile.gcc&#039;</description> <content:encoded><![CDATA[<p>a) zlib <a href="http://www.zlib.net/" rel="nofollow">http://www.zlib.net/</a></p><p> cd into the folder<br /> If you try to run ./configure from mingw you will probably get &#8220;Please use win32/Makefile.gcc instead.&#8221;<br /> Do &#8220;make -f win32/Makefile.gcc&#8221;<br /> You will need to add some lines to your path before you can install zlib. Try either of these options. Either way you will run the same make command: &#8216;make install -f win32/Makefile.gcc&#8217;</p><p>option 1: prepend the path variable before you call make: &gt;&#8217;BINARY_PATH=/mingw/bin INCLUDE_PATH=/mingw/include LIBRARY_PATH=/mingw/lib make install -f win32/Makefile.gcc&#8217;</p><p>option 2: add the path definitions inside your win32/Makefile.gcc file:</p><p> BINARY_PATH=/mingw/bin<br /> INCLUDE_PATH=/mingw/include<br /> LIBRARY_PATH=/mingw/lib</p><p>, then install zlib with &#8216;make install -f win32/Makefile.gcc&#8217;</p> ]]></content:encoded> </item> <item><title>By: Dmitry F. Volosnykh</title><link>http://www.multigesture.net/articles/how-to-upgrade-your-mingw-with-commonly-used-libraries/comment-page-1/#comment-20150</link> <dc:creator>Dmitry F. Volosnykh</dc:creator> <pubDate>Sat, 16 Jul 2011 06:47:44 +0000</pubDate> <guid isPermaLink="false">http://www.multigesture.net/?page_id=770#comment-20150</guid> <description>Sorry, before running &quot;make install ...&quot;, you should define variables BINARY_PATH, INCLUDE_PATH, LIBRARY_PATH to appropriate mingw folders. Well, read the win32/Makefile.gcc itself ;)</description> <content:encoded><![CDATA[<p>Sorry, before running &#8220;make install &#8230;&#8221;, you should define variables BINARY_PATH, INCLUDE_PATH, LIBRARY_PATH to appropriate mingw folders. Well, read the win32/Makefile.gcc itself <img src='http://www.multigesture.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Dmitry F. Volosnykh</title><link>http://www.multigesture.net/articles/how-to-upgrade-your-mingw-with-commonly-used-libraries/comment-page-1/#comment-20149</link> <dc:creator>Dmitry F. Volosnykh</dc:creator> <pubDate>Sat, 16 Jul 2011 06:36:34 +0000</pubDate> <guid isPermaLink="false">http://www.multigesture.net/?page_id=770#comment-20149</guid> <description>Instead of copying, you should run &quot;make install -f win32/Makefile.gcc&quot;. So, it conforms standard procedure of building from sources under GNU/Linux: &quot;make &amp;&amp; make install&quot; chain. Good luck.</description> <content:encoded><![CDATA[<p>Instead of copying, you should run &#8220;make install -f win32/Makefile.gcc&#8221;. So, it conforms standard procedure of building from sources under GNU/Linux: &#8220;make &amp;&amp; make install&#8221; chain. Good luck.</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-17087</link> <dc:creator>Laurence Muller</dc:creator> <pubDate>Tue, 03 May 2011 13:31:41 +0000</pubDate> <guid isPermaLink="false">http://www.multigesture.net/?page_id=770#comment-17087</guid> <description>@Brian: Thanks for letting me know, I&#039;ve update and changed the URL to the SF mirror. As always you can also visit http://www.zlib.net/ for the most up to date version of zlib.</description> <content:encoded><![CDATA[<p>@Brian: Thanks for letting me know, I&#8217;ve update and changed the URL to the SF mirror. As always you can also visit <a href="http://www.zlib.net/" rel="nofollow">http://www.zlib.net/</a> for the most up to date version of zlib.</p> ]]></content:encoded> </item> <item><title>By: Brian</title><link>http://www.multigesture.net/articles/how-to-upgrade-your-mingw-with-commonly-used-libraries/comment-page-1/#comment-16931</link> <dc:creator>Brian</dc:creator> <pubDate>Fri, 29 Apr 2011 16:28:56 +0000</pubDate> <guid isPermaLink="false">http://www.multigesture.net/?page_id=770#comment-16931</guid> <description>The zlib link seems to be dead.  Since the rest of the libraries work great, I think it would be great if you found a live link for the newer version.  The dead link can be discouraging to n00bs like me.</description> <content:encoded><![CDATA[<p>The zlib link seems to be dead.  Since the rest of the libraries work great, I think it would be great if you found a live link for the newer version.  The dead link can be discouraging to n00bs like me.</p> ]]></content:encoded> </item> <item><title>By: chris</title><link>http://www.multigesture.net/articles/how-to-upgrade-your-mingw-with-commonly-used-libraries/comment-page-1/#comment-11479</link> <dc:creator>chris</dc:creator> <pubDate>Fri, 29 Oct 2010 20:25:56 +0000</pubDate> <guid isPermaLink="false">http://www.multigesture.net/?page_id=770#comment-11479</guid> <description>if you are running windows vista or later, try to run the console (cmd) as administrator and run the normal postinstallation script manually within this console with administrator rights... this solved the problem for me. i didnt get the error message anymore.if you want to get zlib-1.2.3: http://prdownloads.sourceforge.net/libpng/zlib-1.2.3.tar.gz?download</description> <content:encoded><![CDATA[<p>if you are running windows vista or later, try to run the console (cmd) as administrator and run the normal postinstallation script manually within this console with administrator rights&#8230; this solved the problem for me. i didnt get the error message anymore.</p><p>if you want to get zlib-1.2.3: <a href="http://prdownloads.sourceforge.net/libpng/zlib-1.2.3.tar.gz?download" rel="nofollow">http://prdownloads.sourceforge.net/libpng/zlib-1.2.3.tar.gz?download</a></p> ]]></content:encoded> </item> <item><title>By: Daryl Lee</title><link>http://www.multigesture.net/articles/how-to-upgrade-your-mingw-with-commonly-used-libraries/comment-page-1/#comment-9833</link> <dc:creator>Daryl Lee</dc:creator> <pubDate>Mon, 20 Sep 2010 19:02:34 +0000</pubDate> <guid isPermaLink="false">http://www.multigesture.net/?page_id=770#comment-9833</guid> <description>As a variant on what worked for Greg with zlib, what I did was &quot;make -f win32/makefile.gcc&quot;, and then just copied the *.a files into /mingw/lib and the *.exe into /mingw/bin.  At that point the example.exe seemed to work.</description> <content:encoded><![CDATA[<p>As a variant on what worked for Greg with zlib, what I did was &#8220;make -f win32/makefile.gcc&#8221;, and then just copied the *.a files into /mingw/lib and the *.exe into /mingw/bin.  At that point the example.exe seemed to work.</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-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.gccThat 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>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 5/33 queries in 0.775 seconds using disk: basic
Object Caching 516/526 objects using disk: basic

Served from: www.multigesture.net @ 2012-02-04 07:00:19 -->
