DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info) myodbc-hp-ux

Info Catalog (mysql.info) myodbc-mac-os-x (mysql.info) myodbc-unix-source (mysql.info) myodbc-aix
 
 23.1.7.12 HP-UX Notes
 .....................
 
 To build the driver on HP-UX 10.x or 11.x, make use of the following
 `configure' example:
 
 If using `cc':
 
      shell> CC="cc" \
           CFLAGS="+z" \
           LDFLAGS="-Wl,+b:-Wl,+s" \
           ./configure --prefix=/usr/local
                 --with-unixodbc=/usr/local
                 --with-mysql-path=/usr/local/mysql/lib/mysql
                 --enable-shared
                 --enable-thread-safe
 
 If using `gcc':
 
      shell> CC="gcc" \
           LDFLAGS="-Wl,+b:-Wl,+s" \
           ./configure --prefix=/usr/local
                 --with-unixodbc=/usr/local
                 --with-mysql-path=/usr/local/mysql
                 --enable-shared
                 --enable-thread-safe
 
 Once the driver is built, cross-check its attributes using `chatr
 .libs/libmyodbc3.sl' to determine whether you need to have the MySQL
 client libraries path using the `SHLIB_PATH' environment variable. For
 static versions, ignore all shared-library options and run `configure'
 with the -disable-shared option.
 
Info Catalog (mysql.info) myodbc-mac-os-x (mysql.info) myodbc-unix-source (mysql.info) myodbc-aix
automatically generated byinfo2html