swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Swftools-common] Can't compile swftools 0.9.2 on RHEL 5.8 (x86_64)


From: David
Subject: [Swftools-common] Can't compile swftools 0.9.2 on RHEL 5.8 (x86_64)
Date: Wed, 2 May 2012 10:24:15 +1000

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]