Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Mar 1998 11:03:52 +0100 (CET)
From:      robsch@robkaos.ruhr.de (Robert Schien)
To:        freebsd-scsi@FreeBSD.ORG
Subject:   Scanner support
Message-ID:  <m0yCLt2-000695C@robkaos.ruhr.de>

next in thread | raw e-mail | index | archive | help
I have an UMAX Astro 1200 S scanner which I want to use under
FreeBSD-current. Unfortunately, the SANE port does not
compile properly. Something goes wrong with the Makefile,
although I have installed gmake-3.75:

>> Checksum OK for sane-0.65.tar.gz.
===>  Building for sane-0.65
for subdir in lib sanei backend frontend doc; do		\
  target=`echo all-recursive | sed s/-recursive//`; \
  echo making $target in $subdir;	\
  (cd $subdir && gmake $target)	\
   || case "" in *k*) fail=yes;; *) exit 1;; esac; \
done && test -z "$fail"
making all in lib
gmake[1]: Entering directory `/usr2/FreeBSD/robsch/sane/work/sane-0.65/lib'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/usr2/FreeBSD/robsch/sane/work/sane-0.65/lib'
making all in sanei
gmake[1]: Entering directory `/usr2/FreeBSD/robsch/sane/work/sane-0.65/sanei'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/usr2/FreeBSD/robsch/sane/work/sane-0.65/sanei'
making all in backend
gmake[1]: Entering directory `/usr2/FreeBSD/robsch/sane/work/sane-0.65/backend'
rm -f .libs/libsane-epson.*
 -shared -o .libs/libsane-epson.so.0.65 epson.lo epson-s.lo sane_strstatus.lo ../sanei/sanei_init_debug.lo ../lib/alloca.lo ../lib/getopt.lo ../lib/getopt1.lo ../lib/snprintf.lo ../lib/strndup.lo ../lib/strsep.lo ../lib/usleep.lo ../sanei/sanei_constrain_value.lo ../sanei/sanei_scsi.lo -L/usr/X11R6/lib
-shared: not found
gmake[1]: *** [libsane-epson.la] Error 127
gmake[1]: Leaving directory `/usr2/FreeBSD/robsch/sane/work/sane-0.65/backend'
gmake: *** [all-recursive] Error 1
*** Error code 2

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.



How can I get it compiled and run?

TIA

Robert

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-scsi" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m0yCLt2-000695C>