org
À: sqlite-users@sqlite.org
Répondre à: General Discussion of SQLite Database
Objet: [sqlite] installation problem
Envoyé: 15 sept. 2011 22:21
Hi,
i was trying to install system.data.sqlite using the
sqlite-netFx40-setup-bundle-x86-2010-1.0.74.0.exe installer but i got an
error message telli
Hi,
i was trying to install system.data.sqlite using the
sqlite-netFx40-setup-bundle-x86-2010-1.0.74.0.exe installer but i got an
error message telling me the visual studio 2010 sp1 redist can't be
installed. Problem is this redist is already installed on my system. The
installer stops afterw
On 21 Feb 2010, at 6:37am, James Campbell wrote:
> After a successful run of “configure” with ”--disable-shared” added,
> the “make” command resulted in this:
>
> shell.c:42:32: readline/readline.h: No such file or directory
>
> shell.c:43:31: readline/history.h: No such file or directory
Ha
After a successful run of “configure” with ”--disable-shared” added,
the “make” command resulted in this:
shell.c:42:32: readline/readline.h: No such file or directory
shell.c:43:31: readline/history.h: No such file or directory
shell.c: In function `one_input_line':
shell.c:1241: warning: as
Hi Eli,
what's missing here:
[EMAIL PROTECTED]:~/sqlite/sqltest> g++ -L/usr/local/lib -o test sqliteTest.cpp
is the library to link against. Try
g++ -L/usr/local/lib -o test sqliteTest.cpp -lsqlite
or (as /usr/local/lib is usually in the library search path anyway)
g++ -o test sqli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hope someone can help me. Thanks in advance!
I have followed the build instructions from the main site, and everything
seems OK. The 'make test' works fine. No errors.
I then run 'make install'. That seems to go OK. Then I run 'libtool --finish
/
6 matches
Mail list logo