What are static and dynamic libraries in C?

library directory
  1. Compile each one of the files using this script:
setenv LD_LIBRARY_PATH /full/path/to/library/directory
setenv LD_LIBRARY_PATH /full/path/to/library/directory:${LD_LIBRARY_PATH}
LD_LIBRARY_PATH=/full/path/to/library/directory
export LD_LIBRARY_PATH
LD_LIBRARY_PATH=/full/path/to/library/directory:${LD_LIBRARY_PATH}
export LD_LIBRARY_PATH

--

--

Software developer, philosopher and educator.

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store