mingw symlink
NightStrike <[email protected]> Sun, 2 Aug 2015 23:48:12 -0400
| Newsgroups | gmane.comp.gnu.mingw.devel |
|---|---|
| Message-ID | <CAF1jjLtFwLtkoh_bqEsNx2me8UO7oioiPN3g-V=yh5Qwf1hEQw@mail.gmail.com> |
I tried building the toolchain for the first time in a long time, and I see this is still an issue: The directory that should contain system headers does not exist: /opt/mw64/sysroot/mingw/include Is it at all possible to get rid of that dependency? As I recall, that was a holdover from mistakes made eons ago. I get that "/mingw" is the Windows equivalent of "/usr", but the issue here is that the build system extends the sysroot variable. It looks for $sysroot/usr/include or $sysroot/mingw/include instead of just $sysroot/include. Does --with-build-sysroot make this go away? Or, can it be made to do so? ------------------------------------------------------------------------------