search for: 3_7_0_1

Displaying 2 results from an estimated 2 matches for "3_7_0_1".

2010 Aug 10
3
[LLVMdev] sqlite3 crashing jit
...ompile sqlite3 using llvm-gcc, then run it with lli. I've attached a Makefile and a main.c that simply invokes sqlite3_initialize(). You'll need to download sqlite3 (it was too big to attach) and copy main.c and the Makefile into the directory where sqlite3.c is [Link: sqlite-amalgamation-3_7_0_1.zip <http://www.sqlite.org/sqlite-amalgamation-3_7_0_1.zip> ]. The Makefile compiles sqlite3 with flags disabling pthreads and libdl. 1) make This builds sqlite3 with llvm-gcc but does not emit llvm bitcode. It should create executable `test.gcc' which should terminate normally....
2008 Apr 12
12
sqlite3.dll problem
Hi I''m triying to begin developing in ruby on rails, and I''ve instaled all the components but there is a problem with the file sqlite3.dll. When I try to execute my first example in my web browser apears an alert that says sqlite3.dll is not found. I''m working on windows XP with firefox and the server is WEBrick. If someone knows how can I resolve the problem please