In the Linux hints, invoke gcc with LANG and LC_ALL set to "C".
authorNicholas Clark <nick@ccl4.org>
Mon, 14 May 2012 09:17:06 +0000 (10:17 +0100)
committerRicardo Signes <rjbs@cpan.org>
Mon, 14 May 2012 19:22:59 +0000 (15:22 -0400)
commit9e25173dec21c62906ff29f8910ff529b7282ca8
treeee4d7069291b1742859685c87c1a26530c8c1d76
parent8a2e590377134cb566c10e2208f7705ee1ef2da5
In the Linux hints, invoke gcc with LANG and LC_ALL set to "C".

The output of gcc -print-search-dirs is subject to localisation, which means
that the literal text "libraries" will not be present if the user has a
non-English locale, and we won't determine the correct path for libraries
such as -lm, breaking the build. Problem diagnosed by Alexander Hartmaier.
hints/linux.sh