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?