On Tue, Jan 26, 2010 at 10:17:55AM -0600, Rolf Ernst wrote: > codecs, etc. But all that Make gives me is this: > > makefile:993: warning: overriding commands for target `TAGS' > makefile:990: warning: ignoring old commands for target `TAGS' > ./version.sh `gcc -dumpversion` Is that the make from MinGW or msys? One is known broken. However I think they are both broken, usually it stumbles over some dependency file. Possible solutions: remove all .d files (make distclean does that). Try "make DEPS=no"