https://bugzilla.redhat.com/show_bug.cgi?id=1547165 --- Comment #2 from Petr Pisar <ppisar@xxxxxxxxxx> --- CBuilder::Base::compile() does: my @cc = $self->split_like_shell($args{'C++'} ? $cf->{cxx} : $cf->{cc}); $self->do_system(@cc, @flags, $args{source}) Should we also hard-require gcc-c++? Or do we aim to "good enough" solution? -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx