2014-11-26 16:38 GMT+01:00 Richie Adler <[email protected]>:
> After many builds working properly, this happens:
>
> C:/Prog/MinGW/bin/mingw32-make -C src/../compat/zlib PREFIX= LOC="-DASMV
> -DASMINF" OBJA="inffas86.o match.o" -f win32/Makefile.gcc libz.a
> C:\Prog\MinGW\bin\mingw32-make: invalid option -- A
> C:\Prog\MinGW\bin\mingw32-make: invalid option -- M
> Usage: mingw32-make [options] [target] ...
My guess is that the quotes in line 115 of Makefile.mingw are causing
this. mingw32-make has its known limitations, because it uses
the Windows "cmd" shell to do executions in stead of the msys shell,
which has quite different quote handling. Better: use msys make.
I'm open to suggestions how to fix this.
Regards,
Jan Nijtmans
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users