My problem is that I've been unable to reproduce MinGW installations. I used the MinGW 5.1.3 all-in-one installer, but I have different users that ended up with different installations. I have an installation with binutils 2.20, and I'm unable to get the same stuff installed with the same installer.

I feel like MinGW works the same way rolling-release Linux distros work, but I couldn't find information about it... Note that I don't want to upgrade to mingw-get at the moment, just find out how I could have these components installed.

How can I find a way to have an installer generate the exact same configuration I currently have ?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

The installer is just a handy tool. If you want to save your current installation, just copy the C:\mingw folder and store it somewhere safely.

The package management of mingw has always been somewhat lacking, although they've been working on it. If you really want hard-core package management, you'll always need a well-supported Linux distro that provides tons of mingw packages (like Fedora I think, or for sure Opensuse).

Your best bet is to manually download all the libs you are using and store the zip/tarballs so all you have to do to "reinstall" is unpack them.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.