CPSC 421 OOP Libraries
Across
- 2. The option for gcc to build a shared library
- 4. The file extension for a dynamic library in Linux
- 6. A tool to display the name list (
- 7. The ___ command is used to create a static library
- 12. PIC stands for ___ ___ ___
- 14. A utility to update the shared library cache
- 15. The file extension for a dynamic library in macOS
Down
- 1. table) of object code, a shared library, or an executable
- 3. With a _____ library, the object code is dynamically added to the executable program at run time
- 5. On macOS, a utility to view the shared libraries used by an executable
- 8. The file extension for a static libary in Windows
- 9. The option -f___ required for object code in a shared library
- 10. With a ____ library, the object code becomes part of the executable program
- 11. On Linux, a utility to view the shared libraries used by an executable
- 13. The file extension for a shared libary in Windows
- 14. The file extension for a static library in Windows