Sat Feb 21 09:37:24 CET 2009 Alan Swanson * Link the dl library. diff -rN -u old-myth2/Makefile new-myth2/Makefile --- old-myth2/Makefile 2014-10-30 08:05:18.000000000 +0100 +++ new-myth2/Makefile 2014-10-30 08:05:18.000000000 +0100 @@ -1,7 +1,7 @@ all: fopenr.so fopenr.so: fopenRedirect.o - gcc -shared -o fopenr.so fopenRedirect.o + gcc -shared -ldl -o fopenr.so fopenRedirect.o fopenRedirect.o: fopenRedirect.c gcc -Wall -fpic -c fopenRedirect.c