to compile hello_world.c: gcc -o hello_world hello_world.c -ldl to compile libhello.so: gcc -c hello.c ld -G hello.o -o libhello.so