I consider that a feature, specially when starting something new I just touch the files I think I will need and put them in the mkfile
it just works! On Tue, Mar 3, 2009 at 5:03 PM, Enrique Soriano <[email protected]> wrote: > 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 > > -- Federico G. Benavento
