X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=FAQ;h=93e77703be7304484b48923b1908059bbe20e613;hb=9a0c8e1b682a8ce8856af78c4740f3bb1763f3f4;hp=45e04fededa63bebcdc16594a2174798975be93e;hpb=fea6fa95393fb3adb0fde36111671a892599e818;p=swftools.git diff --git a/FAQ b/FAQ index 45e04fe..93e7770 100644 --- a/FAQ +++ b/FAQ @@ -26,6 +26,7 @@ In case some of your libraries/include files are installed in /usr/local, try the following: + rm -f config.cache LDFLAGS="-L/usr/local/lib" CPPFLAGS="-I/usr/local/include" ./configure Furthermore, a new installation of jpeglib (the following assumes it's in @@ -34,6 +35,9 @@ ranlib /usr/local/lib/libjpeg.a ldconfig /usr/local/lib + If it still doesn't work, try removing the file "config.cache" + before running configure again. + 4.) Is there a pdf2swf for Windows? No. pdf2swf only runs on Unix platforms, like Linux, *BSD, MacOS X, etc.