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

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

2011-12-09 Thread Ruben Van Boxem
Hi everyone! I have finally fired up the build machine and got another fresh from the market toolchain for you. What changed: - not much - Clang can now find the libstdc++ headers, although it's still missing a few C++11 features to work with the newer stuff like , long with C++ exceptions bein