Question regarding gcc testsuite , proc , devpts
hi..
Why is it that the binutils and gcc testsuite need proc & devpts file system for working.. one time i accidently forgot to mount them and the test suite ran into total failure..
Another question
we mount proc by issuing the command
mount proc /proc -t proc
i understand the /proc refers to the directory we made in / and the -t proc refers to the proc filesystem type .. what abt the first proc??
llly for devpts
|