This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [regression] another i386-mingw32 build failure


Can you make MinGW more like Unix or provide some MinGW target specific
things to mingw32.h?

I am not part of the MinGW development team (I only use it to provide gfortran binaries for windows users).


The right thing to do is to protect the use of mkdir with the MKDIR_TAKES_ONE_ARG macro, which is defined on such platforms. This can be used directly, or you can include "system.h", which re#define-s mkdir if need be.

Thanks for fixing this,
FX


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]