Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: b1ackmai1er on November 14, 2011, 01:29:17 AM

Title: [SOLVED] Help compiling perl modules
Post by: b1ackmai1er on November 14, 2011, 01:29:17 AM
Hi,

I am trying to compile some perl modules. When I start the compile process there is a lot of output to the display.

I tried to capture the output so I can check for errors in the compile process but even when I use the command ./buildme.sh > errorlog.txt not all of the output goes into the errorlog.txt file. The screen fills up with warning information.

Would someone tell me how I could catch this screen output as it exceeds the scroll back buffer on my terminal.


Thanks.
Title: Re: Help compiling perl modules
Post by: gerald_clark on November 14, 2011, 01:41:41 AM
./buildme.sh > errorlog.txt 2>&1
Title: Re: Help compiling perl modules
Post by: b1ackmai1er on November 14, 2011, 03:48:11 AM

Class:Wizard Thanks!