Red Hat 7.0

Henry Cejtin henry@sourcelight.com
Thu, 19 Oct 2000 00:35:52 -0500


Note,  part  of the problem is that EVERY MLton program links to mlton-lib.o,
and thus you get it all (bad) and this includes a call to tmpnam().  This  is
part  of  the  reason  that linking statically creates such huge files.  This
really must be broken up into many small .c files.