logo       

Re: Please help me on the tcl load command for sqlite 2.7.3: msg#00150

db.sqlite.general

Subject: Re: Please help me on the tcl load command for sqlite 2.7.3

nand_rathi wrote:
>
> I generated SQLite V2.7.3 on Solaris8 x86 binaries using the
> downloaded souce code and as per README in /usr/local/sqlite. The
> compilation was done using gcc successfully. The sqlite program works
> great.
>
> It is the tcl extension which is giving me trouble.
>
> The "load /usr/local/tclsqlite.so Sqlite" fails as tclsqlite.so is
> not found. In fact this library is not getting generated by the
> makefile. Please help me getting this resolved.
>

This is because the autoconf file is badly broken.
(Are there any volunteers to fix it?)

The following works for me (on Linux):

make target_source
cd tsrc
rm shell.c
gcc -fPIC -DNDEBUG=1 -shared *.c -o tclsqlite.so -ltcl

--
D. Richard Hipp -- drh-X1OJI8nnyKUAvxtiuMwx3w@xxxxxxxxxxxxxxxx -- 704.948.4565


------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get 128 Bit SSL Encryption!
http://us.click.yahoo.com/CBxunD/vN2EAA/xGHJAA/EbFolB/TM
---------------------------------------------------------------------~->

To unsubscribe from this group, send an email to:
sqlite-unsubscribe-VgYJa0VH1e9BDgjK7y7TUQ@xxxxxxxxxxxxxxxx



Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/





<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise