<?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: .java to .exe on win32 with Cygwin</title>
	<atom:link href="http://madbean.com/2003/mb2003-55/feed/" rel="self" type="application/rss+xml" />
	<link>http://madbean.com/2003/mb2003-55/</link>
	<description>The other kind of micro blog</description>
	<lastBuildDate>Thu, 19 Jan 2012 22:23:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: dozens</title>
		<link>http://madbean.com/2003/mb2003-55/comment-page-1/#comment-156</link>
		<dc:creator>dozens</dc:creator>
		<pubDate>Mon, 10 Jan 2005 21:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://madbean.com/blog/2003-55#comment-156</guid>
		<description>&lt;p&gt;Ok, I insalled libiconv and can not build and run Test.java within ming32. Is there anyway to staticly link in libiconv so I run the executable from dos ?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ok, I insalled libiconv and can not build and run Test.java within ming32. Is there anyway to staticly link in libiconv so I run the executable from dos ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mizos</title>
		<link>http://madbean.com/2003/mb2003-55/comment-page-1/#comment-155</link>
		<dc:creator>Mizos</dc:creator>
		<pubDate>Sat, 29 May 2004 14:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://madbean.com/blog/2003-55#comment-155</guid>
		<description>&lt;p&gt;Can you compile GUI applications?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Can you compile GUI applications?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Quail</title>
		<link>http://madbean.com/2003/mb2003-55/comment-page-1/#comment-154</link>
		<dc:creator>Matt Quail</dc:creator>
		<pubDate>Tue, 25 May 2004 23:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://madbean.com/blog/2003-55#comment-154</guid>
		<description>&lt;p&gt;worked for me:
$ gcj --main=Test -o Test Test.java
$ ./Test.exe
Hello, world!
$ gcj --version
gcj (GCC) 3.3.1 (cygming special)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>worked for me:<br />
$ gcj &#8211;main=Test -o Test Test.java<br />
$ ./Test.exe<br />
Hello, world!<br />
$ gcj &#8211;version<br />
gcj (GCC) 3.3.1 (cygming special)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: driss</title>
		<link>http://madbean.com/2003/mb2003-55/comment-page-1/#comment-153</link>
		<dc:creator>driss</dc:creator>
		<pubDate>Tue, 25 May 2004 16:36:46 +0000</pubDate>
		<guid isPermaLink="false">http://madbean.com/blog/2003-55#comment-153</guid>
		<description>&lt;p&gt;$ gcj --main=Test -o Test Test.java
