On Tue, 29 Mar 2005, Jonadab the Unsightly One wrote: > gcc wmftosvg.c wmf.c You probably need: gcc wmftosvg.c wmf.c -lm That include the math library. --Ted