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
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