Re: last version of C::B Advanced
Posted: Mon Jan 20, 2014 2:46 pm
Incomming MinGW64 gcc-4.8.2 with some fixes.
OpenMP no longer relies on pthreads (linked in static build of winpthreads which is a wrapper around the windows thread functions).
Gcc using the same thread model (its faster though i wonder why ???).
Small bug caused by old patch from TDM caused gcc to fail static link tests fixed (accepts -static-libgcc -shared-libgcc and same for libstdc++).
Im going to drop the old Msys soon and move on to Msys2, Aleksy has made some real strides getting it to work correctly and it gives us the opportunity of having 64 bit posix tools.
Gonna look into Latest codeblocks also to see if i can make a new version for my build environment.
OpenMP no longer relies on pthreads (linked in static build of winpthreads which is a wrapper around the windows thread functions).
Gcc using the same thread model (its faster though i wonder why ???).
Small bug caused by old patch from TDM caused gcc to fail static link tests fixed (accepts -static-libgcc -shared-libgcc and same for libstdc++).
Im going to drop the old Msys soon and move on to Msys2, Aleksy has made some real strides getting it to work correctly and it gives us the opportunity of having 64 bit posix tools.
Gonna look into Latest codeblocks also to see if i can make a new version for my build environment.