In order to build the MinGW on x86 host (Windows) for targets
x86/x86_64 what manual I need to use?
https://sourceforge.net/apps/trac/mingw-w64/wiki/Native%20Win64%20compiler
https://sourceforge.net/apps/trac/mingw-w64/wiki/Cross%20Win32%20and%20Win64%20compiler
I can not understand these instruct
On Sun, 11 Dec 2011, JonY wrote:
> On 12/11/2011 17:14, Prof Brian Ripley wrote:
>> And you still have the problem I reported about .exe's depending on DLLs
>> in other directories.
>>
>> Please take a look at the dependencies of cc1.exe, the C compiler pass
>> under libexec/gcc. This depends (di
2011/12/11 JonY
> On 12/11/2011 17:14, Prof Brian Ripley wrote:
> > And you still have the problem I reported about .exe's depending on DLLs
> > in other directories.
> >
> > Please take a look at the dependencies of cc1.exe, the C compiler pass
> > under libexec/gcc. This depends (directly) on
On 12/11/2011 17:14, Prof Brian Ripley wrote:
> And you still have the problem I reported about .exe's depending on DLLs
> in other directories.
>
> Please take a look at the dependencies of cc1.exe, the C compiler pass
> under libexec/gcc. This depends (directly) on both libwinpthreads-1.dll
> a
And you still have the problem I reported about .exe's depending on
DLLs in other directories.
Please take a look at the dependencies of cc1.exe, the C compiler
pass under libexec/gcc. This depends (directly) on both
libwinpthreads-1.dll and libstdc++-6.dll. I've never seen any other
insta