1odbc_config(1)               UnixODBC manual pages              odbc_config(1)
2
3
4

NAME

6       odbc_config - get compile options for compiling unixODBC client
7
8

SYNOPSIS

10       odbc_config [--prefix] [--exec-prefix] [--include-prefix] [--lib-
11                   prefix] [--bin-prefix] [--version] [--libs] [--static-libs]
12                   [--libtool-libs] [--cflags] [--odbcversion] [--odbcini]
13                   [--odbcinstini] [--header] [--ulen]
14
15

DESCRIPTION

17       odbc_config provides built-in options, specified at build time  of  the
18       unixODBC suite, which are useful for building unixODBC clients and sim‐
19       ilar programs.
20
21

OPTIONS

23       --prefix
24              Prefix for architecture-independent file tree.
25
26
27       --exec-prefix
28              Prefix for architecture-dependent file tree.
29
30
31       --include-prefix
32              Directory with C header files for unixODBC.
33
34
35       --lib-prefix
36              Directory with object code (.so) libraries.
37
38
39       --bin-prefix
40              Location of user executables.
41
42
43       --version
44              unixODBC version.
45
46
47       --libs Compiler flags for linking dynamic libraries.
48
49
50       --static-libs
51              Absolute file name of static unixODBC library.
52
53
54       --libtool-libs
55              Absolute file name of libtool unixODBC library.
56
57
58       --cflags
59              Compiler flags to find include files and critical compiler flags
60              and defines used when compiling the libodbc library.
61
62
63       --odbcversion
64              Version of the ODBC specification used by the unixODBC.
65
66
67       --odbcini
68              Absolute  file  name  of  the system-wide DSN configuration file
69              odbc.ini.
70
71
72       --odbcinstini
73              Absolute  file   name   of   the   driver   configuration   file
74              odbcinst.ini.
75
76
77       --header
78              Definitions  of used C preprocessor constants. It is suitable to
79              be piped into C header file.
80
81
82       --ulen Compiler flag for defining SIZEOF_SQLULEN.
83
84

SEE ALSO

86       unixODBC(7), odbcinst.ini(5), odbc.ini(5)
87
88       The unixODBC Administrator Manual (HTML)
89
90

AUTHORS

92       The authors of unixODBC are Peter Harvey ⟨pharvey@codebydesign.com⟩ and
93       Nick  Gorham ⟨nick@lurcher.org⟩.  For the full list of contributors see
94       the AUTHORS file.
95
96
98       unixODBC is licensed under the GNU Lesser General Public  License.  For
99       details about the license, see the COPYING file.
100
101
102
103version 2.3.6                   Thu 13 Feb 2014                 odbc_config(1)
Impressum