still for the dynamic libs how does the system kno...
# kotlin-native
c
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
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