[sqlite] Linker error

2018-12-18 Thread JuanJo Villegas
When I link the amalgamation with my C Source it giveme the follow error: sqlite3.o: In function `sqlite3MemoryBarrier': /home/Juanjo/Bd/sqlite3.c:26067: undefined reference to `___sync_synchronize' Thank you Bye ___ sqlite-users mailing list

Re: [sqlite] Linker Error when trying to use Sqlite with GCC

2005-08-22 Thread Ulrik Petersen
Hi Michael, Michael Gaskins wrote: I'm working on an application that will require an embedded database backend and Sqlite is looking to be my prime choice here. Now, I typically write the GUI and the working code seperately anyways and tie them together later, so I figured I'd begin work on m

RE: [sqlite] Linker Error when trying to use Sqlite with GCC

2005-08-22 Thread Robert Simpson
> -Original Message- > From: Michael Gaskins [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 23, 2005 12:09 AM > To: sqlite-users@sqlite.org > Subject: [sqlite] Linker Error when trying to use Sqlite with GCC > > I'm working on an application that will requi

[sqlite] Linker Error when trying to use Sqlite with GCC

2005-08-22 Thread Michael Gaskins
I'm working on an application that will require an embedded database backend and Sqlite is looking to be my prime choice here. Now, I typically write the GUI and the working code seperately anyways and tie them together later, so I figured I'd begin work on my backend that talks with the database.

[sqlite] linker error, Sun

2004-04-22 Thread John Mudd
I get the following linker error on Sun OS. Any suggestions? ./libtool --mode=link gcc -g -O2 -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I../sqlite/src -o libsqlite.la attach.lo auth.lo btree.lo build.lo copy.lo date.lo delete.lo expr.lo func.lo hash.lo insert.lo main.lo opcodes.lo os.lo pager.l