[Mingw-w64-public] How to create a x86/x86_64 compiler from x86 host (msys) ?

2011-12-11 Thread niXman
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

Re: [Mingw-w64-public] rubenvb 4.6.3-1 Personal build

2011-12-11 Thread Prof Brian Ripley
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

Re: [Mingw-w64-public] rubenvb 4.6.3-1 Personal build

2011-12-11 Thread Ruben Van Boxem
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

Re: [Mingw-w64-public] rubenvb 4.6.3-1 Personal build

2011-12-11 Thread 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 both libwinpthreads-1.dll > a

Re: [Mingw-w64-public] rubenvb 4.6.3-1 Personal build

2011-12-11 Thread Prof Brian Ripley
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