Cray's C compiler fails to compile getline.c,

        cc  -I.. -I. -I../src \
                      -DHAVE_CONFIG_H -g -c getline.c
CC-147 cc: ERROR File = getline.c, Line = 49
  Declaration is incompatible with
          "int getstr(char **, size_t *, FILE *, char, int, int)" (declared at
          line 20 of "getline.h").

  getstr (lineptr, n, stream, terminator, offset, limit)
  ^

 Total errors detected in getline.c: 1
 Make: "cc  -I.. -I. -I../src \
               -DHAVE_CONFIG_H -g -c getline.c": Error code 1
 cmd-2436 make: Stop.

Where do I go from here short of learning C or installing gcc?

Thanks,
--
Bil Kleb
NASA Langley Research Center
Hampton, Virginia, USA



_______________________________________________
Bug-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-cvs

Reply via email to