Re: ---Please check it is a bug or not?

2024-03-31 Thread Martin Dorey
The script sets things up so that the cscope at the head of PATH will be a directory. I see the same behavior with the latest git version of Gnu Make running on glibc 2.31-13+deb11u8. Bash would report this as: mad@shuttle:~/tmp/zhao-2024-03-31/makebug$ PATH=bin:$PATH cscope bash: cscope: comm

---Please check it is a bug or not?

2024-03-31 Thread Bill Zhao
Please run the t.sh script in the tarball in the attachement as ./t.sh it will give the error info like: make: cscope: Permission denied make: *** [Makefile:4: all] Error 127 is it a bug or not? I know how to bypass this issue, which has cause me my Linux sdk compiling to go to error Cheers!