> The readme mentions MinGW as a supported compiler, but when I try to build > using that I get the following error: > > Process begin: CreateProcess(NULL,rm -f libpci.a) failed > > Which interrupts mingw32-make.exe. I did copy the config.h and config.mk > from the win32/ folder to lib/ so I'm not too sure why this is happening. > Is there a problem with the default makefile for Windows? I'm sure it > works in linux. > > Thanks, > > Kimo Kaaikala > Just an update on this. Turns out that compiling pciutils does work in windows, but it must be done within a Cygwin environment. MinGW alone isn't enough since the makefile contains some linux commands not present in windows. Kimo Kaaikala -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html