Re: [Mingw-w64-public] basic problems with make and mingw-w64

2016-06-16 Thread K. Frank
Hi Jim! On Thu, Jun 16, 2016 at 7:50 AM, Jim Michaels wrote: > - make does not make the windows/dos commands COPY, MOVE, IF, FOR etc > available. ... I have used windows/dos command with mingw-w64's mingw32-make.exe (e.g., DEL, COPY) just fine (running on windows, of course). Note, make doesn'

[Mingw-w64-public] basic problems with make and mingw-w64

2016-06-16 Thread Jim Michaels
- make does not make the windows/dos commands COPY, MOVE, IF, FOR etc available. equivalents need to be made available with the compiler, like cp, mv- most expected basic things like automake, autoconf, m4, grep, egrep, fgrep, sed, tr, cut, paste - grep -r -l "" * doesn't always work for file tr

Re: [Mingw-w64-public] Do not define __has_builtin in intrin.h

2016-06-16 Thread Kai Tietz
Hello Kai, please go ahead and apply patch to our master. Thanks, Kai 2016-06-15 12:42 GMT+02:00 Kai Koehne : > Hi, > > Currently intrin.h defines __has_builtin macro for compilers that do not > define it on their own. This can lead to problems for applications > checking for the macro (see e.