Re: [sqlite] Ubuntu Linking

2013-03-27 Thread James K. Lowden
On Wed, 27 Mar 2013 09:33:39 -0700 (PDT) "brian_f_john...@yahoo.com" wrote: > 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

[sqlite] Ubuntu Linking

2013-03-27 Thread brian_f_john...@yahoo.com
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