On Mon, 2002-03-25 at 18:29, Mike Thomas wrote:
> Hi There.
>
> The new CVS build system works for Mingw32 GCL, thanks. Maxima seems to
> fire up and work.
>
> However "make checks" doesn't work:
>
> $ cat tests-gcl.log
> getopts: not found
> ...
> Any ideas?
Ugh. I know more about getopts (and the possble lack thereof) than I
care to discuss. A similar problem recently cropped up in my Real Job.
It looks like I'm going to have learn something about mingw before this
is over...
Does mingw include bash? If so, please change the #! line in src/maxima
(and src/maxima.in while you are at it) to point to bash. That should
solve your problem for the short term. Please let me know what happens
so I can start thinking about a long-term solution.
--Jim