$ gcc -fPIC -Wall -c -o what.o what.c $ gcc -fPIC -Wall -c -o whatWrap.o whatWrap.c -I/usr/include/python3.9 $ gcc -fPIC -Wall -shared -o hello.so what.o whatWrap.o