autoconf generates the sqlite3 script when libsqlite3.so 
is used to set up the LD_LIBRARY_PATH.

To avoid this, build a static sqlite3.

  ./configure --disable-shared
  make clean
  make sqlite3

optional:

  file sqlite3
  ldd sqlite3

--- Uma Krishnan <[EMAIL PROTECTED]> wrote:
> I'm trying to debug sqlite3. But in order for me to do that, I need sqlite3 
> binary. The makefile
> generates a bash file. I'm confused as how that happens. After all, gcc is 
> used to generate
> sqlite3 executable....




       
____________________________________________________________________________________
Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, 
photos & more. 
http://mobile.yahoo.com/go?refer=1GNXIC

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to