--- testscript.sh.orig 2004-02-24 15:52:50.398697600 -0500 +++ testscript.sh 2004-02-24 15:53:52.097416000 -0500 @@ -34,7 +34,7 @@ echodo "gcc -g -c testdll.c" echo "## Creating testdll.dll" -echodo "dllwrap -g --export-all-symbols -o testdll.dll testdll.o -lc" +echodo "gcc -shared -g -o testdll.dll testdll.o -lc" echo "## Compiling testmain.c -> testmain.o" echodo "gcc -g -c testmain.c"