On 25/08/13 16:39, lux-integ wrote:

> I tried installing the compiled swftools-0.9.2 and it ended like this:-
>
> #--------------------------------
> mkdir /usr/local/share/swftools/swfs
> /usr/bin/install -c -m 644 ./simple_viewer.swf
> /usr/local/share/swftools/swfs/simple_viewer.swf
> /usr/bin/install -c -m 644 ./keyboard_viewer.swf
> /usr/local/share/swftools/swfs/keyboard_viewer.swf
> /usr/bin/install -c -m 644 ./PreLoaderTemplate.swf
> /usr/local/share/swftools/swfs/PreLoaderTemplate.swf
> /usr/bin/install -c -m 644 ./tessel_loader.swf
> /usr/local/share/swftools/swfs/tessel_loader.swf
> /usr/bin/install -c -m 644 ./swft_loader.swf
> /usr/local/share/swftools/swfs/swft_loader.swf
> rm -f /usr/local/share/swftools/swfs/default_viewer.swf -o -L
> /usr/local/share/swftools/swfs/default_viewer.swf
> rm: invalid option -- 'o'
> Try 'rm --help' for more information.
> make[1]: *** [install] Error 1
> #--------------------------------
> I did a 'man rm' and tere is no
> rm -o  nor
> rm -L
>
> So  can one assume that this error is just a Makefile error that can be
> ignored ?

It looks like a bug in the Makefile in 'swfs' - try this before the 
'configure':

     sed -i 's@-o -L $(pkgdatadir)/swfs/default_loader.swf@@' 
swfs/Makefile.in
     sed -i 's@-o -L $(pkgdatadir)/swfs/default_viewer.swf@@' 
swfs/Makefile.in

David
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to