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/8121] BAD file ownership for gcc fixedinclude files


------- Additional Comments From zack at gcc dot gnu dot org  2003-12-09 18:22 -------
I don't think this has anything to do with autotools; rather, it's because
the header files are copied to the install location with tar or cpio, which
preserve ownership and permissions.

Possible cures include: use cp instead; chown and chmod by hand afterward.


-- 


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


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