When building swftools on Solaris 10 (x86, I get this following error:

# make install
making install in m4...
cd m4;make install
making install in lib...
cd lib;make install
making install in lib/pdf...
cd lib/pdf;make install
making install in lib...
cd lib;make install
making install in lib/python...
cd lib/python;make install
making install in src...
cd src;make install
/bin/bash ../mkinstalldirs /usr/local/bin
/bin/bash ../mkinstalldirs /usr/local/share/man/man1
installing wav2swf to /usr/local/bin
bash: ./install-sh: No such file or directory
*** Error code 1
The following command caused the error:
for file in wav2swf png2swf swfcombine swfstrings swfextract swfdump swfc
jpeg2swf  swfbbox font2swf swfrender as3compile pdf2swf swfbytes; do if test
-f $file;then echo installing $file to /usr/local/bin;./install-sh -c $file
/usr/local/bin/`echo $file|sed 's/$//'|sed 's,x,x,'|sed
's/$//'`;ff=./$file.1; inst=`echo $file | sed 's,x,x,'`.1; echo
"./install-sh -c -m 644 $ff /usr/local/share/man/man1/$inst"; ./install-sh
-c -m 644 $ff /usr/local/share/man/man1/$inst;fi;done
make: Fatal error: Command failed for target `install'
Current working directory
/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?

Reply via email to