search for: rumpf

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

Did you mean: rump
2008 Jan 18
1
constrOptim with method SANN
...ly specify the function for the creation of the next candidate point, nor how to tell constrOptim to simply use the default of optim. Any help in this matter will be greatly appreciated, and I apologize, if this has recently been discussed or I missed something in the manuals. Best regards, Jonas Rumpf
2007 Jun 12
2
[LLVMdev] LLVM binaries for Windows and more
...ngliche Nachricht----- > Von: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> > Gesendet: 12.06.07 19:24:12 > An: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> > Betreff: Re: [LLVMdev] LLVM binaries for Windows and more > > On Tue, 12 Jun 2007, Andreas Rumpf wrote: > > I want to use LLVM for my own "pet" programming language compiler as a backend. > > Currently it generates C code, but I am not satisfied with this approach as generating > > high-level C (with proper type declarations!) is horrible. > > So here are my q...
2007 Jun 12
2
[LLVMdev] Problems with the tools
I just built LLVM 2.0 on Windows with Visual C++ 2005. After a few tweaks, it produced several nice .exe files. I tried to compile a simple Hello-World program as given in the documentation: -------------------------------------------------------------------------------------- ; Declare the string constant as a global constant... %.LC0 = internal constant [13 x i8 ] c"hello
2012 May 11
2
Cyrus-imapd update from 2.2.12 to 2.3.16
We are trying to move our mail store from a host running cyrus-imapd 2.2.12 under CentOS-4 to one running 2.3.16 under CentOS-6. The current host is a 32 bit architecture. The new host is 64 bit. We have followed the update guide found at: http://www.cyrusimap.org/docs/cyrus-imapd/2.3.16/install-upgrade.php The steps we followed were: 1. Install cyrus-imapd et al on the new host. 2. Modify
2007 Jun 12
1
[LLVMdev] LLVM binaries for Windows and more
...========= Build: 0 succeeded, 4 failed, 26 up-to-date, 0 skipped ========== I fixed this by adding a ``return 0;`` at the end of the method. But why don't you just provide binaries for windows? I could send you the binaries that I built - I have not yet tested them though. Greetings Andreas Rumpf _______________________________________________________________ SMS schreiben mit WEB.DE FreeMail - einfach, schnell und kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=021192
2008 Jan 18
0
constrOptim with SANN
...ly specify the function for the creation of the next candidate point, nor how to tell constrOptim to simply use the default of optim. Any help in this matter will be greatly appreciated, and I apologize, if this has recently been discussed or I missed something in the manuals. Best regards, Jonas Rumpf
2007 Jun 13
2
[LLVMdev] LLVM binaries for Windows and more
> -----Ursprüngliche Nachricht----- > Von: asl at math.spbu.ru, LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> > Gesendet: 13.06.07 23:13:08 > An: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> > Betreff: Re: [LLVMdev] LLVM binaries for Windows and more > > Hello, Andreas. > > > It seems that the generated ASM code cannot be assembled
2007 Jun 13
0
[LLVMdev] LLVM binaries for Windows and more
> > >>>But why don't you just provide binaries for windows? I could send you the > >>>binaries that I built - I have not yet tested them though. > >I volunteer. As soon as I get everything to work. > > I believe Express versions of MSVC do not generate as gooder code as the > full releases of Visual Studio. We should check this just in case. >
2007 Jun 13
0
[LLVMdev] LLVM binaries for Windows and more
> > I volunteer. As soon as I get everything to work. > > > > Next problem: I now have the hello.bc file compiled. But how do I get an executable from this? I tried: > > > > C:\Eigenes\compiler\llvm-2.0\win32\release>llvm-ld -o=hellow.exe hellow.bc > > llvm-ld: Could not find llvm-stub.exe executable! > > > > So, I don't have