CPSC 421 OOP Libraries

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