Allegro problem

Hi, I'm using the allegro library under Ubuntu 10.10, when I compile something on my desktop it works, but if I compile or copy the compiled file to another directory, after trying to execute it I get either:
Shutting down Allegro due to signal #11
or
Aborted
Any idea what is going on?
I think signal #11 is Allegro's built-in alert for a segmentation fault. Maybe when you move it (your file) out of the desktop directory it can no longer find a file that it needs?

-Albatross
Last edited on
Thanks, at first I told that the files will be stored in the executable, like .net apps can do.
Topic archived. No new replies allowed.