Re: [Mingw-w64-public] MinGW64 CRT built with "-flto" can't be used with gcc4.6 lto plugin

2011-07-22 Thread Ruben Van Boxem
Op 22 jul. 2011 21:09 schreef "PcX" het volgende: > > 于 2011/7/13 22:00, PcX 写道: > > (3)gcc -g -flto -c main.c > >gcc main.o -flto -fuse-linker-plugin > >a.exe > >it will crash. > > In addition, the linker stage have some warnings: > > -- >

Re: [Mingw-w64-public] MinGW64 CRT built with "-flto" can't be used with gcc4.6 lto plugin

2011-07-22 Thread PcX
于 2011/7/13 22:00, PcX 写道: > (3)gcc -g -flto -c main.c >gcc main.o -flto -fuse-linker-plugin >a.exe >it will crash. > In addition, the linker stage have some warnings: > -- > crt/pseudo-reloc.c:49:13: warning: type of '_image_base__' does not

Re: [Mingw-w64-public] Error when executing a mingw-w64-built 32 bit application

2011-07-22 Thread Eugen Dedu
On 22/07/11 15:38, Ozkan Sezer wrote: > On Fri, Jul 22, 2011 at 4:16 PM, Eugen Dedu > wrote: >> Hi, >> >> (I sent this to IRC but nobody answered.) >> >> I have a big linux application and I use mingw to build it for windows >> too. When I use mingw32 everything goes well, but when I use mingw-w

Re: [Mingw-w64-public] Error when executing a mingw-w64-built 32 bit application

2011-07-22 Thread Ozkan Sezer
On Fri, Jul 22, 2011 at 4:16 PM, Eugen Dedu wrote: > Hi, > > (I sent this to IRC but nobody answered.) > > I have a big linux application and I use mingw to build it for windows > too.  When I use mingw32 everything goes well, but when I use mingw-w64 > in 32bit mode and execute it on Windows I re

[Mingw-w64-public] Error when executing a mingw-w64-built 32 bit application

2011-07-22 Thread Eugen Dedu
Hi, (I sent this to IRC but nobody answered.) I have a big linux application and I use mingw to build it for windows too. When I use mingw32 everything goes well, but when I use mingw-w64 in 32bit mode and execute it on Windows I receive the error: application has not been initialised correct

Re: [Mingw-w64-public] May MinGW64 CRT add dlfcn?

2011-07-22 Thread PcX
于 2011/7/22 19:55, Ruben Van Boxem 写道: > > For starters, dlfcn-win32 is LGPL, mingw-w64 is not (by far). That's > for sure a no go, unless the authors can be convinced to donate their > code under PD/ZPL terms to mingw-w64. Thanks. I will ask the author whether to change the terms. > > Secondly, la

Re: [Mingw-w64-public] May MinGW64 CRT add dlfcn?

2011-07-22 Thread Ruben Van Boxem
2011/7/22 PcX : > Hi, all > >    As gcc with plugin needs dlfcn, we may add dlfcn-win32 > (http://code.google.com/p/dlfcn-win32/downloads/list) to MinGW64. >    The dlfcn.h is compatible with MS. For starters, dlfcn-win32 is LGPL, mingw-w64 is not (by far). That's for sure a no go, unless the auth

[Mingw-w64-public] May MinGW64 CRT add dlfcn?

2011-07-22 Thread PcX
Hi, all As gcc with plugin needs dlfcn, we may add dlfcn-win32 (http://code.google.com/p/dlfcn-win32/downloads/list) to MinGW64. The dlfcn.h is compatible with MS. Thanks. -- Best Regards, PcX dlfcn-win32-r19.7z Description: Binary data -