| United States-English |
|
|
|
![]() |
Developer's Toolkit Release Notes for HP-UX 11i Version 1.5: > Chapter 1 Developer's Toolkit Release Notes for HP-UX 11i
Version 1.5Compatibility Information and Installation Requirements |
|
Read this entire document and any other Release Notes or READMEs you may have before you begin an installation or update. If you install all the components included in the HP-UX Developer's Toolkit, you will need approximately 25 megabytes of disk space. The HP-UX Developer's Toolkit consists of the following product: Title not available (Compatibility Information and Installation Requirements)
To install your software, run the SD-UX swinstall command as root: swinstall -i It will invoke a user interface that will lead you through the installation. For help with swinstall, see the Software Distributor Administration Guide, available on the Instant Information CD and on the Web: You may also need documentation for other parts of the system, such as networking, system security and windowing. When developing an application that dynamically loads versioned libraries, the name used for loading a library requires special attention. Applications should not dynamically load versioned libraries with names of the form library_name.so. Names ending in the .so extension are generally associated with symbolic links to one of several possible versions of a library. Although these links are installed in the development environment, they are not typically present in the run-time environment. To ensure the correct version of a library is loaded, use the name that includes the version extension of the library executable. Use the file name referenced by the libA.so symbolic link for the library in question. For example, if libA.so is a symbolic link to libA.so.1, then use libA.so.1 for dynamic loading. |
||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||