/cygdrive/c/DOCUME~1/DANOUNOU/LOCALS~1/Temp/ccg9iXyc.o(.text+0x39): In function &lt;code&gt;main&#039;:
/cygdrive/c/DOCUME~1/DANOUNOU/LOCALS~1/Temp/ccLDUFzr.i: undefined reference to&lt;/code&gt;Test::class$&#039;
collect2: ld returned 1 exit status&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>$ gcj &#8211;main=Test -o Test Test.java<br />
/cygdrive/c/DOCUME~1/DANOUNOU/LOCALS~1/Temp/ccg9iXyc.o(.text+0&#215;39): In function <code>main':<br />
/cygdrive/c/DOCUME~1/DANOUNOU/LOCALS~1/Temp/ccLDUFzr.i: undefined reference to</code>Test::class$&#8217;<br />
collect2: ld returned 1 exit status</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arun</title>
		<link>http://madbean.com/2003/mb2003-55/comment-page-1/#comment-152</link>
		<dc:creator>arun</dc:creator>
		<pubDate>Sat, 22 Nov 2003 19:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://madbean.com/blog/2003-55#comment-152</guid>
		<description>&lt;p&gt;Let me test it&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Let me test it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arun</title>
		<link>http://madbean.com/2003/mb2003-55/comment-page-1/#comment-151</link>
		<dc:creator>arun</dc:creator>
		<pubDate>Sat, 22 Nov 2003 19:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://madbean.com/blog/2003-55#comment-151</guid>
		<description>&lt;p&gt;le tme test it&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>le tme test it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Quail</title>
		<link>http://madbean.com/2003/mb2003-55/comment-page-1/#comment-150</link>
		<dc:creator>Matt Quail</dc:creator>
		<pubDate>Sun, 28 Sep 2003 08:15:09 +0000</pubDate>
		<guid isPermaLink="false">http://madbean.com/blog/2003-55#comment-150</guid>
		<description>&lt;p&gt;You can install libiconv via the Cygwin setup.exe&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You can install libiconv via the Cygwin setup.exe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Does NOT work for me</title>
		<link>http://madbean.com/2003/mb2003-55/comment-page-1/#comment-149</link>
		<dc:creator>Does NOT work for me</dc:creator>
		<pubDate>Sat, 27 Sep 2003 17:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://madbean.com/blog/2003-55#comment-149</guid>
		<description>&lt;p&gt;% uname -a
CYGWIN_NT-5.0 SKANGA-W2K3 1.5.5(0.94/3/2) 2003-09-20 16:31 i686 unknown unknown Cygwin&lt;/p&gt;

&lt;p&gt;% cat Test.java
public class Test {
    public static void main(String[] args)  {
        System.out.println(&quot;Hello, world!&quot;);
    }
}&lt;/p&gt;

&lt;p&gt;% gcj --main=Test -o Test Test.java
/usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../../i686-pc-cygwin/bin/ld: cannot
find -liconv
collect2: ld returned 1 exit status&lt;/p&gt;

&lt;p&gt;Maybe I need to install something else? Any ideas&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>% uname -a<br />
CYGWIN_NT-5.0 SKANGA-W2K3 1.5.5(0.94/3/2) 2003-09-20 16:31 i686 unknown unknown Cygwin</p>
<p>% cat Test.java<br />
public class Test {<br />
    public static void main(String[] args)  {<br />
        System.out.println(&quot;Hello, world!&quot;);<br />
    }<br />
}</p>
<p>% gcj &#8211;main=Test -o Test Test.java<br />
/usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../../i686-pc-cygwin/bin/ld: cannot<br />
find -liconv<br />
collect2: ld returned 1 exit status</p>
<p>Maybe I need to install something else? Any ideas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bjd</title>
		<link>http://madbean.com/2003/mb2003-55/comment-page-1/#comment-148</link>
		<dc:creator>bjd</dc:creator>
		<pubDate>Sat, 27 Sep 2003 01:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://madbean.com/blog/2003-55#comment-148</guid>
		<description>&lt;p&gt;makes me want to install cygwin again now. used to use it ages ago but had moral issues with trying to make my non-unix based OS look like unix.
but i&#039;m willing to give it a shot again. i hate windows enough to make it happen.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>makes me want to install cygwin again now. used to use it ages ago but had moral issues with trying to make my non-unix based OS look like unix.<br />
but i&#8217;m willing to give it a shot again. i hate windows enough to make it happen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Quail</title>
		<link>http://madbean.com/2003/mb2003-55/comment-page-1/#comment-147</link>
		<dc:creator>Matt Quail</dc:creator>
		<pubDate>Fri, 26 Sep 2003 22:08:25 +0000</pubDate>
		<guid isPermaLink="false">http://madbean.com/blog/2003-55#comment-147</guid>
		<description>&lt;p&gt;The .exe is about 2.5 MB. I assume that represents alot of &quot;overhead&quot;.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;
$ ls -l Test.exe
-rwxrwxrwx    1 matt     None      2723868 Sep 26 08:32 Test.exe
&lt;/code&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The .exe is about 2.5 MB. I assume that represents alot of &quot;overhead&quot;.</p>
<p><code><br />
$ ls -l Test.exe<br />
-rwxrwxrwx    1 matt     None      2723868 Sep 26 08:32 Test.exe<br />
</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

