configure and xscanimage

Matt Thompson (mattyt@oz.net)
Mon, 3 Nov 1997 12:36:16 -0800 (PST)

OK, I changed lines 42 & 43 in configure from:

x_includes=NONE
x_libraries=NONE

to:

x_includes=/usr/X11R6/include
x_libraries=/usr/X11R6/lib

...and here's the output of ./configure:

mattyt# ./configure
creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether make sets ${MAKE}... yes
checking how to run the C preprocessor... gcc -E
checking whether gcc needs -traditional... no
checking for AIX... no
checking for minix/config.h... no
checking for POSIXized ISC... no
checking for ANSI C header files... yes
checking for fcntl.h... yes
checking for unistd.h... yes
checking for libintl.h... yes
checking for libc.h... no
checking for sys/dsreq.h... no
checking for sys/select.h... yes
checking for sys/scanio.h... no
checking for scsi.h... no
checking for sys/scsi.h... no
checking for sys/scsicmd.h... no
checking for sys/scsiio.h... no
checking for bsd/dev/scsireg.h... no
checking for scsi/sg.h... yes
checking for /usr/src/linux/include/scsi/sg.h... yes
checking for io/cam/cam.h... no
checking for os2.h... no
checking for sys/socket.h... yes
checking for sys/io.h... yes
checking for asm/io.h... yes
checking for working const... yes
checking for inline... __inline__
checking return type of signal handlers... void
checking for size_t... yes
checking for pid_t... yes
checking for ssize_t... yes
checking for scsireq_enter in -lscsi... no
checking for sqrt in -lm... yes
checking for gettext in -lintl... no
checking for gethostbyaddr in -lnsl... yes
checking for socket in -lsocket... no
checking for working alloca.h... yes
checking for alloca... yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for atexit... yes
checking for ioperm... yes
checking for mkdir... yes
checking for scsireq_enter... no
checking for sigprocmask... yes
checking for strdup... yes
checking for strndup... yes
checking for strftime... yes
checking for strstr... yes
checking for strsep... yes
checking for strtod... yes
checking for snprintf... yes
checking for usleep... yes
checking for strncasecmp... yes
checking host system type... i586-pc-linux-gnu
checking for ranlib... ranlib
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm -B output... yes
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for dlfcn.h... yes
checking for dlopen in -ldl... yes
checking for dlopen... yes
checking for main in -lX11... no
checking for main in -lXext... no
checking for main in -lXpm... no
checking for main in -lglib... no
checking for main in -lgdk... no
checking for gtk_gamma_curve_new in -lgtk... no
checking for libgimp/gimp.h... no
disabling PINT backend
enabling QuickCam backend
enabling NET backend
updating cache ./config.cache
creating ./config.status
creating Makefile
creating lib/Makefile
creating sanei/Makefile
creating frontend/Makefile
creating japi/Makefile
creating backend/Makefile
creating include/Makefile
creating doc/Makefile
creating include/sane/config.h
****************************************************************
* Please be sure to read file PROBLEMS in this directory *
* BEFORE running any of the SANE applications. Some devices *
* may be damaged by inproper operation, so please do heed this *
* advice. *
****************************************************************

Thanks for all of your guys' help :)
matty

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