Installed fine on Ubuntu 10.4, but there are run-time problems:
hack won't start at all; it gives an immediate segfault.
df works OK, but occasionally segfaults.
DT hasn't shown any problems so far.
Haven't tried stonesense.
Here's what happens if I run hack:
./dfhack -g
***snip licensing stuff***
Reading symbols from /home/bdbryant/DwarfFortress/df_linux/libs/Dwarf_Fortress...(no debugging symbols found)...done.
(gdb) run
Starting program: /home/bdbryant/DwarfFortress/df_linux/libs/Dwarf_Fortress
ERROR: ld.so: object './hack/
libdfhack.so' from LD_PRELOAD cannot be preloaded: ignored.
warning: the debug information found in "/lib/ld-2.11.1.so" does not match "/lib/
ld-linux.so.2" (CRC mismatch).
[Thread debugging using libthread_db enabled]
[New Thread 0xf4e05b70 (LWP 7398)]
[New Thread 0xf4604b70 (LWP 7399)]
Loading bindings from data/init/interface.txt
New window size: 1440x450
Font size: 18x18
Resizing grid to 80x25
Resizing font to 18x18
Resetting textures
New window size: 1416x1181
Font size: 18x18
Resizing grid to 80x65
Resizing font to 17x17
[New Thread 0xf3335b70 (LWP 7400)]
[New Thread 0xf2b34b70 (LWP 7401)]
[New Thread 0xf2333b70 (LWP 7402)]
[New Thread 0xf1b32b70 (LWP 7403)]
[New Thread 0xf1331b70 (LWP 7404)]
DFHack is ready. Have a nice day!
Type in '?' or 'help' for general help, 'ls' to see all commands.
Stonesense launched
Using allegro version 5.0.5 r1
[DFHack]#
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xf1331b70 (LWP 7404)]
0xf7487ffd in pthread_mutex_lock () from /lib32/
libpthread.so.0
Suggestions welcome...