compile notes `````````````` Grab the source from: http://martin.gleeson.com/fly/dist/fly-2.0.0.tar.gz In order to compile fly I had to remove the -lttf lib option: --- Makefile.orig 2001-11-25 19:39:28.000000000 +1100 +++ Makefile 2007-12-07 03:10:12.000000000 +1100 @@ -10,7 +10,7 @@ CC = gcc CFLAGS = -O -pedantic -Wall $(INCDIRS) $(LIBDIRS) -LIBS = -lgd -lm -lz -lttf -lpng -ljpeg #-lXpm +LIBS = -lgd -lm -lz -lpng -ljpeg #-lXpm all: fly After compiling fly, copy the binary to /usr/bin. A Slackware package for fly is available from SBo: http://slackbuilds.org