On Thu, Feb 26, 2009 at 11:41:17AM +0200, Meir Yanovich <[email protected]> wrote: > im new to the swftools , and im compiling the swftools in Debian using the > configure;make;make install > now every thing is compiling except the pdf2swf and avi2swf didn't not > created and i don't get any error in the > make files . > ... > > where is the exec file ? what im missing here ?
You probably missed a problem during ./configure. If libraries needed for pdf2swf (like freetype or jpeglib) are missing, pdf2swf is not compiled. Greetings Matthias
