Re: ./configure doesn't think I have X

becka@rz.uni-duesseldorf.de
Mon, 3 Nov 1997 12:42:43 +0100 (MET)

> thanks for your reply. sorry, but i don't know what 'standard output'
> means.
Urks ... reading some Unix book should shed some light ...
This is not intended to be insulting, but you should really do it, as it
will help you doing lots of cool things in very short time, if you know
about the basic concepts ...

Standard output is the "file" which is connected to your console by default.
If an application prints something, it is sent there and thus normally
displayed. However it is sometimes desireable to save the output away.
This is done using "output redirection" which can be e.g. done by

bash$ scanimage >output.ppm

for about any shell I know.

> i also don't know why there isn't an xscanimage binary.
Could you send a transcript of the ./configure session to see what is
happening ? Or maybe getting a binary package would be a good idea.

CU,ANdy

-- 
Andreas Beck              |  Email :  <becka@sunserver1.rz.uni-duesseldorf.de>

--
Source code, list archive, and docs: http://www.mostang.com/sane/
To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com