Skip Menu |

This queue is for tickets about the Compress-PPMd CPAN distribution.

Report information
The Basics
Id: 123329
Status: new
Priority: 0/
Queue: Compress-PPMd

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.11
Fixed in: (no value)



Subject: Support systems with clang++
Compilation fails on systems without g++, e.g. freebsd 11: g++ -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_FORTIFY_SOURCE=2 -O2 -pipe -DVERSION=\"0.11\" -DXS_VERSION=\"0.11\" -DPIC -fPIC "-I/usr/perl5.26.1p/lib/5.26.1/amd64-freebsd/CORE" PPMd.c /bin/sh: g++: not found I guess that it would work if c++ was used instead of g++ here --- c++ should work with both gcc and clang based systems.