yaz-config(8) - Linux man page

Name

yaz-config - Script to get information about YAZ.

Synopsis

yaz-config [--prefix[=DIR]] [--version] [--libs] [--lalibs] [--cflags] [--comp] [libraries...]

Description

yaz-config is a script that returns information that your own software should use to build software that uses YAZ.

The following libraries are supported:

threads

Use the threaded version of YAZ.

Options

--prefix[=DIR]

Returns prefix of YAZ or assume a different one if DIR is specified.
--version
Returns version of YAZ.
--libs
Library specification be used when using YAZ.
--lalibs
Return library specification.
--cflags
Return C Compiler flags.
--comp
Returns full path to YAZ´ ASN.1 compiler: yaz-asncomp.

Files

/usr/local/bin/yaz-config

/usr/local/lib/libyaz*.a

/usr/local/include/yaz/*.h

See Also

yaz(7)

Section "How to make apps using YAZ on UNIX" in the YAZ manual.