vijay writes: > I'm using SunOS FOPSDEMA2 5.10 Generic_127127-11 sun4u sparc > SUNW,SPARC-Enterprise, I have a lex program which is already running in > MainFrame, It is compiled in MVS compiler. When I try to use the same program > without any change, I face the following errors.
Note that Solaris 10 is not OpenSolaris. Since you're using Solaris 10, you should be contacting Sun's technical support group to get help. > Error: Too many positions for one state - acompute That's a compiled-in constant in the old 'lex' program. A given state can't have more than 4000 actions. (I would be somewhat surprised if a .l file that complicated is readable or maintainable ...) I suggest trying GNU flex instead, as that generally has fewer compiled-in limits. It's installed as /usr/bin/flex on OpenSolaris systems, and /usr/sfw/bin/flex on Solaris 10. -- James Carlson, Solaris Networking <[EMAIL PROTECTED]> Sun Microsystems / 35 Network Drive 71.232W Vox +1 781 442 2084 MS UBUR02-212 / Burlington MA 01803-2757 42.496N Fax +1 781 442 1677 _______________________________________________ opensolaris-code mailing list opensolaris-code@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/opensolaris-code