Hi to all, I'm new on this list.

I'm working on an application that runs on a small ARM-LINUX device, too 
small to contain GCC. So I've installed Cygwin on my Win XP desktop PC. 
Cygwin has arm-linux.gcc installed. Compiling & link works fine. The 
exec is FTP'd to the ARM device. Works great.
Now I want to incorporate SQLite in my application. I unzipped it to a 
directory under Cygwin, did the configure, make & make install steps. 
The library libsqlite3.a is in place but when I make a small main.c with 
a call to sqlite3_open(...) in it, the linker says:
undefined reference for sqlite3_open

Does anybody have any idea on what causes this link error?

Thanks for your attention,
John

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

Reply via email to