Hi,
I am keen to test out my new Fujitsu FI-5750C but it doesn't seem to
work out of the box. While trying to build SANE from CVS I initially got
an error about md5 which I got around by adding a library explicitly to
the Makefile.
making all in frontend
make[1]: Entering directory
`/pub/software
On 6/25/07, m. allan noah wrote:
> i can confirm this issue- it seems that lib/liblib.a is empty- the
> command used to create it:
>
> ar cru liblib.a
> ranlib liblib.a
>
> should probably be:
>
> ar cru liblib.a .libs/*
> ranlib liblib.a
>
> and sanei/libsanei.a is also empty
>
> ar cru libsanei.
i can confirm this issue- it seems that lib/liblib.a is empty- the
command used to create it:
ar cru liblib.a
ranlib liblib.a
should probably be:
ar cru liblib.a .libs/*
ranlib liblib.a
and sanei/libsanei.a is also empty
ar cru libsanei.a
ranlib libsanei.a
should be:
ar cru libsanei.a .libs/