[Mingw-w64-public] Enable ld.exe --large-address-aware on Win 32bit toolchain binaries.

2011-07-27 Thread Darryl L. Miles
I have just opened an issue on this and it was request I discuss in ML. http://sourceforge.net/tracker/?func=detail&aid=3379768&group_id=202880&atid=983357 I do not believe this has any known side effect. I beleve this to be a flag in the PE header that says the executable is compatible with

Re: [Mingw-w64-public] Trouble with build gcc-4.6.2_rubenvb.tar.lzma

2011-07-27 Thread PcX
于 2011/7/27 18:53, Ruben Van Boxem 写道: Is this problem also present with other toolchains by mingw.org and mingw-w64? If it is, this needs to be fixed upstream with GCC, otherwise I need to figure out what configure option I need to pass to GCC. Sorry, I have not tested othe

Re: [Mingw-w64-public] Trouble with build gcc-4.6.2_rubenvb.tar.lzma

2011-07-27 Thread Ruben Van Boxem
2011/7/27 PcX > 于 2011/7/27 17:49, Ruben Van Boxem 写道: > > 2011/7/27 PcX > >> Hi, Ruben >> >>Your gcc-4.6.2's OpenMP (-fopenmp) seems to lack the linker option >> "-lpthread". >> >>I have to build OpenMP program using "gcc -fopenmp main.c -lgomp >> -lpthread" with your edition. >> > > I

Re: [Mingw-w64-public] Trouble with build gcc-4.6.2_rubenvb.tar.lzma

2011-07-27 Thread PcX
于 2011/7/27 17:49, Ruben Van Boxem 写道: 2011/7/27 PcX mailto:xunxun1...@gmail.com>> Hi, Ruben Your gcc-4.6.2's OpenMP (-fopenmp) seems to lack the linker option "-lpthread". I have to build OpenMP program using "gcc -fopenmp main.c -lgomp -lpthread" with your edition.

Re: [Mingw-w64-public] Trouble with build gcc-4.6.2_rubenvb.tar.lzma

2011-07-27 Thread Ruben Van Boxem
2011/7/27 PcX > Hi, Ruben > >Your gcc-4.6.2's OpenMP (-fopenmp) seems to lack the linker option > "-lpthread". > >I have to build OpenMP program using "gcc -fopenmp main.c -lgomp > -lpthread" with your edition. > I believe that is a known limitation for MinGW's -fopenmp. Feel free to fil