6. Which option of GCC compiler provides the linking with shared libraries? Explanation: None .
Read moreWhat is GCC shared?
Instruct the linker to create a shared object . Although -shared is an option for the linker, it does not need to be passed with -Wl .
Read more