This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: HJ's patches break 3.3 install?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]