<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>Allegro runtime problems?</title>
		<link>http://www.allegro.cc/forums/view/595777</link>
		<description>Allegro.cc Forum Thread</description>
		<webMaster>matthew@allegro.cc (Matthew Leverton)</webMaster>
		<lastBuildDate>Thu, 03 Apr 2008 04:27:18 +0000</lastBuildDate>
	</channel>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Errors when running games on linux:</p><p>liquidwar: symbol lookup error: /usr/local/lib/liballeg.so.4.2: undefined symbol: _blender_trans24</p><p>and</p><p>matrem: symbol lookup error: /usr/local/lib/liballeg.so.4.2: undefined symbol: _blender_trans24</p><p>the same error, really.<br />I have installed the latest allegro libraries including the dev packages.<br />How do I solve this?</p><p>Also, when I try to run a program I wrote in allegro I get :</p><p>Fatal error: unable to set GFX_SAFE<br />Shutting down Allegro due to signal #11<br />Segmentation fault (core dumped)</p><p>From this code:</p><p>#include &lt;allegro.h&gt;</p><p>int main(void) {</p><p>allegro_init();</p><p>set_gfx_mode(GFX_SAFE, 640, 480, 0, 0);</p><p>install_keyboard();</p><p>textout_ex(screen, font, &quot;Hello World!&quot;, 1, 1, 10, -1);</p><p>textout_ex(screen, font, &quot;Press ESCape to quit.&quot;, 1, 12, 11, -1);</p><p>while(! key[KEY_ESC]) { };</p><p>allegro_exit();</p><p>return 0;</p><p>}</p><p>END_OF_MAIN()</p><p>Please help!!!
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (personjerry)</author>
		<pubDate>Sun, 30 Mar 2008 08:52:28 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>How are you compiling and linking your program?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Thomas Fjellstrom)</author>
		<pubDate>Sun, 30 Mar 2008 12:21:25 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>You need to link against `allegro-config --libs`, which is more than just the base Allegro library.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Matthew Leverton)</author>
		<pubDate>Sun, 30 Mar 2008 19:29:25 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>hello, <br />i compiling like that </p><p>cc main.c
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (ballout merouen)</author>
		<pubDate>Mon, 31 Mar 2008 03:16:07 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>That is how I compile the program (with `allegro-config --libs release`).
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (personjerry)</author>
		<pubDate>Thu, 03 Apr 2008 04:25:31 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Then you are doing it wrong. Compile like this</p><div class="source-code snippet"><div class="inner"><pre>gcc main.c <span class="k3">-</span>o main `allegro-config <span class="k3">-</span><span class="k3">-</span>libs`
</pre></div></div><p>

[edit] you edited
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (kazzmir)</author>
		<pubDate>Thu, 03 Apr 2008 04:27:18 +0000</pubDate>
	</item>
</rss>
