CPSC 421 OOP Libraries

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