Builds of grep-2.6 with native (non-gcc) compilers fail on several
systems because of source code errors:

    CC       grep.o
    "grep.c", line 10: void function cannot return value
    "grep.c", line 16: void function cannot return value
    "grep.c", line 22: void function cannot return value
    cc: acomp failed for grep.c

On at least one system, I got a failure of the foad1 test.
Examination of the saved output showed that the differences were from
colorization; once I did a

        unsetenv GREP_COLOR

and reran the tests, they passed.

-------------------------------------------------------------------------------
- Nelson H. F. Beebe                    Tel: +1 801 581 5254                  -
- University of Utah                    FAX: +1 801 581 4148                  -
- Department of Mathematics, 110 LCB    Internet e-mail: [email protected]  -
- 155 S 1400 E RM 233                       [email protected]  [email protected] -
- Salt Lake City, UT 84112-0090, USA    URL: http://www.math.utah.edu/~beebe/ -
-------------------------------------------------------------------------------


Reply via email to