Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

sane-config(1) [centos man page]

sane-config(1)						   SANE Scanner Access Now Easy 					    sane-config(1)

NAME
sane-config - get information about the installed version of libsane SYNOPSIS
sane-config [--prefix] [--exec-prefix] [--libs] [--cflags] [--ldflags] [--version] [--help [OPTION]] DESCRIPTION
sane-config is a tool that is used to determine the compiler and linker flags that should be used to compile and link SANE frontends to a SANE backend library (libsane). OPTIONS
sane-config accepts the following options (you can't use more than one option at the same time): --version Print the currently installed version of libsane on the standard output. --help OPTION Print a short usage message. If OPTION is specified, help for that option (e.g. --libs) is printed (if available). --libs Print the additional libraries that are necessary to link a SANE frontend to libsane. --ldflags Print the linker flags that are necessary to link a SANE frontend to libsane. --cflags Print the compiler flags that are necessary to compile a SANE frontend. --prefix Print the prefix used during compilation of libsane. --exec-prefix Print the exec-prefix used during compilation of libsane. SEE ALSO
sane(7) AUTHOR
This manual page was written by Julien BLACHE <jblache@debian.org>, for the Debian GNU/Linux system (but may be used by others). 10 Jul 2008 sane-config(1)

Check Out this Related Man Page

sane-nec(5)						   SANE Scanner Access Now Easy 					       sane-nec(5)

NAME
sane-nec - SANE backend for NEC scanners DESCRIPTION
The sane-nec library implements a SANE (Scanner Access Now Easy) backend that provides access to NEC SCSI scanners. This backend should be considered alpha-quality software! In the current state it is known to work with PC-IN500/4C scanners. Another MultiReader scanner series is not supported. PC-IN 500/4C and MultiReader scanner are only sold in Japan.(except Multi Reader PetiScan.) For other scanners, it may or may not work. The backend has the following known problems: - ColorLineart mode is not supported. - device name is fixed to /dev/scanner At present, the following scanners are known to work with this backend. Vendor Product id ------ ----------- NEC PC-IN500/4C FILES
/etc/sane.d/nec.conf The backend configuration file. /usr/lib64/sane/libsane-nec.a The static library implementing this backend. /usr/lib64/sane/libsane-nec.so The shared library implementing this backend (present on systems that support dynamic loading). ENVIRONMENT
SANE_DEBUG_NEC If the library was compiled with debug support enabled, this environment variable controls the debug level for this backend. E.g., a value of 128 requests all debug output to be printed. Smaller levels reduce verbosity. SEE ALSO
sane(7), sane-scsi(5) AUTHORS
Kazuya Fukuda 14 Jul 2008 sane-nec(5)
Man Page

6 More Discussions You Might Find Interesting

1. HP-UX

/opt/langtools

hi@all, I have a problem during compilation of c code with gcc. The linker always tries to link against /opt/langtools/lib/libcomp.sl, but I don't have installed this library. Can someone say me, where I can get the langtools? thx!!! (1 Reply)
Discussion started by: Dom_Cyrus
1 Replies

2. Programming

compilation error while using cygwin

Hello, I am trying to compile a C program from Cygwin and it gives ld: not found -user32 error .. I searched for library libuser32.so and was not able locate it.. When i create only object file using gcc -c option it gets created successfully .. When i use gcc -o option , executable is not... (4 Replies)
Discussion started by: shafi2all
4 Replies

3. UNIX for Advanced & Expert Users

Problem on Pro*C compilation on HP-UX

Hi, This is my first post to this forum. I have been facing a strange compilation error message. When I try to make a pro*C file on HP-UX ( uname -a shows HP-UX aopc7449 B.11.11 U 9000/800 2416083493 unlimited-user license), ::: Linking... /usr/ccs/bin/ld: profls.o: Not a valid object file... (5 Replies)
Discussion started by: asutoshch
5 Replies

4. AIX

VIM compilation

Hi, I tried to compile vim on AIX OS. I tried all version from 6.4 to 7.2 and the effect is the same. ./configuration --prefix=/home/me OK make The make try to compile first file buffer.c ane it gived me message like this gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_ATHENA ... (2 Replies)
Discussion started by: marcintom.aviva
2 Replies

5. HP-UX

HP-UX uses cc -y and cc -g (-y and -g options) C compilation

Hello Experts, Would you please let me know what "-y " option does with cc compiler on HP-UX? As I am migrating application from HP-UX to RHEL 5 , at the time of running makefile make -f makefilename on Rhel 5, it is throwing error cc: unrecognized option '-y' <command line>:1:2: error:... (7 Replies)
Discussion started by: Belure Pooja B
7 Replies

6. UNIX for Advanced & Expert Users

Required libs to compile libXft

Hello. I am looking for all the necessary packages required to be able to compile libXft. I tried to compile libXft-2.1.8.2$ and the error message was: checking for XRENDER... checking for XRENDER... checking for X... no checking X11/extensions/Xrender.h usability... no checking... (1 Reply)
Discussion started by: colt
1 Replies