Subject: Re: can't build (2)
To: Alexander Spassov <alexander.spassov@textilmash.bg>
From: Jeremy C. Reed <reed@reedmedia.net>
List: current-users
Date: 02/07/2002 23:27:22
On Fri, 8 Feb 2002, Alexander Spassov wrote:

>   when i ran build.sh
>   it gives me errors (many errors) in unistd.h, but I can't send them in
>   the message 'cause I don't know how to log these errors.

Maybe redirect all output to a file.

With sh try:

 build.sh 2>&1 | tee THIS-IS-THE-LOG

With csh try:

 build.sh |& tee THIS-IS-THE-LOG

(tee is so you can see it too.)

   Jeremy C. Reed
   http://www.reedmedia.net/