This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: make problem on Tru64 4.0f
- From: Tom Tromey <tromey at redhat dot com>
- To: The Morsbergers <morsberger at usa dot net>
- Cc: Java GCC <java at gcc dot gnu dot org>, GCC Help <gcc-help at gcc dot gnu dot org>
- Date: 07 Dec 2001 20:32:57 -0700
- Subject: Re: make problem on Tru64 4.0f
- References: <B836DFD4.AA8D%morsberger@usa.net>
- Reply-to: tromey at redhat dot com
>>>>> "David" == The Morsbergers <morsberger@usa.net> writes:
>> This means you re-ran the wrong version of automake in this directory.
David> What version should I use?
Use the one Bryce says...
... but really the best thing is not to re-run it at all.
If you use gcc_update it will take care of this for you.
David> automake --version
David> automake (GNU automake) 1.5
At some point I'd like to move the whole tree to 1.5. But I haven't
had the time to do it yet.
>> Use the gcc_update script.
David> Thanks, I will give it a try. What "-r" would be best?
For Java, always use the head -- that is, no -r option.
Tom