|
From: Kurt R. <ku...@ra...> - 2000-08-30 17:02:33
|
The C parser in CVS fails to compile: [kurt@linux new]$ make cc -o html html.c /tmp/cciPM1HH.o: In function `main': /tmp/cciPM1HH.o(.text+0xa2): undefined reference to `parse_files' collect2: ld returned 1 exit status make: *** [all] Error 1 [kurt@linux new]$ make parser cc parser.c -o parser parser.c: In function `get_line': parser.c:111: `by' undeclared (first use in this function) parser.c:111: (Each undeclared identifier is reported only once parser.c:111: for each function it appears in.) make: *** [parser] Error 1 [kurt@linux new]$ make html cc -o html html.c /tmp/ccU0bnzp.o: In function `main': /tmp/ccU0bnzp.o(.text+0xa2): undefined reference to `parse_files' collect2: ld returned 1 exit status make: *** [html] Error 1 |