This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Perl is required?
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- To: <moshier at moshier dot ne dot mediaone dot net>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Wed, 19 Dec 2001 16:02:15 +0000 (GMT)
- Subject: Re: Perl is required?
On Wed, 19 Dec 2001, Stephen L Moshier wrote:
> Trying to build gcc on a sparc-solaris drew this failure.
> Is perl a requirement now? How do we know what version of perl will work?
We check in configure.in for an installation of perl with a suitable
version of Pod::Man. Your problem seems to be that the pod2man in your
path corresponds to a different version of perl from that in your path,
and the perl installation found by your pod2man is broken. Fix your
installation so that pod2man in your path comes from the same (working)
version of perl as perl in your path.
A secondary problem is that the manpage generation support in
java/Make-lang.in fails to allow for pod2man to fail, where as that in
Makefile.in prefixes all the command with - so that it doesn't cause the
build to fail if problems arise. Submit a PR, assign it to "doko".
--
Joseph S. Myers
jsm28@cam.ac.uk