sane-project-website/old-archive/1997-11/0036.html

168 wiersze
6.4 KiB
HTML

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

<!-- received="Mon Nov 3 12:35:58 1997 PST" -->
<!-- sent="Mon, 3 Nov 1997 12:36:16 -0800 (PST)" -->
<!-- name="Matt Thompson" -->
<!-- email="mattyt@oz.net" -->
<!-- subject="configure and xscanimage" -->
<!-- id="" -->
<!-- inreplyto="" -->
<title>sane-devel: configure and xscanimage</title>
<h1>configure and xscanimage</h1>
<b>Matt Thompson</b> (<a href="mailto:mattyt@oz.net"><i>mattyt@oz.net</i></a>)<br>
<i>Mon, 3 Nov 1997 12:36:16 -0800 (PST)</i>
<p>
<ul>
<li> <b>Messages sorted by:</b> <a href="date.html#36">[ date ]</a><a href="index.html#36">[ thread ]</a><a href="subject.html#36">[ subject ]</a><a href="author.html#36">[ author ]</a>
<!-- next="start" -->
<li> <b>Next message:</b> <a href="0037.html">Michiel Toneman: "Re: HP backend"</a>
<li> <b>Previous message:</b> <a href="0035.html">Matt Thompson: "Re: ./configure doesn't think I have X"</a>
<!-- nextthread="start" -->
<!-- reply="end" -->
</ul>
<!-- body="start" -->
OK, I changed lines 42 &amp; 43 in configure from:<br>
<p>
x_includes=NONE<br>
x_libraries=NONE<br>
<p>
to:<br>
<p>
x_includes=/usr/X11R6/include<br>
x_libraries=/usr/X11R6/lib<br>
<p>
...and here's the output of ./configure:<br>
<p>
mattyt# ./configure<br>
creating cache ./config.cache<br>
checking for gcc... gcc<br>
checking whether the C compiler (gcc ) works... yes<br>
checking whether the C compiler (gcc ) is a cross-compiler... no<br>
checking whether we are using GNU C... yes<br>
checking whether gcc accepts -g... yes<br>
checking for a BSD compatible install... /usr/bin/install -c<br>
checking whether make sets ${MAKE}... yes<br>
checking how to run the C preprocessor... gcc -E<br>
checking whether gcc needs -traditional... no<br>
checking for AIX... no<br>
checking for minix/config.h... no<br>
checking for POSIXized ISC... no<br>
checking for ANSI C header files... yes<br>
checking for fcntl.h... yes<br>
checking for unistd.h... yes<br>
checking for libintl.h... yes<br>
checking for libc.h... no<br>
checking for sys/dsreq.h... no<br>
checking for sys/select.h... yes<br>
checking for sys/scanio.h... no<br>
checking for scsi.h... no<br>
checking for sys/scsi.h... no<br>
checking for sys/scsicmd.h... no<br>
checking for sys/scsiio.h... no<br>
checking for bsd/dev/scsireg.h... no<br>
checking for scsi/sg.h... yes<br>
checking for /usr/src/linux/include/scsi/sg.h... yes<br>
checking for io/cam/cam.h... no<br>
checking for os2.h... no<br>
checking for sys/socket.h... yes<br>
checking for sys/io.h... yes<br>
checking for asm/io.h... yes<br>
checking for working const... yes<br>
checking for inline... __inline__<br>
checking return type of signal handlers... void<br>
checking for size_t... yes<br>
checking for pid_t... yes<br>
checking for ssize_t... yes<br>
checking for scsireq_enter in -lscsi... no<br>
checking for sqrt in -lm... yes<br>
checking for gettext in -lintl... no<br>
checking for gethostbyaddr in -lnsl... yes<br>
checking for socket in -lsocket... no<br>
checking for working alloca.h... yes<br>
checking for alloca... yes<br>
checking for unistd.h... (cached) yes<br>
checking for getpagesize... yes<br>
checking for working mmap... yes<br>
checking for atexit... yes<br>
checking for ioperm... yes<br>
checking for mkdir... yes<br>
checking for scsireq_enter... no<br>
checking for sigprocmask... yes<br>
checking for strdup... yes<br>
checking for strndup... yes<br>
checking for strftime... yes<br>
checking for strstr... yes<br>
checking for strsep... yes<br>
checking for strtod... yes<br>
checking for snprintf... yes<br>
checking for usleep... yes<br>
checking for strncasecmp... yes<br>
checking host system type... i586-pc-linux-gnu<br>
checking for ranlib... ranlib<br>
checking for ld used by GCC... /usr/bin/ld<br>
checking if the linker (/usr/bin/ld) is GNU ld... yes<br>
checking for BSD-compatible nm... /usr/bin/nm -B<br>
checking whether ln -s works... yes<br>
checking for gcc option to produce PIC... -fPIC<br>
checking if gcc PIC flag -fPIC works... yes<br>
checking if gcc static flag -static works... -static<br>
checking if the linker (/usr/bin/ld) is GNU ld... yes<br>
checking whether the linker (/usr/bin/ld) supports shared libraries... yes<br>
checking command to parse /usr/bin/nm -B output... yes<br>
checking how to hardcode library paths into programs... immediate<br>
checking for /usr/bin/ld option to reload object files... -r<br>
checking dynamic linker characteristics... Linux ld.so<br>
checking if libtool supports shared libraries... yes<br>
checking whether to build shared libraries... yes<br>
checking whether to build static libraries... yes<br>
checking for objdir... .libs<br>
creating libtool<br>
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include<br>
checking for dlfcn.h... yes<br>
checking for dlopen in -ldl... yes<br>
checking for dlopen... yes<br>
checking for main in -lX11... no<br>
checking for main in -lXext... no<br>
checking for main in -lXpm... no<br>
checking for main in -lglib... no<br>
checking for main in -lgdk... no<br>
checking for gtk_gamma_curve_new in -lgtk... no<br>
checking for libgimp/gimp.h... no<br>
disabling PINT backend<br>
enabling QuickCam backend<br>
enabling NET backend<br>
updating cache ./config.cache<br>
creating ./config.status<br>
creating Makefile<br>
creating lib/Makefile<br>
creating sanei/Makefile<br>
creating frontend/Makefile<br>
creating japi/Makefile<br>
creating backend/Makefile<br>
creating include/Makefile<br>
creating doc/Makefile<br>
creating include/sane/config.h<br>
****************************************************************<br>
* Please be sure to read file PROBLEMS in this directory *<br>
* BEFORE running any of the SANE applications. Some devices *<br>
* may be damaged by inproper operation, so please do heed this *<br>
* advice. *<br>
****************************************************************<br>
<p>
Thanks for all of your guys' help :)<br>
matty<br>
<p>
<p>
<pre>
--
Source code, list archive, and docs: <a href="http://www.mostang.com/sane/">http://www.mostang.com/sane/</a>
To unsubscribe: echo unsubscribe sane-devel | mail <a href="mailto:majordomo@mostang.com">majordomo@mostang.com</a>
</pre>
<!-- body="end" -->
<p>
<ul>
<!-- next="start" -->
<li> <b>Next message:</b> <a href="0037.html">Michiel Toneman: "Re: HP backend"</a>
<li> <b>Previous message:</b> <a href="0035.html">Matt Thompson: "Re: ./configure doesn't think I have X"</a>
<!-- nextthread="start" -->
<!-- reply="end" -->
</ul>