1YAZ-CONFIG(8) YAZ-CONFIG(8)
2
3
4
6 yaz-config - Script to get information about YAZ.
7
9 yaz-config [--prefix[=DIR]] [--version] [--libs] [--lalibs] [--cflags]
10 [--comp] [libraries...]
11
13 yaz-config is a script that returns information that your own software
14 should use to build software that uses YAZ.
15
16 The following libraries are supported:
17
18 threads
19 Use the threaded version of YAZ.
20
22 --prefix[=DIR]
23 Returns prefix of YAZ or assume a different one if DIR is specified.
24
25 --version
26 Returns version of YAZ.
27
28 --libs
29 Library specification be used when using YAZ.
30
31 --lalibs
32 Return library specification.
33
34 --cflags
35 Return C Compiler flags.
36
37 --comp
38 Returns full path to YAZ' ASN.1 compiler: yaz-asncomp.
39
41 /usr/local/bin/yaz-config
42
43 /usr/local/lib/libyaz*.a
44
45 /usr/local/include/yaz/*.h
46
48 yaz(7)
49
50 Section "How to make apps using YAZ on UNIX" in the YAZ manual.
51
52
53
54YAZ 2.1.54 03/16/2007 YAZ-CONFIG(8)