Question about perl while bootstrapping gcc

Jim Wilson wilson@codesourcery.com
Sat Apr 17 11:51:00 GMT 2010


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



More information about the Gcc mailing list