> ----------
> From: [EMAIL PROTECTED][SMTP:[EMAIL PROTECTED]]
> Sent: 04 May 1999 10:55
> To: Maurice Hendrix
> Subject: need a module.
>
> this one's eluding me. I've found the source in
> /usr/src/linux/drivers/block and performed the following command:
> gcc -DMODULE -c ide-probe.c -o ide-probe.o
> and I get many errors, some saying that something is to large or an
> unknown value, if someone will tell me how to get this error in to a file
> I'll post it, note, have tried | to pipe, did not work.
>
I had the same problem. Somebody here got me the answer. You can do
# command &> file
to get stderr redirected to a file. When I knew the answer I was able to
find it back in the documentation. Try
# man sh
And read the chapters about redirections and pipes. I must admit. Some of
the information presented there didn't make sense to me either.
--
Maurice Hendrix