Hi folks, As suggested earlier on this list I am using a wrapper around cl.exe to make it look like a Unix compiler. Works pretty well, except that the *.Po files are empty after the build. Depcomp is called with depmode=none :-(.
Probably Cygwin's makedepend wouldn't work for cl.exe, but looking into config.log it seems that configure didn't even try to find makedepend. Is this expected? How could I get working *.Po files? Any help would be highly appreciated. Regards Harri