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'
- 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
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.