[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: TextRider bug on last token
>>> Mike Griebling <grieblm@trt.allied.com> 25.06.98 12.02 >>>
>I can't get the TextRider test program to
>start up. It reports an array range error
>as soon as it starts at line 10001 in
>TextRider.
Try to build the program with "--make --all". The new
TextRider has a different binary interface, because I
got rid of methods that are local to the module. This
may interfere if you link it against the old shared
library. Doing "-MA" works for me.
-- mva