Part 1: Getting Started : Using The Product : Environment-Specific Information : For UNIX and Linux Users : Linux

Linux
If you are building 64-bit binaries, you must pass the define ODBC64. Demoodbc provides an example of this. See the installed file demoodbc.txt and The demoodbc Application for details.
You must also include the correct compiler switches if you are building 64-bit binaries. For example, to build demoodbc, you would use:

g++ -o demoodbc -DODBC64 -I../include demoodbc.c -L../lib -lodbc -lodbcinst -lc

© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.