Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
odbc_config(1)		     unixODBC manual pages		odbc_config(1)

NAME
       odbc_config  - Generates	compiler information intended for use when de-
       veloping	a unixODBC client

SYNOPSIS
       odbc_config [--prefix] [--exec-prefix] [--include-prefix] [--lib-
		   prefix] [--bin-prefix] [--version] [--libs] [--static-libs]
		   [--libtool-libs] [--cflags] [--odbcversion] [--odbcini]
		   [--odbcinstini] [--header] [--ulen]

DESCRIPTION
       odbc_config provides information	about how unixODBC  was	 compiled  for
       your  system  and architecture. The information generated is useful for
       building	unixODBC clients and similar programs.

OPTIONS
       --prefix
	      Prefix for architecture-independent files.

       --exec-prefix
	      Prefix for architecture-dependent	files.

       --include-prefix
	      Directory	containing C header files for unixODBC.

       --lib-prefix
	      Directory	containing unixODBC shared libraries.

       --bin-prefix
	      Directory	containing unixODBC utilities.

       --version
	      Current version of unixODBC.

       --libs Compiler flags for linking dynamic libraries.

       --static-libs
	      Absolute file name of the	unixODBC static	library	(libodbc.a).

       --libtool-libs
	      Absolute file name of the	unixODBC libtool library (libodbc.la).

       --cflags
	      Outputs compiler flags to	find header files, as well as critical
	      compiler flags and defines used when compiling the  libodbc  li-
	      brary.

       --odbcversion
	      Version of the ODBC specification	used by	unixODBC.

       --odbcini
	      Absolute	file  name  of	the system-wide	DSN configuration file
	      odbc.ini.

       --odbcinstini
	      Absolute file name of the	 unixODBC  driver  configuration  file
	      odbcinst.ini.

       --header
	      Definitions of C preprocessor constants used by unixODBC.	Gener-
	      ated output can be piped into a C	header file.

       --ulen Compiler flag that defines SIZEOF_SQLULEN.

SEE ALSO
       unixODBC(7), odbcinst.ini(5), odbc.ini(5)

       "The unixODBC Administrator Manual (HTML)"

AUTHORS
       The authors of unixODBC are Peter Harvey	<pharvey@codebydesign.com> and
       Nick Gorham <nick@lurcher.org>.

       For a full list of contributors,	refer to the AUTHORS file.

COPYRIGHT
       unixODBC	 is  licensed under the	GNU Lesser General Public License. For
       details about the license, see the COPYING file.

version	2.3.12			Thu 07 Jan 2021			odbc_config(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=odbc_config&sektion=1&manpath=FreeBSD+Ports+14.3.quarterly>

home | help