Hi
I tried to compile version 3.3.2 of Angband under Ubuntu 11.10, but it wont work. (downloaded it here)
First I installed all necessary packages:
Then I ran:
But when I try to make the project I get this error while linking:
make install of course returns a error too after that.
Can you help me compile it? The version in the Ubuntu repositories is outdated.
I tried to compile version 3.3.2 of Angband under Ubuntu 11.10, but it wont work. (downloaded it here)
First I installed all necessary packages:
Code:
sudo apt-get install autoconf gcc libc6-dev libncurses5-dev libx11-dev \ libsdl1.2-dev libsdl-ttf2.0-dev libsdl-mixer1.2-dev libsdl-image1.2-dev \ libgtk2.0-dev libglade2-dev
Code:
./configure --prefix=$HOME [...] Configuration: Install path: /home/raycluster binary path: /home/raycluster/games config path: /home/raycluster/etc/angband/ lib path: /home/raycluster/share/angband/ var path: (not used) (with private save and score files in ~/.angband/Angband/) -- Frontends -- - Curses Yes - GTK 2.x Disabled - X11 Yes - SDL Disabled - Test No - Stats No - SDL sound Yes
Code:
make [...] [B]/usr/bin/ld: snd-sdl.o: undefined reference to symbol 'SDL_GetError'[/B] /usr/bin/ld: note: 'SDL_GetError' is defined in DSO /usr/lib/libSDL-1.2.so.0 so try adding it to the linker command line /usr/lib/libSDL-1.2.so.0: could not read symbols: Invalid operation collect2: ld gab 1 als Ende-Status zurück [german for: ld returns 1 as end-status] make[3]: *** [angband] Fehler 1 [german 'Fehler' = error] make[2]: *** [all] Fehler 1 make[1]: *** [subdirs] Fehler 1 make: *** [all] Fehler 1
Can you help me compile it? The version in the Ubuntu repositories is outdated.
Comment