This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Bootstrap failure building fastjar/jar.1, missing pod2man
- From: Tom Tromey <tromey at redhat dot com>
- To: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
- Cc: gcc-bugs at gcc dot gnu dot org, gcc at gcc dot gnu dot org, java at gcc dot gnu dot org
- Date: 17 Sep 2002 11:06:05 -0600
- Subject: Re: Bootstrap failure building fastjar/jar.1, missing pod2man
- References: <200209130419.AAA03171@caip.rutgers.edu>
- Reply-to: tromey at redhat dot com
>>>>> "Kaveh" == Kaveh R Ghazi <ghazi@caip.rutgers.edu> writes:
Kaveh> When bootstrapping on sparc-sun-solaris2.7, I get:
>> /bin/ksh: pod2man: not found
Kaveh> pod2man doesn't exist in the minimal environment I setup specifically
Kaveh> to test whether hidden tool dependencies creep into gcc.
Kaveh> Are we now requiring pod2man to bootstrap or is this an error?
It is probably an error.
I assume you don't see this problem in the gcc directory.
We should just copy the fix from there.
Tom