How do we build/make one dynamic link .so file from many C source TUs (translation units) as gcc -o foo.so -shared -fPIC foo.c of a single .c file ?
How do we build/make one dynamic link .so file from many C source TUs (translation units) as gcc -o foo.so -shared -fPIC foo.c of a single .c file ?