search for: tdragon

Displaying 9 results from an estimated 9 matches for "tdragon".

Did you mean: dragon
2009 Dec 16
4
[LLVMdev] LLVM MinGW binaries on Vista issue
Hello, Jon > What threw me was the projects inclusion of 2 of the 3 other pieces that make up a typical manual install of mingw or http://www.tdragon.net/recentgcc/  I saw the runtime and w32api stuff in my very quick scan of the llvm-gcc dir and didn't bother to confirm binutils :( Well, binutils are quite different: 1. It's GPL-licensed, thus we need to provide sources as well, which is bit inconvenient 2. You need to have headers &amp...
2009 Dec 16
0
[LLVMdev] LLVM MinGW binaries on Vista issue
...eed binutils installed (to get linker + assembler). Ahh. After extracting "binutils-2.20-1-mingw32-bin.tar.gz" into the llvm-gcc dir, I'm up and running. What threw me was the projects inclusion of 2 of the 3 other pieces that make up a typical manual install of mingw or http://www.tdragon.net/recentgcc/ I saw the runtime and w32api stuff in my very quick scan of the llvm-gcc dir and didn't bother to confirm binutils :( I still would like to see this packaging info made a bit more visible outside the ML, as well as a note clarifying whether the binary setup is still valid when...
2009 Dec 16
2
[LLVMdev] LLVM MinGW binaries on Vista issue
Hello, Jon The main idea of llvm-gcc is to be a drop-in replacement of gcc. So, if you know how to install & run gcc on your system, you should be able to do the same with llvm-gcc (thus no "Getting Started" entry). Basically the only "packaging differences" wrt normal gcc is that we're shipping w32api & mingw-runtime packages with llvm-gcc. Surely, you still need
2009 Dec 15
0
[LLVMdev] LLVM MinGW binaries on Vista issue
...mething fundamentally wrong as binaries have been offered all the way back to LLVM 1.8. Is anyone successfully running the 2.6 binaries as-is on any windows box? Is the expectation that the install dance for windows should be similar to installing the binaries from http://mingw.org/ or http://www.tdragon.net/recentgcc/ If someone is successfully running these binaries, I'd appreciate a link or quick summary, and I'll volunteer to submit a doco patch for the Getting Started Guide for this issue. Jon
2009 Dec 16
0
[LLVMdev] LLVM MinGW binaries on Vista issue
On Dec 16, 2009, at 8:34 AM, Anton Korobeynikov wrote: > Hello, Jon > >> What threw me was the projects inclusion of 2 of the 3 other pieces >> that make up a typical manual install of mingw or http://www.tdragon.net/recentgcc/ >> I saw the runtime and w32api stuff in my very quick scan of the >> llvm-gcc dir and didn't bother to confirm binutils :( > Well, binutils are quite different: > 1. It's GPL-licensed, thus we need to provide sources as well, which > is bit inconven...
2009 Dec 17
0
[LLVMdev] LLVM MinGW binaries on Vista issue
> > What threw me was the projects inclusion of 2 of the 3 other pieces that make up a typical manual install of mingw or http://www.tdragon.net/recentgcc/  I saw the runtime and w32api stuff in my very quick scan of the llvm-gcc dir and didn't bother to confirm binutils :( > Well, binutils are quite different: > 1. It's GPL-licensed, thus we need to provide sources as well, which > is bit inconvenient To make it easie...
2009 Dec 02
5
[LLVMdev] LLVM MinGW binaries on Vista issue
I'm attempting to use the above as described here http://stackoverflow.com/questions/1816469/llvm-mingw-installation-on-vista ...and getting the following error when attempting "llvm-gcc -o hello.exe hello.c" llvm-gcc: CreateProcess: No such file or directory I've heard it may be due to the way GCC is passing args to CreateProcess as in this thread
2011 May 13
4
[LLVMdev] Fail when building llvm2.9 using MinGW64
...le-libgomp -- enable-lto --enable-libstdcxx-debug --enable-version-specific-runtime-libs --ena ble-fully-dynamic-string --with-gnu-ld --disable-werror --disable-nls --disable- win32-registry --prefix=/mingw64tdm --with-local-prefix=/mingw64tdm --with-pkgve rsion=tdm64-1 --with-bugurl=http://tdm-gcc.tdragon.net/bugs Thread model: win32 gcc version 4.5.2 (tdm64-1) Any idea? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110513/c23d5a13/attachment.html>
2011 Jan 23
0
Error for compiling Rquantlib package 0.3.5 under Window 7 64bits
Hi, I am trying to build a binary of Rquantlib package 0.3.5 under Window 7 64bits. I am using mingw gcc version 4.5.1 (tdm64-1) which is a experimental version of 64 bits ming gcc. (http://tdm-gcc.tdragon.net/). I have successfully compiled boost 1.45 and Quantlib 1.0.1 with this gcc. And then when I tried to compile Rquantlib 0.3.5, it reports some error. The first error is like below. Please see the attachment for part of the errors compiler generated. C:\Lib\QuantLib/ql/pricingengines/mcsimu...