CPSC 421 OOP Libraries

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