[Mingw-w64-public] Fwd: Mingw-w64-public post from op...@ceemple.com requires approval

2014-03-17 Thread Kai Tietz
Hello, Sorry, I moderated this message wrongly. So I post this message as forward to our mailing-list. Please note that in general it is necessary to subscribe to this mailing-list before posting to it. Regards, Kai -- Weitergeleitete Nachricht -- From: Ophir Herbst To: mingw-w

[Mingw-w64-public] MinGW-w64 now included in Ceemple

2014-03-17 Thread Ophir Herbst
Dear MinGW Team, I am pleased to share that we have integrated the MinGW-w64 library into Ceemple. Ceemple is an innovative solution enabling rapid C++ based technical computing. It features the productivity of MATLAB and Python, combined with the performance and power of standard C++. Now Ceemp

Re: [Mingw-w64-public] Building LLVM with mingw-w64

2014-03-17 Thread Ruben Van Boxem
2014-03-17 13:45 GMT+01:00 Ray Donnelly : > Here's a WIP patch for 'better' exception handling, but I've not had > time to finish it (nor will I for a good while - hoping the LLVM/Clang > developers fix it all properly first). It's mostly based on other > peoples' work too, as-per the commit messa

Re: [Mingw-w64-public] Building LLVM with mingw-w64

2014-03-17 Thread Ray Donnelly
Here's a WIP patch for 'better' exception handling, but I've not had time to finish it (nor will I for a good while - hoping the LLVM/Clang developers fix it all properly first). It's mostly based on other peoples' work too, as-per the commit message .. you may find more up to date stuff if you fol

Re: [Mingw-w64-public] Building LLVM with mingw-w64

2014-03-17 Thread Etienne Sandré-Chardonnal
Dear Alexey, I have problems compiling LLVM 3.3, but LLVM 3.4 compiles fine. The issue with 3.4 occurs when linking my project compiled llvm libs. I tried with the pre build libs from your link, and I get the exact same error from the linker such as: error: undefined reference to `__imp_Enumerat

Re: [Mingw-w64-public] Building LLVM with mingw-w64

2014-03-17 Thread Ruben Van Boxem
2014-03-17 11:19 GMT+01:00 Etienne Sandré-Chardonnal : > Dear all, > > I'm trying to build LLVM with 64-bit mingw. > I use a MinGW build from ruben : > [...]/gcc-4.8-release/x86_64-w64-mingw32-gcc-4.8.0-win64_rubenvb.7z > > > LLVM is configured with: > ./configure --disable-threads --prefix=/mingw

Re: [Mingw-w64-public] Building LLVM with mingw-w64

2014-03-17 Thread Alexpux
17 марта 2014 г., в 15:49, Etienne Sandré-Chardonnal написал(а): > Dear Alexey, > > Thanks for the information. > > Do you build this using mingw-clang or mingw-gcc? With mingw-gcc. > I believe I will have to build it myself as things such as exception handling > or thread support make lin

Re: [Mingw-w64-public] Building LLVM with mingw-w64

2014-03-17 Thread Etienne Sandré-Chardonnal
Dear Alexey, Thanks for the information. Do you build this using mingw-clang or mingw-gcc? I believe I will have to build it myself as things such as exception handling or thread support make linking rarely work between mingw versions. Regards, Etienne You can try to get precompiled LLVM f

Re: [Mingw-w64-public] Building LLVM with mingw-w64

2014-03-17 Thread Alexpux
17 марта 2014 г., в 14:19, Etienne Sandré-Chardonnal написал(а): > Dear all, > > I'm trying to build LLVM with 64-bit mingw. > I use a MinGW build from ruben : > [...]/gcc-4.8-release/x86_64-w64-mingw32-gcc-4.8.0-win64_rubenvb.7z > > > LLVM is configured with: > ./configure --disable-thread

[Mingw-w64-public] Building LLVM with mingw-w64

2014-03-17 Thread Etienne Sandré-Chardonnal
Dear all, I'm trying to build LLVM with 64-bit mingw. I use a MinGW build from ruben : [...]/gcc-4.8-release/x86_64-w64-mingw32-gcc-4.8.0-win64_rubenvb.7z LLVM is configured with: ./configure --disable-threads --prefix=/mingw/x86_64-w64-mingw32 --enable-targets=x86,x86_64 --host=x86_64-w64-mingw