Another clm problem

Richard A. O'Keefe ok@atlas.otago.ac.nz
Tue, 2 Mar 1999 15:12:40 +1300 (NZDT)


Here's the problem I ran into with Clean 1.3 on Solaris.

	clm Neural2
=>
	Compiling Neural2
	Command line error: unknown flag -i
	Usage: 'cocl [options] [-o file] file'
	Options: <<deleted>>

But _I_ haven't supplied any -i flag, and when I compile another
file, this doesn't happen.  Reinstalling Clean 1.3 didn't help.

The program does no IO.  It's my neural net program stuffed into one
file and trimmed down a bit.  I was hoping that seeing it all as one
file might help the compiler a bit.

(For what it's worth, SML/NJ code is about twice as fast as Clean code
on this problem.)