Re: [Mingw-w64-public] Weird crash when using Ruben's gcc4.6 stdthread package rebuilt gdb with -Os debug some program

2011-10-19 Thread xunxun
于 2011/10/20 14:44, Ozkan Sezer 写道: > What fixed it? Solved it or hidden it? I download gcc-4.6.2-RC-20111019 to build it. Using the edition to build gdb with "-Os", no crash anymore. I think this may be solved at some time. -- Best Re

Re: [Mingw-w64-public] Weird crash when using Ruben's gcc4.6 stdthread package rebuilt gdb with -Os debug some program

2011-10-19 Thread Ozkan Sezer
g session is active. > >     Inferior 1 [process 2212] will be killed. > > Quit anyway? (y or n) > > > And if I replace "-Os" with "-O2" to rebuild again, gdb will work ok. > &g

Re: [Mingw-w64-public] Weird crash when using Ruben's gcc4.6 stdthread package rebuilt gdb with -Os debug some program

2011-10-19 Thread xunxun
ad, and it's also crash. So it's gcc's -Os bug? But I only found the issue when I built gdb, other projects with "-Os" work well. Ruben, can you try to build gdb with "-Os" using your edition, test it debugging? Kai, what changes gcc's "-Os"

Re: [Mingw-w64-public] [Qt-interest] "Memory exhausted" ld error when building Qt 4.8.0-rc1 with mingw-w64 4.7.0

2011-10-19 Thread xunxun
Hi, K. Frank On Thu, Oct 20, 2011 at 1:54 AM, K. Frank wrote: > Hello xunxun! > > On Wed, Oct 19, 2011 at 11:43 AM, xunxun wrote: >> 于 2011/10/19 23:38, Morcego Vermelho 写道: >> ... >> If you refer to Qt build, you can modify >> >> mkspecs/win32-g++/qmake.conf  (similar it is, I forgot that) >>

Re: [Mingw-w64-public] [Qt-interest] "Memory exhausted" ld error when building Qt 4.8.0-rc1 with mingw-w64 4.7.0

2011-10-19 Thread Ruben Van Boxem
2011/10/19 K. Frank > Hello xunxun! > > On Wed, Oct 19, 2011 at 11:43 AM, xunxun wrote: > > 于 2011/10/19 23:38, Morcego Vermelho 写道: > > ... > > If you refer to Qt build, you can modify > > > > mkspecs/win32-g++/qmake.conf (similar it is, I forgot that) > > > > QMAKE_CFLAGS_RELEASE = -O2 -fno-k

Re: [Mingw-w64-public] [Qt-interest] "Memory exhausted" ld error when building Qt 4.8.0-rc1 with mingw-w64 4.7.0

2011-10-19 Thread K. Frank
Hello xunxun! On Wed, Oct 19, 2011 at 11:43 AM, xunxun wrote: > 于 2011/10/19 23:38, Morcego Vermelho 写道: > ... > If you refer to Qt build, you can modify > > mkspecs/win32-g++/qmake.conf (similar it is, I forgot that) > > QMAKE_CFLAGS_RELEASE = -O2 -fno-keep-inline-dllexport Thank you. I will

Re: [Mingw-w64-public] [Qt-interest] "Memory exhausted" ld error when building Qt 4.8.0-rc1 with mingw-w64 4.7.0

2011-10-19 Thread K. Frank
Hi Ruben! On Wed, Oct 19, 2011 at 11:18 AM, Ruben Van Boxem wrote: > 2011/10/19 xunxun >> >> 于 2011/10/19 22:32, K. Frank 写道: >> > Hello Lists! >> > >> > I get the following error: >> > >> >     ./tmp\obj\debug_shared\moc_qgraphicsanchorlayout.o: file not >> > recognized: Memory exhausted >> > >

Re: [Mingw-w64-public] [Qt-interest] "Memory exhausted" ld error when building Qt 4.8.0-rc1 with mingw-w64 4.7.0

2011-10-19 Thread xunxun
于 2011/10/19 23:38, Morcego Vermelho 写道: this answer is enigmatic I dont know how to reduce it If you refer to Qt build, you can modify mkspecs/win32-g++/qmake.conf (similar it is, I forgot that) QMAKE_CFLAGS_RELEASE = -O2 -fno-keep-inline-dllexport -- Best Regards, xunxun ---

Re: [Mingw-w64-public] [Qt-interest] "Memory exhausted" ld error when building Qt 4.8.0-rc1 with mingw-w64 4.7.0

2011-10-19 Thread Morcego Vermelho
this answer is enigmatic I dont know how to reduce it 2011/10/19 xunxun > 于 2011/10/19 23:18, Ruben Van Boxem 写道: > > reduce DLL size > > reduce DLL obj size > > -- > Best Regards, > xunxun > > > > -- > All the data con

Re: [Mingw-w64-public] [Qt-interest] "Memory exhausted" ld error when building Qt 4.8.0-rc1 with mingw-w64 4.7.0

2011-10-19 Thread xunxun
于 2011/10/19 23:18, Ruben Van Boxem 写道: > reduce DLL size reduce DLL obj size -- Best Regards, xunxun -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, applicat

Re: [Mingw-w64-public] [Qt-interest] "Memory exhausted" ld error when building Qt 4.8.0-rc1 with mingw-w64 4.7.0

