Hi! Just issued a "sudo port install mingw-w64" on 10.6.8. Most needed dependencies are downloaded prebuilt, except for gcc 9.2.0, which needs to be built from source.
When building the bootstrap stage, I get this warning: [...] ---> Attempting to fetch gcc-9.2.0.tar.xz from http://mirror.cc.columbia.edu/pub/software/gnu/gcc/gcc-9.2.0/ ---> Verifying checksums for i686-w64-mingw32-gcc-bootstrap ---> Extracting i686-w64-mingw32-gcc-bootstrap ---> Applying patches to i686-w64-mingw32-gcc-bootstrap ---> Configuring i686-w64-mingw32-gcc-bootstrap ---> Building i686-w64-mingw32-gcc-bootstrap ---> Staging i686-w64-mingw32-gcc-bootstrap into destroot Warning: i686-w64-mingw32-gcc-bootstrap installs files outside the common directory structure. ---> Installing i686-w64-mingw32-gcc-bootstrap @9.2.0_0 ---> Activating i686-w64-mingw32-gcc-bootstrap @9.2.0_0 ---> Cleaning i686-w64-mingw32-gcc-bootstrap [...] And then the build continues with the next dependency. It's still building in this moment. No errors for the moment. Should I worry about that "Warning: i686-w64-mingw32-gcc-bootstrap installs files outside the common directory structure.", or is it expected? Thanks! César
