This chapter provides detailed information for building applications on Solaris. In the script files, commands that begin with db2 are Command Line Processor (CLP) commands. Refer to the Command Reference if you need more information about CLP commands.
For the latest DB2 application development updates for Solaris, visit the Web page at:
http://www.software.ibm.com/data/db2/udb/ad
Note: | Because the DB2 library, libdb2.so, is threadsafe, and due
to the way threads are implemented on Solaris, you might consider using the
-mt multi-threaded option when linking executables also linked with
-ldb2. If the -mt switch is not used, the
application may see an error such as the following when the application is
run:
libc internal error: _rmutex_unlock: rmutex not held |