2012/9/10 Peter Kümmel <[email protected]>: > On 09.09.2012 14:38, niXman wrote: >> 2012/9/9 Peter Kümmel: >> >>> But why do you also point to Ruben's scripts, what's the difference? >>> Don't your scripts work on Linux? > > This was only a question not a critic. > >> My scripts were originally created to build MinGW in Windows. I think >> it is not right to force Windows users to use Linux to building MinGW. >> In addition, most Windows users do not have experience in Linux. > > OK tried it on Windows and here some things I noticed:
A few hours ago I updated the scripts. Have you checked the latest version of the scripts? > - endless loop while parsing --dwarf Fixed. > - no download progess when downloading toolchain Not sure whether it is necessary. I'll think about it... > - x86_64 is installed into mingw32/ > after manually installed mingw32/64 it starts configuring Check now. > - /d/ is hardcodes mingw path Suggest to pass as arguments to the scripts? > - why not call it gcc-4.7-branch like for 4.7.1 Because 4.7 branch is actually called as gcc-4_7-branch. Otherwise it is necessary to create an associative array. I think it's too complicated. > - how to disable SLJL(enable SEH) for x64? (--disable-sjlj-exceptions) JonY already answered. > - no verbose option ок. > - build folders are under / ок. > - no multithreaded builds This is because the MSYS-make sometimes hangs up if '-jN' greater than 1. -- Regards, niXman ___________________________________________________ Dual-target(32 & 64 bit) MinGW compilers for 32 and 64 bit Windows: http://sourceforge.net/projects/mingwbuilds/ ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
