Changeset 2598 in Sophya for trunk/SophyaLib/SysTools/pdlmgr.cc
- Timestamp:
- Aug 11, 2004, 3:10:25 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SysTools/pdlmgr.cc
r2498 r2598 26 26 This classes handles the run-time operations related to using shared 27 27 libraries. The present version has been adapted for different Unix 28 flavours (Linux, Compaq/Digital Unix, SGI IRIX, IBM AIX, Sun Solaris, 29 MacOS X/Darwin). 28 flavours (Linux, HP/Compaq/Digital OSF-Tru64, SGI IRIX, IBM AIX, Sun Solaris, 29 MacOS X/Darwin). \n 30 For MacOS X/Darwin, the NSxxx API 31 <tt> (NSLinkModule , NSCreateObjectFileImageFromFile, ...) </tt> 32 is used. 30 33 The example here shows the linking of shared library named "mylib.so" 31 34 containing a function \c double \c myfunction(double x).
Note:
See TracChangeset
for help on using the changeset viewer.