>> I fixed it for now by placing an empty dummy default-manifest.o file in >> working directory. > > May you describe how you have crated it or attach here your empty file? > I tried in different ways but always fail in building with: > > "...default-manifest.o: file not recognized: File format not recognized"
$ touch default-manifest.c $ gcc -c default-manifest.c Instead of 'gcc' use the appropriate (i.e. i686-w64-mingw32-gcc) That will give you a default-manifest.o that the linker will recognize. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple