I have downloaded the correct package and am trying to get this to compile, but 
running into a problem when running the command "make":

configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING:  'Makefile.in' seems to ignore the --datarootdir setting
config.status: creating pkgIndex.tcl
[root@scrvmclfsupport tea]# make
rm -f libsqlite3.7.9.so
gcc -shared -pipe -O2 -fomit-frame-pointer -Wall -fPIC  -Wl,--export-dynamic  
-o libsqlite3.7.9.so tclsqlite3.o -lpthread  
-L/HIC/qdx/cis5.8/integrator/tcl/lib -ltcl8.4.12
/usr/bin/ld: cannot find -ltcl8.4.12
collect2: ld returned 1 exit status
make: *** [libsqlite3.7.9.so] Error 1

I do have the correct version:

tcl>echo $tcl_patchLevel
8.4.12

Thanks,

Jerry Tilsley, Sr Systems Analyst
St. Claire Regional Medical Center
Morehead, Ky


-----Original Message-----
From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] 
On Behalf Of Richard Hipp
Sent: Tuesday, January 03, 2012 3:26 PM
To: General Discussion of SQLite Database
Subject: Re: [sqlite] libtclsqlite3 package

On Tue, Jan 3, 2012 at 3:18 PM, Tilsley, Jerry M.
<jmtils...@st-claire.org>wrote:

> All,
>
> I need to get the update libtclsqlite3 package.  How can I compile
> this or download this?
>


http://www.sqlite.org/download.html

Get the amalgamation tarball that include the TEA-compatible makefile.


>
> Thanks,
>
> Jerry Tilsley, Sr Systems Analyst
> St. Claire Regional Medical Center
> Morehead, Ky
>
>
> ________________________________
> Disclaimer****
> This email is confidential and intended solely for the use of the
> individual to whom it is addressed. Any views or opinions presented
> are solely those of the author and do not necessarily represent those of St.
> Claire Regional Medical Center. If you are not the intended recipient,
> be advised that you have received this email in error and that any
> use, dissemination, forwarding, printing or copying of the email is
> strictly prohibited. If you received this email in error please notify the St.
> Claire Regional Helpdesk by telephone at 606-783-6565.
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



--
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Disclaimer****
This email is confidential and intended solely for the use of the individual to 
whom it is addressed.  Any views or opinions presented are solely those of the 
author and do not necessarily represent those of St. Claire Regional Medical 
Center.  If you are not the intended recipient, be advised that you have 
received this email in error and that any use, dissemination, forwarding, 
printing or copying of the email is strictly prohibited.  If you received this 
email in error please notify the St. Claire Regional Helpdesk by telephone at 
606-783-6565.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to