how to compile .so file in windows code example Example: how to compile c code to a .so gcc -shared -o libhello.so -fPIC hello.c