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 libmudflap/18244] New: libmudflap installs include/mf-runtime.h in version-independent path


libmudflap installs it's mf-runtime.h include directly into $prefix/include.

This is the only include file provided by GCC that does that, all other include
files are properly put into a version-specific (sub)directory.

Failure to do so, as in this case, will result in problems when one wants to
install various versions of GCC into the same $prefix.

-- 
           Summary: libmudflap installs include/mf-runtime.h in version-
                    independent path
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libmudflap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gerald at pfeifer dot com
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18244


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