This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/16842] New: mkheaders can not find mkheaders.conf
- From: "andreas at almroth dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Jul 2004 09:04:21 -0000
- Subject: [Bug other/16842] New: mkheaders can not find mkheaders.conf
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
The mkheaders script does not find the mkheaders.conf file, because it is using
an incorrect path to the conf file.
My build uses $prefix/lib/gcc/... instead of in the older releases
$prefix/lib/gcc-lib/..., so the $prefix/libexec/.../mkheaders tries to read
using the old path.
So I changed the
libsubdir=${libdir}/gcc-lib/${target_noncanonical}/${version}
line in libexec/gcc/i386-pc-solaris2.9/3.4.1/install-tools/mkheaders to
libsubdir=${libdir}/gcc/${target_noncanonical}/${version}
and it seems to work alright.
--
Summary: mkheaders can not find mkheaders.conf
Product: gcc
Version: 3.4.1
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: other
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: andreas at almroth dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i386-pc-solaris2.9
GCC host triplet: i386-pc-solaris2.9
GCC target triplet: i386-pc-solaris2.9
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16842