This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: HJ's patches break 3.3 install?
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Richard Guenther <rguenth at tat dot physik dot uni-tuebingen dot de>
- Cc: Daniel Jacobowitz <drow at mvista dot com>, gcc at gcc dot gnu dot org
- Date: 10 Nov 2003 19:40:29 +0100
- Subject: Re: HJ's patches break 3.3 install?
- Organization: Integrable Solutions
- References: <Pine.LNX.4.44.0311101646230.1646-100000@bellatrix.tat.physik.uni-tuebingen.de>
Richard Guenther <rguenth@tat.physik.uni-tuebingen.de> writes:
[...]
| > For GCC 3.3 you must use autoconf 2.13.
|
| I can confirm that the patch fixes the problem.
Daniel Jacobowitz <drow@mvista.com> writes:
[...]
| > the last one doesnt exist. But maybe this is not the problem, as the same
| > is true for the working copy from Oct09.
|
| I knew I was missing something when I looked over my sysroot patches.
| This problem existed on HEAD for a month or two; you must have just
| missed it.
|
| You're looking for:
|
| +2003-02-20 Daniel Jacobowitz <drow@mvista.com>
| +
| + * Makefile.in (CFILES): Add lrealpath.c.
| + (REQUIRED_OFILES): Add lrealpath.o.
| + (lrealpath.o): Add rule.
| + * aclocal.m4 (libiberty_NEED_DECLARATION): Add.
| + * configure.in: Add realpath and canonicalize_file_name to
| + checkfuncs and AC_CHECK_FUNCS. Use libiberty_NEED_DECLARATION
| + for canonicalize_file_name.
| + * lrealpath.c: New file.
| + * make-relative-prefix.c: Update documentation.
| + (make_relative_prefix): Simplify. Use lbasename and lrealpath.
| + * config.in: Regenerated.
| + * configure: Regenerated.
| + * functions.texi: Regenerated.
|
| Probably should be moved to the 3.3 branch if it fixes your problem.
Daniel --
Thanks for your prompt reply and looking into this issue. Since
you have a good idea of how things work in this area, would you mind
moving the above patch to branch?
Thanks to both of you!
-- Gaby