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]

small bug when building gcc-2.95.2


When building gcc-2.95.2 on IRIX 6.5 from a NFS-mounted directory I
get the following errors:

...
/mmegw/gcc-2.95.2/gcc/move-if-change tmp-check.h tree-check.h
make[2]: execvp: /mmegw/gcc-2.95.2/gcc/move-if-change: Permission denied
make[2]: *** [s-check] Error 127
make[2]: Leaving directory
`/disk2/home/henlich/gcc-2.95.2-mips-sgi-irix6.5/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory
`/disk2/home/henlich/gcc-2.95.2-mips-sgi-irix6.5/gcc'
make: *** [bootstrap] Error 2

The permissions on this file are: (output from gtar tvzf gcc-2.95.2.tar.gz)
-rwxrwxr-- law/cygnus      229 1998-12-16 21:57 gcc-2.95.2/gcc/move-if-change

--> This file should be WORLD-EXECUTABLE.

-- 
Thomas Henlich

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