sangeeta chowdhary <sangitachowdhary at ...> writes: > swfdec.c:(.text+0xd5d): undefined reference to `inflateInit_' Looks like -lz is missing. > atrac3.c:(.text.unlikely+0xb9): undefined reference to `sin' Looks like -lm is missing. Carl Eugen