<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>Minimal DJGPP</title>
		<link>http://www.allegro.cc/forums/view/586488</link>
		<description>Allegro.cc Forum Thread</description>
		<webMaster>matthew@allegro.cc (Matthew Leverton)</webMaster>
		<lastBuildDate>Mon, 17 Jul 2006 01:16:43 +0000</lastBuildDate>
	</channel>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Hi folks, <img src="http://www.allegro.cc/forums/smileys/cheesy.gif" alt=":D" /><br />i was wondering if could exists a minimal version of the DJGPP compiler; i see that it groups a lot of .zip packages, about six for the basic version. So what are the most useful files for compiling with Allegro? What happen if I use, for example, only gcc.exe and make.exe? <img src="http://www.allegro.cc/forums/smileys/rolleyes.gif" alt="::)" /><br />I&#39;m a minimal freaker, sorry for my odd habit <img src="http://www.allegro.cc/forums/smileys/wink.gif" alt=";)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Tobler)</author>
		<pubDate>Sat, 15 Jul 2006 15:09:26 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Tobler, get over it.   what do you think you are achieving by this fetish ?</p><p>Use the zip picker.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (A J)</author>
		<pubDate>Sat, 15 Jul 2006 19:31:40 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>What is the reason you want to use DJGPP? If you want to make games that run on Windows, you should use MinGW, because DJGPP is for DOS.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (miran)</author>
		<pubDate>Sat, 15 Jul 2006 19:40:05 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Ehehe I know I&#39;m fetish <img src="http://www.allegro.cc/forums/smileys/grin.gif" alt=";D" /></p><p>I&#39;m a beginner in game programming and I want to start in dos, avoiding windows management and other visual things; surely mingGW will be my next step.</p><p>In any case... what happens if I use only the .exe compiler? There are other linked programs hidden in the dirs (bin, lib, etc)? That&#39;s the point. <br />Then I&#39;ll have a shower <img src="http://www.allegro.cc/forums/smileys/lipsrsealed.gif" alt=":-X" /><img src="http://www.allegro.cc/forums/smileys/lipsrsealed.gif" alt=":-X" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Tobler)</author>
		<pubDate>Sun, 16 Jul 2006 15:07:04 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
I&#39;m a beginner in game programming and I want to start in dos, avoiding windows management and other visual things; surely mingGW will be my next step.
</p></div></div><p>
MinGW is the <b>exact same thing</b> as DJGPP except that it produces exe files that run in Windows. DJGPP produces exe files that DO NOT run in Windows XP but only in DOS.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (miran)</author>
		<pubDate>Sun, 16 Jul 2006 15:14:57 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
I&#39;m a beginner in game programming and I want to start in dos, avoiding windows management and other visual things;
</p></div></div><p>
Allegro does this for you. You can use Allegro with Windows as easily as with DOS. <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" /></p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
In any case... what happens if I use only the .exe compiler? There are other linked programs hidden in the dirs (bin, lib, etc)?
</p></div></div><p>
AFAIK gcc.exe is just a program that invokes other programs (compilers, preprocessors, linkers, etc), which sit in &quot;bin&quot; directory. &quot;lib&quot; directory contains libraries, including standard library with all standard functions (math, text routines, file operations, etc). &quot;include&quot; directory contains files you can include (like &lt;stdio.h&gt;) that describe functions in libraries. To sum it up, they all are important. <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Krzysztof Kluczek)</author>
		<pubDate>Sun, 16 Jul 2006 15:17:17 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Thanx a lot guys!</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
DJGPP produces exe files that DO NOT run in Windows XP but only in DOS.
</p></div></div><p>

I didn&#39;t know that <img src="http://www.allegro.cc/forums/smileys/shocked.gif" alt=":o" /></p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
gcc.exe is just a program that invokes other programs
</p></div></div><p>

and this too.</p><p>OT: Krzysztof, soon I&#39;ll come to Poland <img src="http://www.allegro.cc/forums/smileys/grin.gif" alt=";D" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Tobler)</author>
		<pubDate>Sun, 16 Jul 2006 19:31:48 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>About DJGPP</p><p>Get the README.1ST &amp; the faq file from dj site.  Some of that stuff is old too, it still says that physical mem is restricted to 256Mb, but the latest couple versions of djgpp can see all of my gigabyte.</p><p>Also, the file handling stuff that has to talk to DOS has to move it from your data segment to the (16k by default) transfer buffer, then get dos to read/write that, same for swap, so file stuff is <u>really</u> slow.  I remember trying to mess with huge texture files with Allegro &amp; Djgpp that were bigger than my physical memory, after 45 minutes it still had&#39;nt finished loading the source file, but in Winduhs or Linux, allegro loaded it up and finished the whole program in 3 minutes.</p><p>Also, you don&#39;t have any hardware acceleration in dos, except the SciTech thing, which  is pretty much abandoned in obsolete vidcard land.</p><p>About being a minimalist,  I got a 200Gb hard drive from Staples computer store a month ago for $70 US.  If you were to install DOS on it and type in ASCII files with the EDIT thing, and you could type 35 words per minute, it&#39;d take you 30-50 lifetimes to fill it up even if you sat there 24/7, no breaks for Christmas, eating, sleeping or anything.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Arthur Kalliokoski)</author>
		<pubDate>Sun, 16 Jul 2006 23:06:40 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
About being a minimalist, I got a 200Gb hard drive from Staples computer store a month ago for $70 US. If you were to install DOS on it and type in ASCII files with the EDIT thing, and you could type 35 words per minute, it&#39;d take you 30-50 lifetimes to fill it up even if you sat there 24/7, no breaks for Christmas, eating, sleeping or anything.
</p></div></div><p>

Why sitting so long? Put a stone onto the keyboard! <img src="http://www.allegro.cc/forums/smileys/wink.gif" alt=";)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Michael Faerber)</author>
		<pubDate>Mon, 17 Jul 2006 01:16:43 +0000</pubDate>
	</item>
</rss>
