search for: kierkegaards

Displaying 5 results from an estimated 5 matches for "kierkegaards".

Did you mean: kierkegaard
2007 Jul 20
1
[LLVMdev] Problem with forcing interpreter in LLI (LLVM JIT)
Hi, I'm using the JIT in LLVM version 1.9. It works fine, but when I try to use it with the interpreter enforced (using the -force-interpreter=true option) it seems to have trouble with the standard input and output streams (stdin, stdout, stderr). I get the following error when I try to run any application that uses one of these: "Could not resolve external global address:
2012 Jan 16
1
dbWriteTable(con, access_log, overwrite = F).....
...mode)) : 'x' is missing? Thanks Poul Poul Kristensen IT-Konsulent / Consultant Det Kongelige Bibliotek | The Royal Library IT-afdelingen | Information Technology P.O. Box 2149 | DK-1016 K?benhavn K tel +45 3347 4586 | pok at kb.dk | www.kb.dk Bes?gsadresse | Visiting address | S?ren Kierkegaards Plads 1 Leveringsadresse Delivery address | Christians Brygge 8 | 1219 K?benhavn K EAN 5798 000 79 52 97 | Bank 8109 101111-4 | CVR 28 98 88 42 IBAN DK9881090001011114 | Swiftcode JYBADKKK
2007 Feb 05
1
[LLVMdev] lli problem in llvm
Hi Reid, I am using llvmgcc4-1.9 for x86 linux, and I got my version of LLVM from CVS repository. Are these versions not compatible? Thanks, Joy. -- Joy W. Kamunyori Graduate Student - Computer Science Dept. University of Virginia jkamunyori at cs.virginia.edu "Life must be understood backwards; but... it must be lived forward." Soren Kierkegaard
2007 Feb 13
0
[LLVMdev] lli problem in llvm
Thank you. It works perfectly now. Joy. -- Joy W. Kamunyori Graduate Student - Computer Science Dept. University of Virginia jkamunyori at cs.virginia.edu "Life must be understood backwards; but... it must be lived forward." Soren Kierkegaard
2007 Feb 01
1
[LLVMdev] lli problem in llvm
Hi, I've just downloaded and installed LLVM, and am trying to invoke the JIT using the "lli" command. Using the example given on the LLVM webpage, I created a simple hello.c file as follows: #include <stdio.h> int main() { printf("hello world\n"); return 0; } I was able to successfully compile it using llvm-gcc and to run the resulting