Hi,
On Tue, May 22, 2001 at 08:55:56AM +0530, shailendra mehta wrote:
> Also can anybody help me how to use the library for static linking while
> making.
Just use ./configure --disable-shared . Or link manually. Something like
gcc -static -o scanimage-static scanimage.o stiff.o -L(whatever) -l(whatever) -lbackend
You can link directly to the pnm backend. The libraries liblib and
libsanei must be linked too, if I remember correctly.
Bye,
Henning
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com
This archive was generated by hypermail 2b29 : Tue May 22 2001 - 10:58:06 PDT