================================= MACHINE SPECIFIC NOTES FOR INFORMIX-Client SDK 2.20.UC2 PRODUCT RELEASE C++ Interface Version 2.6 DATE: 11 Jan 1999 ================================= Machine Specific Notes: ======================= 1. C++ shared libraries are supported in this release. 2. For using the C++ shared libraries, the application should be compiled with the -brtl linker option and LIBPATH environment variable must be set as follows. (for Bourne or Korn Shell) LIBPATH=$INFORMIXDIR/lib/c++:$INFORMIXDIR/lib/esql:$LIBPATH export LIBPATH (for C Shell) setenv LIBPATH $INFORMIXDIR/lib/c++:$INFORMIXDIR/lib/esql:$LIBPATH 3. This product was built and tested on AIX 4.2.1 with the following patches : IX82633 IX79576 IX81658
================================= MACHINE SPECIFIC NOTES FOR INFORMIX-Client SDK 2.20.UC2 PRODUCT RELEASE GLS API Version 3.08.UC3 DATE: 11 Dec 1998 ================================= PORT NUMBER: 024819(8MM CASSETTE) 024817(DAT CARTRIDGE) 024814(TAPE CARTRIDGE) 024826(CD ROM) IRIS JOB NUMBER: 18152 Machine Specific Notes: ======================= This product was built and tested on AIX 4.2.1 with the following patches : IX82633 IX79576 IX81658
================================= MACHINE SPECIFIC NOTES FOR INFORMIX-Client SDK 2.20.UC2 PRODUCT RELEASE Call Level Interface for SQL Version 2.8 DATE: 11 Jan 1999 ================================= Machine Specific Notes: ======================= 1. Call Level Interface is supported in this release. 2. For using the CLI shared libraries, the application should be compiled with the -brtl linker option and LIBPATH environment variable must be set as follows. (for Bourne or Korn Shell) LIBPATH=$INFORMIXDIR/lib:$INFORMIXDIR/lib/cli:$INFORMIXDIR/lib/esql:$LIBPATH export LIBPATH (for C Shell) setenv LIBPATH $INFORMIXDIR/lib:$INFORMIXDIR/lib/cli:$INFORMIXDIR/lib/esql:$LIBPATH 3. The thread safe CLI libraries are supported on this platform using POSIX threads. The application must be compiled with xlc_r For using the CLI thread shared library, the application should be compiled with the -brtl linker option and LIBPATH environment variable be set as follows. (for Bourne or Korn Shell) LIBPATH=$INFORMIXDIR/lib:$INFORMIXDIR/lib/cli:$INFORMIXDIR/lib/esql:$LIBPATH export LIBPATH (for C Shell) setenv LIBPATH $INFORMIXDIR/lib:$INFORMIXDIR/lib/cli:$INFORMIXDIR/lib/esql:$LIBPATH 4. This product was build and tested on AIX.4.2.1 with the following patches : IX82633 IX79576 IX81658