rpmbuild

Stephen Weeks MLton@sourcelight.com
Fri, 10 Aug 2001 12:15:40 -0700


> It is probably worth while at leasting having the script check if ss exists
> and is executable, and failing with some nice error message describing the
> problem if it doesn't.  You can check if it exists with
> 	ss true 2>/dev/null || {
> 		echo 'No ss ...' >&2
> 		exit 1
> 	}

Added.

> No comments on the fine floating point superiority of MLton over gcc?

I didn't look into that benchmark.  Feel free to post our fine numbers to
comp.lang.functional.  Did anyone else beat gcc by that much?