Kaz> I tried to build 0.72 with the --disable-static configure
Kaz> option, and noticed the compilation stopped at find-scanner.
Kaz> Is it possible to fix this problem in a future release?
This really is a problem with libtool. It currently does not provide
a means to _force_ generating both .o and .lo files, which is
necessary for SANE as some files are used both as shared objects (in
libsane*.so) and as normal objects (in the frontends).
If libtool gets fixed, it would be easy to make SANE work with
--disable-static.
--david
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com