CPSC 421 S26 OOP Libraries

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