Subject: | CppGuess fails tests due to compilation failure (obscure GCC bug) |
Date: | Mon, 11 Jul 2016 23:45:21 -0500 |
To: | bug-ExtUtils-CppGuess [...] rt.cpan.org |
From: | Joseph Lenox <lenox.joseph [...] gmail.com> |
On Debian and Ubuntu, the order for the libraries is apparently incorrect
for the compiler that ships with the system. As a workaround we set export
LDLOADLIBS=-lstdc++.
I don't have the logs anymore, but attempting to build Slic3r (
http://github.com/alexrj/slic3r) on a fresh Debian or Ubuntu install w/o
the workaround will show the behavior.
https://travis-ci.org/alexrj/Slic3r/jobs/134324464
--Joseph Lenox