[Pkg-phototools-devel] Bug#764428: pngquant: FTBFS on hppa: Unsupported compiler option
Nelson A. de Oliveira
naoliv at gmail.com
Wed Oct 8 00:47:00 UTC 2014
On Tue, Oct 7, 2014 at 9:20 PM, John David Anglin <dave.anglin at bell.net> wrote:
> The "--disable-sse" option is not supported on hppa.
The problem is not with --disable-sse but with this test in configure:
=====
# basic check
if ! "$CC" -xc -std=c99 <(echo "int main(){}") -o /dev/null &> /dev/null; then
error "Compiler" "$CC is no C compiler"
fi
=====
Needs to test a fix for this on a HPPA machine.
More information about the Pkg-phototools-devel
mailing list