c++ - C project O file still looking for Cpp file after removal during make -
i working on c project , objective remove unwanted references project. changed code , not need references anymore.so decided remove files project folder see if still works alright.
now, remove , try build again see following error:
* no rule make target
gnu_getopt.c', needed by
gnu_getopt.o'. stop
funny thing have removed both o file , c file manually , search them in folder, not able find them. not sure why(and where) still seeing o file looking c file?
there 1 thing noticed there folder called .dept , has bunch of po files. though delete files manually gnu_getopt.po file shows there after failed build.
on side note, working in cygwin environment not sure how helpful be?
you need remove file makefile
check srcs =
or grep file gnu_getopt
, remove it.
Comments
Post a Comment