README for the HP Neoview ODBC Drivers for Linux, HP-UX, IBM AIX(R), and Sun Solaris (Upd1 R2.2)
gcc connect_test.cpp -L/usr/lib -I/usr/include/hpodbc \
-lhpodbc64 -o connect_test
o On HP-UX (IA-64):
aCC -AA connect_test.cpp -L/usr/lib -I/usr/include/hpodbc \
-lhpodbc -o connect_test -lm
To use cc for compiling and linking:
o Rename connect_test.cpp to connect_test.c.
o Run this command:
cc connect_test.c -I/usr/include/hpodbc -L/usr/lib \
-lstd_v2 -lCsup -lunwind -lm -lhpodbc -o connect_test
o On HP-UX (IA-64) 64 bit:
aCC +DD64 -AA connect_test.cpp -L/usr/lib -I/usr/include/hpodbc \
-lhpodbc64 -o connect_test -lm
To use cc for compiling and linking:
o Rename connect_test.cpp to connect_test.c
o Run this command:
cc connect_test.c -I/usr/include/hpodbc -L/usr/lib \
-lstd_v2 -lCsup -lunwind -lm -lhpodbc -o connect_test
o On HP-UX (PA-RISC):
aCC -AA connect_test.cpp -L/usr/lib -I/usr/include/hpodbc \
-lhpodbc -lhppa -o connect_test -lm
To use cc for compiling and linking:
o Rename connect_test.cpp to connect_test.c.
o Run this command:
cc connect_test.c -L/usr/lib -I/usr/include/hpodbc \
-lhppa -lstd_v2 -lCsup_v2 -lm -lhpodbc -o connect_test
o On IBM AIX(R):
g++ -maix32 connect_test.cpp -L/usr/lib -I/usr/include/hpodbc \