Hi,
 
I ran: cc -O -c sqlite3.c shell.c  That created .o files after 1 warning about 
function exprDup having a memset with constant zero length.

I compiled my program:  cc -I$HOME/lstp -O -c lstp_sql.c and have a .o for it 
as well

Now I am trying to figure out how to link them all together into an executable. 
I have tried many different combinations and none seem to work.

What I am trying to accomplish is to have an interface api sitting on top of 
sqlite that I can call from a different program that will read and write data.

Thanks,

Brian 
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to