Indent.c would not compile using MinGW-5.1.3 and MSYS 1.0: gcc -g -O2 -o indent args.o comments.o indent.o lexi.o parse.o backup.o globs .o io.o memcpy.o comments.o: In function `print_comment':d:/indent-1.10.0/comments.c:595: undefin ed reference to `bcopy' :d:/indent-1.10.0/comments.c:613: undefined reference to `bcopy' indent.o: In function `indent':d:/indent-1.10.0/indent.c:1501: undefined referen ce to `bcopy' :d:/indent-1.10.0/indent.c:1508: undefined reference to `bcopy' :d:/indent-1.10.0/indent.c:1513: undefined reference to `bcopy' indent.o:d:/indent-1.10.0/indent.c:1519: more undefined references to `bcopy' fo llow collect2: ld returned 1 exit status make: *** [indent] Error 1
I found a fix for it and created string.c, downloaded ansidecl.h and updated
configure.in, Makefile.in, and Makefile.am.
Thank you,elderdo
Makefile.in
Description: Binary data
Makefile.am
Description: Binary data
configure.in
Description: Binary data
ansidecl.h
Description: Binary data
string.c
Description: Binary data
_______________________________________________ bug-indent mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-indent
