HTTP/1.1 -1 Read error in cache disk data: SuccessContent-Type: text/csv; charset="utf-8" Last-Modified: Sat, 22 Jan 2022 07:24:10 GMT Content-length: 785 Connection: Close Proxy-Connection: Close X-Cache: HIT from web1.osuosl.org Server: ProxyTrack 0.5 (HTTrack 3.49.2) id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform 838,Configure.pl mangles forwardslashed-flags for CL,whiteknight,coke,"The Microsoft C compiler, cl, takes flags with a forward slash instead of a - on Linux. Configure.pl helpfully mangles these forward slashes into backslashes in the makefile, I think it's mixing up the --ccflags with some kind of path specifier. For instance, I typed this: {{{ Configure.pl --ccflags=""/GS- /MD"" }}} And the makefile contained this: {{{ CONFIG_ARGS = ""--ccflags=\GS- \MD"" }}} I had to manually edit this in the makefile here and one other place to make this work.",bug,closed,normal,,configure,1.3.0,medium,fixed,,jkeenan,,,win32 co