bug-indent
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

indent would not compile using MinGW-5.1.3 and MSYS 1.0


From: Douglas
Subject: indent would not compile using MinGW-5.1.3 and MSYS 1.0
Date: Sat, 8 Jan 2011 08:24:45 -0800 (PST)

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



      

Attachment: Makefile.in
Description: Binary data

Attachment: Makefile.am
Description: Binary data

Attachment: configure.in
Description: Binary data

Attachment: ansidecl.h
Description: Binary data

Attachment: string.c
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]