On Wed, Oct 01, 2008 at 12:14:43PM -0700, Henry Jiang <[EMAIL PROTECTED]> wrote: > make[1]: Entering directory `/tmp/swftools-2008-09-26-2010/src' > > gcc -DHAVE_CONFIG_H png2swf.o -o png2swf ../lib/librfxswf.a > ../lib/libbase.a -L/usr/local/lib -lz -lm > > png2swf.o: In function `MovieAddFrame': > > png2swf.c:(.text+0x1da): undefined reference to `swf_SetJPEGBits3' > > png2swf.c:(.text+0x21d): undefined reference to `swf_SetJPEGBits2'
You're missing jpeglib on your system. The next snapshot will fix the compile in that case though, so that you still get all utilities which do not depend on jpeglib. Greetings Matthias
