Hello, I'm written a program with gawk on Cygwin on Windows 2000 computer. And I recently have an error : ./myProgram.sh: gawk: error 22
After a long search, I found why gawk doesn't work. I have too many characters or line in my gawk program. my gawk program has 702 lines. With 30511 characters, it works. With 30512 characters, it produces this error 22. I'm trying my program on HP computer with HPUX, and there isn't any problem. I work with Cygwin 4.2. The gawk programm have this characteristic : -rwxr-xr-x 1 Admin Aucun 169984 Jun 24 2000 /usr/bin/gawk the uname command tell this information : $ uname -a CYGWIN_NT-5.0 myComputer 1.3.12(0.54/3/2) 2002-07-06 02:16 i686 unknown I don't find any option to increase the size. So, for the moment, I continue on HP computer. Have a good day. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/