[Mingw-w64-public] Custom toolchain build with gcc-4.4.5 (2010-09-25)

2010-09-25 Thread Ozkan Sezer
I updated my custom w32/w64 native and cross-compiler build with gcc-4.4 with several backports and fixes from mainstream, and put them under the mingw-w64 sf.net file release system under the subdirectories: - Toolchain sources -> Personal Builds, - Toolchains targetting Win32 -> Personal Builds

Re: [Mingw-w64-public] rubenvb Personal Build - take 2

2010-09-25 Thread Xavi
Hi Ruben, Do not need configure --enable-libstdcxx-debug? -- Xavi -- Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud

Re: [Mingw-w64-public] link error when building openexr ilmbase library...

2010-09-25 Thread Hradec
Ok... it wasn't the lib.exe. It was a misconfiguration on my part... sorry about that. As I build a bunch of packages on one single script, I made CXX="$CXX $CXXFLAGS" to simplify the setup. But that was causing ilmBase configure to fail when checking if g++ could generate a shared file. that's w