This is the mail archive of the gcc-bugs@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]

[Bug other/16842] New: mkheaders can not find mkheaders.conf


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


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