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