still for the dynamic libs how does the system know where to link at runtime? Do I set a LD_LIBRARY env var before running or is there a predetermined search path for each OS or…?
g
gildor
01/23/2018, 1:06 AM
Depends on platform. But each OS has own set of defaults paths for dynamic libs lookup. You also can specify this path explicitly. It’s completely platform specific