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]

gcc 2.95.2 install bug


The 'include' subdirectory gets the wrong permissions when installed. 
It seems to be installed using the username and umask of the user who
compiled the package.  This causes 'permission denied on include file'
errors for other users when they try to compile.

I was able to fix it with a `chown -R` and `find ... chmod`.

The directory with the strange permissions was
/usr/local/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.95.2/include/ and the
subdirectories of that.  I installed using the default path
(/usr/local).

I'm using hp-ux 10.20 on pa-risc 2.0,
configure switches were 
../gcc-2.95.2/configure --host=hppa1.1-hp-hpux10.20 --with-gnu-as

The umask in my .cshrc is 077.  I ran `./configure; make` as myself
root's umask is 027.  I ran `make install` as root

Thanks for your time,

Gordon


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