Topic: MinGW directory tree
If I want to make use of parts of MinGW from outside SF, using the MinGW version as put there by SF, which part of it should I point my system at, please? I ask because I note that SF installs it with a kind of recursive structure, like this:
SF
|
|
|
----MinGW-w64
|
|
|
-------------------------------------------
| | | |
| | | |
bin lib MinGW x86_64-w64-MinGW32
| |
| |
-------------------------- |
| | | | |
| | | | |
bin lib |
|
|
--------------------------
| | | |
| | | |
| | | |
bin lib
As far as I can see, all three of the boldface 'bin' subdirirectories contain many of the same binary executables, like gcc.exe, gfortran.exe, ar.exe and so forth. I can't be sure but they look as if they are identical.
Is it possible to treat any part of the above as an installed MinGW directory tree? If so, where in the above should we identify as the top of the basic MinGW tree, please?
This would obviate the need to install another copy of MinGW somewhere else, if we wanted MinGW for other reasons, and it could be done without interfering with SF in any way. If this turns out to be a very bad idea, that's fine, and I can install my own copy of MinGW elsewhere. I'd just like to know!
---
John