term% cd /tmp
term% ls nothing.c
ls: nothing.c: 'nothing.c' file does not exist
term% touch nothing.c
term% 8c -FVw nothing.c
term% 8l -o nothing nothing.8
term% echo $status

term% ls -l nothing
--rwxrwxr-x M 8 glenda glenda 0 Mar  3 21:49 nothing
term% ./nothing
./nothing: exec header invalid


Why does the loader work?
Is there any reason to not report an error?

Regards,
Q

Reply via email to