2011-10-19 Thread Ruben Van Boxem
2011/10/19 xunxun > 于 2011/10/19 22:32, K. Frank 写道: > > Hello Lists! > > > > I get the following error: > > > > ./tmp\obj\debug_shared\moc_qgraphicsanchorlayout.o: file not > > recognized: Memory exhausted > > > > in the build step that links QtGuid4.dll when trying to build Qt > 4.8.0-rc1 >

Re: [Mingw-w64-public] [Qt-interest] "Memory exhausted" ld error when building Qt 4.8.0-rc1 with mingw-w64 4.7.0

2011-10-19 Thread xunxun
于 2011/10/19 22:32, K. Frank 写道: > Hello Lists! > > I get the following error: > > ./tmp\obj\debug_shared\moc_qgraphicsanchorlayout.o: file not > recognized: Memory exhausted > > in the build step that links QtGuid4.dll when trying to build Qt 4.8.0-rc1 > with mingw-w64 4.7.0 > > Would anyone h

[Mingw-w64-public] [Qt-interest] "Memory exhausted" ld error when building Qt 4.8.0-rc1 with mingw-w64 4.7.0

2011-10-19 Thread K. Frank
Hello Lists! I get the following error: ./tmp\obj\debug_shared\moc_qgraphicsanchorlayout.o: file not recognized: Memory exhausted in the build step that links QtGuid4.dll when trying to build Qt 4.8.0-rc1 with mingw-w64 4.7.0 Would anyone have some suggestions about how I might fix this? (Ta

Re: [Mingw-w64-public] REPARSE_DATA_BUFFER seems to be missing

2011-10-19 Thread Luis Lavena
On Wed, Oct 19, 2011 at 11:25 AM, Ruben Van Boxem wrote: > Op 19 okt. 2011 10:07 schreef "Ozkan Sezer" het > volgende: > >> >> >> >> >> Doing #include in your *.c and -I[somepath]/ddk in >> >> your CFLAGS or something? > > Why not ? Shouldn't the ddk headers be in a standard include > directory

Re: [Mingw-w64-public] REPARSE_DATA_BUFFER seems to be missing

2011-10-19 Thread Ozkan Sezer
On Wed, Oct 19, 2011 at 12:25 PM, Ruben Van Boxem wrote: > Op 19 okt. 2011 10:07 schreef "Ozkan Sezer" het > volgende: > >> >> On Wed, Oct 19, 2011 at 10:45 AM, Luis Lavena >> wrote: >> > On Wed, Oct 19, 2011 at 9:32 AM, Ozkan Sezer wrote: >> >> On Wed, Oct 19, 2011 at 10:23 AM, Luis Lavena >>

Re: [Mingw-w64-public] REPARSE_DATA_BUFFER seems to be missing

2011-10-19 Thread Ruben Van Boxem
Op 19 okt. 2011 10:07 schreef "Ozkan Sezer" het volgende: > > On Wed, Oct 19, 2011 at 10:45 AM, Luis Lavena wrote: > > On Wed, Oct 19, 2011 at 9:32 AM, Ozkan Sezer wrote: > >> On Wed, Oct 19, 2011 at 10:23 AM, Luis Lavena wrote: > >>> > >>> I'm missing a way to trigger the inclusion of DDK? > >

Re: [Mingw-w64-public] REPARSE_DATA_BUFFER seems to be missing

2011-10-19 Thread Ozkan Sezer
On Wed, Oct 19, 2011 at 10:45 AM, Luis Lavena wrote: > On Wed, Oct 19, 2011 at 9:32 AM, Ozkan Sezer wrote: >> On Wed, Oct 19, 2011 at 10:23 AM, Luis Lavena wrote: >>> >>> I'm missing a way to trigger the inclusion of DDK? >> >> Doing #include in your *.c and -I[somepath]/ddk in >> your CFLAGS o

Re: [Mingw-w64-public] REPARSE_DATA_BUFFER seems to be missing

2011-10-19 Thread Luis Lavena
On Wed, Oct 19, 2011 at 9:32 AM, Ozkan Sezer wrote: > On Wed, Oct 19, 2011 at 10:23 AM, Luis Lavena wrote: >> >> I'm missing a way to trigger the inclusion of DDK? > > Doing #include in your *.c and -I[somepath]/ddk in > your CFLAGS or something? > Thank you, Problem with that is means I would

Re: [Mingw-w64-public] REPARSE_DATA_BUFFER seems to be missing

2011-10-19 Thread Ozkan Sezer
On Wed, Oct 19, 2011 at 10:23 AM, Luis Lavena wrote: > Hello, > > While attempting to use Ruben's GCC 4.6.2 build under Windows 7 to > compile libuv [1], I found that REPARSE_DATA_BUFFER is undefined: > > gcc -Iinclude -Iinclude/uv-private -g --std=gnu89 > -D_WIN32_WINNT=0x0501 -Isrc/ares/config_w

[Mingw-w64-public] REPARSE_DATA_BUFFER seems to be missing

2011-10-19 Thread Luis Lavena
Hello, While attempting to use Ruben's GCC 4.6.2 build under Windows 7 to compile libuv [1], I found that REPARSE_DATA_BUFFER is undefined: gcc -Iinclude -Iinclude/uv-private -g --std=gnu89 -D_WIN32_WINNT=0x0501 -Isrc/ares/config_win32 -o src/win/fs.o -c src/win/fs.c src/win/fs.c: In function 'fs