On 04/16/2010 11:10 AM, Dominique Dhumieres wrote: > I use to build gcc with a command line such as > make -j2>& somelogfile& > I recently found that if I logout, the build fails with > perl: no user 501 Try "nohup make ...". See the man page or info manual for nohup. Jim