tags 553647 patch thanks Hello,
We applied the attached patch to fix the issue in Ubuntu.
Index: airstrike-0.99+1.0pre6a/src/Makefile =================================================================== --- airstrike-0.99+1.0pre6a.orig/src/Makefile 2011-01-01 09:57:25.000000000 +0000 +++ airstrike-0.99+1.0pre6a/src/Makefile 2011-01-01 09:57:34.000000000 +0000 @@ -5,7 +5,7 @@ OBJECTS:= $(CFILES:.c=.o) airstrike: $(OBJECTS) - $(CC) -o $@ $(CFLAGS) $(OBJECTS) `sdl-config --libs` -lSDL_image + $(CC) -o $@ $(CFLAGS) $(OBJECTS) `sdl-config --libs` -lSDL_image -lm airstrike-sound: $(OBJECTS) $(CC) -o $@ $(CFLAGS) $(OBJECTS) `sdl-config --libs` -lSDL_image -lSDL_mixer