On Thu, Dec 10, 2009 at 11:02:57PM +0800, T H <htv...@gmail.com> wrote:
> /export/home/users/jinkun/software/swftools-2009-08-24-2042/src
> *** Error code 1
> make: Fatal error: Command failed for target `install'
> 
> ./install-sh -c -m 644 ./simple_viewer.swf
> /usr/local/share/swftools/swfs/simple_viewer.swf
> /bin/bash: ./install-sh: No such file or directory
> gmake[1]: *** [install] Error 127
> gmake[1]: Leaving directory
> `/export/home/users/jinkun/software/swftools-2009-08-24-2042/swfs'
> gmake: *** [install] Error 2
> 
> How to fix it?

Oh joy, Solaris :/

Well, looks like make can't find install-sh, for some reason. Since your
compile seemingly went fine, the easiest way to proceed
would probably be to copy the swftools binaries into your system
manually:
    cp src/pdf2swf src/swfcombine src/swfc src/swfdump src/jpeg2swf src/png2swf 
/usr/local/bin/

Matthias



Reply via email to