Seems there's an issue during the configure process when compiling swftools 0.9.2 on RHEL 5.8 (x86_64).
Essentially, after running `./configure`, the `swfs/Makefile` ends up with the following commands on lines 44 and 46 respectively: rm -f $(pkgdatadir)/swfs/default_viewer.swf -o -L $(pkgdatadir)/swfs/default_viewer.swf rm -f $(pkgdatadir)/swfs/default_loader.swf -o -L $(pkgdatadir)/swfs/default_loader.swf The issue is that the `rm` command on this system knows nothing about the -o or the -L options. As such, `make install` ends up failing until these are removed. Unsure where the best location to report bugs is (can't locate a tracker) so hope this is okay. Cheers, David
--------------- SWFTools-common is a self-managed list. To subscribe/unsubscribe, or amend an existing subscription, please kindly point your favourite web browser at:<http://lists.nongnu.org/mailman/listinfo/swftools-common>
