From: David E. <de...@us...> - 2010-01-14 02:11:59
|
John Culleton wrote: > > I downloaded Berkley yacc per your instructions, compiled it,linked it to > yacc and then put that yacc in every bin file I could find. Then I modified the > configure file replacing every occurrence of bison with yacc. The compile of > tiny seemed to work and the programs in the test_suite compiled. Most were > successful but the IX series returned multiple errors. I can send you the > complete error log if you like but there are about 4800 lines in it! I think you referring to the NIST COBOL-85 tests, found in the 'test_suite/nist' directory. The NIST test make extensive use of 'DECLARATIVES', which TC does NOT currently support. Consequently I'm not surprised that the tests are full of errors. Have you tried running the examples found in the 'test.code' directories. Just run 'mconfig.sh' first to generate the make files. Cheers. |