On 08/23/13 06:43, Michael Felt wrote: > Willing to test, but I have no clue where this is coming from, nor why.
Looks like perl wasn't configured properly somehow. You can start debugging by running 'make V=1'. My guess is that you are using a Perl that is older than 5.8.7 and for which USE_SITECUSTOMIZE was not defined when Perl was built. Perhaps Bison's configure.ac should detect this issue and refuse to use Perl in this situation; or Bison could simply not pass -f to Perl. Please see: http://www.gossamer-threads.com/lists/perl/porters/193607 http://lists.gnu.org/archive/html/bug-coreutils/2009-03/msg00269.html
