--- sio/Makefile.in.orig Sun Oct 13 01:17:13 2002 +++ sio/Makefile.in Fri Jan 24 22:55:29 2003 @@ -73,5 +73,6 @@ $(LIBSO): $(SOBJS) /bin/rm -f "$(LIBSO)" "$(LIBSOS)" - gcc -shared "-Wl,-soname,$(LIBSO)" -o "$(LIBSO)" $(SOBJS) + $(CC) -shared "-Wl,-soname,$(LIBSO)" -o "$(LIBSO)" $(SOBJS) + $(CC) -shared -Wl,-x -o $(LIBSO) `lorder $(SOBJS) | tsort -q` chmod a+r "$(LIBSO)" sio.h usio.h /bin/ln -s "$(LIBSO)" "$(LIBSOS)"