1odbc_config(1) unixODBC manual pages odbc_config(1)
2
3
4
6 odbc_config - Generates compiler information intended for use when de‐
7 veloping a unixODBC client
8
9
11 odbc_config [--prefix] [--exec-prefix] [--include-prefix] [--lib-
12 prefix] [--bin-prefix] [--version] [--libs] [--static-libs]
13 [--libtool-libs] [--cflags] [--odbcversion] [--odbcini]
14 [--odbcinstini] [--header] [--ulen]
15
16
18 odbc_config provides information about how unixODBC was compiled for
19 your system and architecture. The information generated is useful for
20 building unixODBC clients and similar programs.
21
22
24 --prefix
25 Prefix for architecture-independent files.
26
27
28 --exec-prefix
29 Prefix for architecture-dependent files.
30
31
32 --include-prefix
33 Directory containing C header files for unixODBC.
34
35
36 --lib-prefix
37 Directory containing unixODBC shared libraries.
38
39
40 --bin-prefix
41 Directory containing unixODBC utilities.
42
43
44 --version
45 Current version of unixODBC.
46
47
48 --libs Compiler flags for linking dynamic libraries.
49
50
51 --static-libs
52 Absolute file name of the unixODBC static library (libodbc.a).
53
54
55 --libtool-libs
56 Absolute file name of the unixODBC libtool library (libodbc.la).
57
58
59 --cflags
60 Outputs compiler flags to find header files, as well as critical
61 compiler flags and defines used when compiling the libodbc li‐
62 brary.
63
64
65 --odbcversion
66 Version of the ODBC specification used by unixODBC.
67
68
69 --odbcini
70 Absolute file name of the system-wide DSN configuration file
71 odbc.ini.
72
73
74 --odbcinstini
75 Absolute file name of the unixODBC driver configuration file
76 odbcinst.ini.
77
78
79 --header
80 Definitions of C preprocessor constants used by unixODBC. Gener‐
81 ated output can be piped into a C header file.
82
83
84 --ulen Compiler flag that defines SIZEOF_SQLULEN.
85
86
88 unixODBC(7), odbcinst.ini(5), odbc.ini(5)
89
90 "The unixODBC Administrator Manual (HTML)"
91
92
94 The authors of unixODBC are Peter Harvey <pharvey@codebydesign.com> and
95 Nick Gorham <nick@lurcher.org>.
96
97 For a full list of contributors, refer to the AUTHORS file.
98
99
101 unixODBC is licensed under the GNU Lesser General Public License. For
102 details about the license, see the COPYING file.
103
104
105
106version 2.3.11 Thu 07 Jan 2021 odbc_config(1)