gcc -Wall -pedantic -std=c99 -O0 -g -shared fade_plugin.c -o fade_plugin.so || exit gcc -Wall -pedantic -std=c99 -O0 -g -shared fade_plugin_simple.c -o fade_plugin_simple.so || exit gcc -ldl -pedantic -std=c99 -O0 -g -Wall testhost_simple.c -o testhost_simple || exit gcc -ldl -pedantic -std=c99 -O0 -g -Wall testhost.c -o testhost || exit ./testhost ./fade_plugin.so || exit echo Success!