Link the dl library.
Sat Feb 21 09:37:24 CET 2009 Alan Swanson
* Link the dl library.
hunk ./Makefile 4
- gcc -shared -o fopenr.so fopenRedirect.o
+ gcc -shared -ldl -o fopenr.so fopenRedirect.o