<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>How to install jpgalleg for allegro 4.4.2</title>
		<link>http://www.allegro.cc/forums/view/608481</link>
		<description>Allegro.cc Forum Thread</description>
		<webMaster>matthew@allegro.cc (Matthew Leverton)</webMaster>
		<lastBuildDate>Mon, 03 Oct 2011 13:50:50 +0000</lastBuildDate>
	</channel>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Hello everybody. I need some help. Could anyone give me a step-by-step instruction, how to istall jpgalleg for allegro 4.4.2? Thanks <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Yashman)</author>
		<pubDate>Fri, 30 Sep 2011 17:26:32 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Read the F***ing Manual provided with it ?</p><p>From memory it should be something like<br />fix.bat mingw32<br />make<br />make install
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (GullRaDriel)</author>
		<pubDate>Fri, 30 Sep 2011 17:36:08 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I read the instruction, but it&#39;s written there &quot;Place the make.exe program in a directory pointed by your $PATH environmental variable and you&#39;re done.&quot;. I don&#39;t understand, where exactly I have to put the make.exe file <img src="http://www.allegro.cc/forums/smileys/huh.gif" alt="???" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Yashman)</author>
		<pubDate>Fri, 30 Sep 2011 18:50:36 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Set your Environment Variables as explained <a href="http://wiki.allegro.cc/index.php?title=Installing_MinGW">here</a>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (AMCerasoli)</author>
		<pubDate>Fri, 30 Sep 2011 23:06:07 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Ok, I installed jpgalleg, but when I compile my project, compiler writes :<br /> i:\gw\lib\crt2.o(.text+0x8) In function `_mingw_CRTStartup&#39;: <br />    [Linker error] undefined reference to `__dyn_tls_init_callback&#39; <br />    [Linker error] undefined reference to `__cpu_features_init&#39; <br />What&#39;s the matter?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Yashman)</author>
		<pubDate>Sun, 02 Oct 2011 18:21:14 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Are you using an IDE?</p><p>If you do, you&#39;re not linking correctly to the MinGW compiler. </p><p>If you don&#39;t, I have no idea, since I have always used an IDE.</p><p>You could also have a mess of different compilers there... or something. If you&#39;re sign Code::Blocks you should have something like this:</p><p><span class="remote-thumbnail"><span class="json">{"name":"400px-Auto.jpg","src":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/9\/c\/9c897c1c060a8faf888a76b969cdcbc3.jpg","w":400,"h":493,"tn":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/9\/c\/9c897c1c060a8faf888a76b969cdcbc3"}</span><img src="http://www.allegro.cc//djungxnpq2nug.cloudfront.net/image/cache/9/c/9c897c1c060a8faf888a76b969cdcbc3-240.jpg" alt="400px-Auto.jpg" width="240" height="295" /></span>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (AMCerasoli)</author>
		<pubDate>Sun, 02 Oct 2011 21:02:58 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Post a full transcript of your compilation command and the results.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Edgar Reynaldo)</author>
		<pubDate>Mon, 03 Oct 2011 03:23:11 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Don&#39;t know what those linker errors are exactly, but usually they mean that you are missing the lib file. It might be at the right place on your hard disk, but your project doesn&#39;t include it. </p><p>I use Dev-Cpp for my Allegro 4 projects. After compiling the jpgalleg library, I&#39;ve moved the libjpgal.a file to the <tt>/lib</tt> directory under C:/mingw/ and the jpgalleg.h file to the /include directory. </p><p>In my project settings (Project-&gt;Project options-&gt;Parameters-&gt;Linker) I include the line -ljpgal there. If you have a project setup for Allegro, you should have -lalleg there. Add -ljpgal there on its own line, before -lalleg. </p><p>In Code::Blocks I guess it&#39;s Project-&gt;Project build options-&gt;Linker settings and the frame &quot;Link libraries:&quot;</p><p>If you just use command lines, I guess you have to compare how the makefile is written for a normal allegro project, or how you write the command line. Where you see the -lalleg thing, add before it the -ljpgal thing.</p><p>If this doesn&#39;t work, I guess your compilation of the jpgalleg library has failed.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Johan Halmén)</author>
		<pubDate>Mon, 03 Oct 2011 13:50:50 +0000</pubDate>
	</item>
</rss>
