This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] PR libffi/23935: libffi headers installed in wrong directory.
- From: Tom Tromey <tromey at redhat dot com>
- To: Gerald Pfeifer <gerald at pfeifer dot com>
- Cc: java-patches at gcc dot gnu dot org, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: 13 Sep 2006 10:34:57 -0600
- Subject: Re: [PATCH] PR libffi/23935: libffi headers installed in wrong directory.
- References: <4505F435.8000008@avtrex.com> <Pine.LNX.4.63.0609130253370.3427@acrux.dbai.tuwien.ac.at>
- Reply-to: tromey at redhat dot com
>>>>> "Gerald" == Gerald Pfeifer <gerald@pfeifer.com> writes:
Gerald> With this fix, the only major issue that prevents installing two full
Gerald> installations of GCC into the same prefix (with suitable --libdir,
Gerald> --infodir and --program-suffix options and ignoring man pages for a
Gerald> minute¹) is lib/pkgconfig/libgcj.pc.
Gerald> Is there any chance we can get this final bit addressed as well?
Sure. I just didn't know about it...
Gerald> ¹ Is there agreement that man pages should also honor --program-suffix?
FWIW Automake applies the program rename transform to the base name of
man pages.
Tom