Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Remove the obsolete documentation on how to crosscompile version 1.0 of SQLite. (CVS 888) |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
ac0622bf5fca9c8907319a20158e991e |
User & Date: | drh 2003-03-30 18:58:58 |
Context
2003-03-30
| ||
19:17 | Remove the experimental sqlite_open_aux_file() API. It will soon be replaced by ATTACH and DETACH SQL commands. (CVS 889) check-in: b6d6e07f user: drh tags: trunk | |
18:58 | Remove the obsolete documentation on how to crosscompile version 1.0 of SQLite. (CVS 888) check-in: ac0622bf user: drh tags: trunk | |
18:41 | Detect when a child node of a btree page has zero entries and report that as a case of database corruption. (CVS 887) check-in: 66c80ae2 user: drh tags: trunk | |
Changes
Changes to Makefile.in.
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
...
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
|
arch.png: $(TOP)/www/arch.png cp $(TOP)/www/arch.png . opcode.html: $(TOP)/www/opcode.tcl $(TOP)/src/vdbe.c tclsh $(TOP)/www/opcode.tcl $(TOP)/src/vdbe.c >opcode.html crosscompile.html: $(TOP)/www/crosscompile.tcl tclsh $(TOP)/www/crosscompile.tcl >crosscompile.html mingw.html: $(TOP)/www/mingw.tcl tclsh $(TOP)/www/mingw.tcl >mingw.html tclsqlite.html: $(TOP)/www/tclsqlite.tcl tclsh $(TOP)/www/tclsqlite.tcl >tclsqlite.html speed.html: $(TOP)/www/speed.tcl ................................................................................ changes.html \ lang.html \ opcode.html \ arch.html \ arch.png \ vdbe.html \ c_interface.html \ crosscompile.html \ mingw.html \ tclsqlite.html \ download.html \ speed.html \ faq.html \ formatchng.html \ conflict.html \ |
<
<
<
<
|
317
318
319
320
321
322
323
324
325
326
327
328
329
330
...
366
367
368
369
370
371
372
373
374
375
376
377
378
379
|
arch.png: $(TOP)/www/arch.png
cp $(TOP)/www/arch.png .
opcode.html: $(TOP)/www/opcode.tcl $(TOP)/src/vdbe.c
tclsh $(TOP)/www/opcode.tcl $(TOP)/src/vdbe.c >opcode.html
mingw.html: $(TOP)/www/mingw.tcl
tclsh $(TOP)/www/mingw.tcl >mingw.html
tclsqlite.html: $(TOP)/www/tclsqlite.tcl
tclsh $(TOP)/www/tclsqlite.tcl >tclsqlite.html
speed.html: $(TOP)/www/speed.tcl
................................................................................
changes.html \
lang.html \
opcode.html \
arch.html \
arch.png \
vdbe.html \
c_interface.html \
mingw.html \
tclsqlite.html \
download.html \
speed.html \
faq.html \
formatchng.html \
conflict.html \
|
Changes to main.mk.
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
...
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
|
arch.png: $(TOP)/www/arch.png cp $(TOP)/www/arch.png . opcode.html: $(TOP)/www/opcode.tcl $(TOP)/src/vdbe.c tclsh $(TOP)/www/opcode.tcl $(TOP)/src/vdbe.c >opcode.html crosscompile.html: $(TOP)/www/crosscompile.tcl tclsh $(TOP)/www/crosscompile.tcl >crosscompile.html mingw.html: $(TOP)/www/mingw.tcl tclsh $(TOP)/www/mingw.tcl >mingw.html tclsqlite.html: $(TOP)/www/tclsqlite.tcl tclsh $(TOP)/www/tclsqlite.tcl >tclsqlite.html speed.html: $(TOP)/www/speed.tcl ................................................................................ changes.html \ lang.html \ opcode.html \ arch.html \ arch.png \ vdbe.html \ c_interface.html \ crosscompile.html \ mingw.html \ tclsqlite.html \ download.html \ speed.html \ faq.html \ formatchng.html \ conflict.html \ |
<
<
<
<
|
306
307
308
309
310
311
312
313
314
315
316
317
318
319
...
355
356
357
358
359
360
361
362
363
364
365
366
367
368
|
arch.png: $(TOP)/www/arch.png
cp $(TOP)/www/arch.png .
opcode.html: $(TOP)/www/opcode.tcl $(TOP)/src/vdbe.c
tclsh $(TOP)/www/opcode.tcl $(TOP)/src/vdbe.c >opcode.html
mingw.html: $(TOP)/www/mingw.tcl
tclsh $(TOP)/www/mingw.tcl >mingw.html
tclsqlite.html: $(TOP)/www/tclsqlite.tcl
tclsh $(TOP)/www/tclsqlite.tcl >tclsqlite.html
speed.html: $(TOP)/www/speed.tcl
................................................................................
changes.html \
lang.html \
opcode.html \
arch.html \
arch.png \
vdbe.html \
c_interface.html \
mingw.html \
tclsqlite.html \
download.html \
speed.html \
faq.html \
formatchng.html \
conflict.html \
|
Deleted www/crosscompile.tcl.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 |
# # Run this Tcl script to generate the crosscompile.html file. # set rcsid {$Id: crosscompile.tcl,v 1.5 2001/11/24 13:23:05 drh Exp $} puts {<html> <head> <title>Notes On How To Compile SQLite Using The MinGW Cross-Compiler</title> </head> <body bgcolor=white> <h1 align=center> Notes On How To Compile SQLite Using The MinGW Cross-Compiler </h1>} puts "<p align=center> (This page was last modified on [lrange $rcsid 3 4] UTC) </p>" puts { <p><a href="http://www.mingw.org/">MinGW</a> or <a href="http://www.mingw.org/">Minimalist GNU For Windows</a> is a version of the popular GCC compiler that builds Win95/Win98/WinNT binaries. See the website for details.</p> <p>This page describes how you can use MinGW configured as a cross-compiler running under RedHat 6.0 Linux to generate a binary for SQLite that runs under WinNT. Some additional steps (described <a href="#win95">below</a>) are needed to target Win95/98.</p> } proc Code {body} { puts {<blockquote><pre>} regsub -all {&} [string trim $body] {\&} body regsub -all {>} $body {\>} body regsub -all {<} $body {\<} body regsub -all {\(\(\(} $body {<font color="#00671f"><u>} body regsub -all {\)\)\)} $body {</u></font>} body puts $body puts {</pre></blockquote>} } puts { <p>Here are the steps:</p> <ol> <li> <p>Get a copy of the MinGW compiler and all its associated tools that run under Linux. No binary versions of MinGW in this configuration are available for net downloads, as far as I know. You will probably have to download the source code and compile it all yourself. A <a href="mingw.html">separate bulletin</a> describes how this can be done. When you are done, make sure the compiler and all its associated tools are located somewhere on your PATH environment variable. </p> </li> <li> <p> Download the Win32 port of GDBM from <a href="http://www.roth.net/libs/gdbm/"> Roth Consulting</a>. You can FTP a ZIP archive of the sources directly from <a href="ftp://ftp.roth.net/pub/ntperl/gdbm/source/Win32_GDBM_Source.zip"> ftp://ftp.roth.net/pub/ntperl/gdbm/source/Win32_GDBM_Source.zip</a>. </p> </li> <li> <p>Make a directory and unpack the Win32 port of GDBM.</p> <blockquote><pre> mkdir roth cd roth unzip ../Win32_GDBM_Source.zip </pre></blockquote> </li> <li> <p>Manually build the GDBM library as follows:</p> <blockquote><pre> i386-mingw32-gcc -DWIN32=1 -O2 -c *.c i386-mingw32-ar cr libgdbm.a *.o i386-mingw32-ranlib libgdbm.a cd .. </pre></blockquote> </li> <li> <p> Download the SQLite tarball from <a href="http://www.hwaci.com/sw/sqlite/sqlite.tar.gz"> http://www.hwaci.com/sw/sqlite/sqlite.tar.gz</a>. Unpack the tarball and create a separate directory in which to build the executable and library. </p> <blockquote><pre> tar xzf sqlite.tar.gz mkdir sqlite-bld cd sqlite-bld </pre></blockquote> </li> <li> <p> Create a "hints" file that will tell the SQLite configuration script to use the MinGW cross-compiler rather than the native linux compiler. The hints file should looks something like this:</p> <blockquote><pre> cat >mingw.hints <<\END config_TARGET_CC=i386-mingw32-gcc config_TARGET_CFLAGS='-O2' config_TARGET_GDBM_LIBS=../roth/libgdbm.a config_TARGET_GDBM_INC=-I../roth config_TARGET_AR='i386-mingw32-ar cr' config_TARGET_RANLIB=i386-mingw32-ranlib config_TARGET_EXEEXT='.exe' END </pre></blockquote> </li> <li> <p>Configure and build SQLite:</p> <blockquote><pre> ../sqlite/configure --with-hints=./mingw.hints make </pre></blockquote> </li> </ol> <a name="win95"> <h2>Targetting Windows95/98 instead of WindowsNT</h2> <p>A small amount of additional work is needed to get SQLite running under Windows95/98. The first problem is that the LockFile() and UnlockFile() API that the Roth GDBM port uses does not work under Windows95. The easiest workaround is to just disable file locking in the GDBM library. You can do so by appending a few lines of code to the end of one of the GDBM source files and compiling the library using a special command-line option. Replace step (4) above as follows:</p> <ol> <li value="4"><p> Append text to the <b>systems.h</b> source file as follows:</p> <blockquote><pre> cat >>systems.h <<\END #ifdef NO_LOCKS #undef UNLOCK_FILE #define UNLOCK_FILE(x) #undef READLOCK_FILE #define READLOCK_FILE(x) lock_val=0; #undef WRITELOCK_FILE #define WRITELOCK_FILE(x) lock_val=0; #endif END </pre></blockquote> <p>Then manually build the GDBM library with the extra "NO_LOCKS" define as follows:</p> <blockquote><pre> i386-mingw32-gcc -DWIN32=1 -DNO_LOCKS -O2 -c *.c i386-mingw32-ar cr libgdbm.a *.o i386-mingw32-ranlib libgdbm.a cd .. </pre></blockquote> </p></li> </ol> <p>Note that the locking problem has been reported and may actually be fixed in the Roth GDBM distribution by the time you read this. You should probably check before you make the above changes.</p> <p>The above is all you have to do to get SQLite to work on Windows95. But one more step is required to get it to work <i>well</i>. It turns out that SQLite make heavy use of <b>malloc()</b> and <b>free()</b> and the implementation of this functions on Windows95 is particular poor. Large database queries will run more than 10 times faster if you substitute a better memory allocator such as the one by <a href="http://g.oswego.edu/dl/html/malloc.html">Doug Lea</a>. A copy of Doug's allocator is included in the <b>contrib</b> directory of the source tree. Speed improvements are also reported on WindowsNT when alternative memory allocators are used, though the speedup is not as dramatic as it is with WIndows95.</p> } puts { <p><hr /></p> <p><a href="index.html"><img src="/goback.jpg" border=0 /> Back to the SQLite Home Page</a> </p> </body></html>} |
< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Changes to www/mingw.tcl.
1 2 3 4 5 6 7 8 9 10 11 |
# # Run this Tcl script to generate the crosscompile.html file. # set rcsid {$Id: mingw.tcl,v 1.3 2001/11/24 13:23:05 drh Exp $} puts {<html> <head> <title>Notes On How To Build MinGW As A Cross-Compiler</title> </head> <body bgcolor=white> <h1 align=center> |
| | |
1 2 3 4 5 6 7 8 9 10 11 |
# # Run this Tcl script to generate the mingw.html file. # set rcsid {$Id: mingw.tcl,v 1.4 2003/03/30 18:58:58 drh Exp $} puts {<html> <head> <title>Notes On How To Build MinGW As A Cross-Compiler</title> </head> <body bgcolor=white> <h1 align=center> |