Graeme Moss <[EMAIL PROTECTED]> writes
> 1) runhugs always complains with:
>
> ERROR: Option string must begin with `+' or `-'
As you correctly noted in your later message, we were reading
options out of the wrong environment variable.
We'd actually discovered and fixed this last week ... seems like it's time
for a bugfix release.
> 2) I've compiled two versions of Hugs 1.4: one with and one without
> profiling, as I couldn't find an option within the profile-enabled
> version to switch profiling off. Have I missed an option somewhere or
> is this on the "to-do" list?
Using a profiling interval of 0 turns profiling off - though you
still pay a bit of a performance penalty.
> Other than that, I'd like to thank you for producing Hugs 1.4. It's a
> great relief to not have to comment and uncomment code according to
> whether I'm using hbc or hugs (at least not as much now as I used to
> ;-).
I absolutely agree about compatability. Please let us know about other
compatability problems and we'll see what we can do.
Alastair