[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mingw-users
Subject:    Re: [Mingw-users] Installing SQLite
From:       Greg Chicares <chicares () cox ! net>
Date:       2007-06-09 16:04:26
Message-ID: 466ACF8A.3020605 () cox ! net
[Download RAW message or body]

On 2007-06-09 15:22Z, Timo Schlüßler wrote:
> 
>  >gcc -lsqlite3 test.c -o test
> C:\DOKUME~1\Timo\LOKALE~1\Temp/ccKoaaaa.o:test.c:(.text+0xfa): undefined 
> reference to `sqlite3_open'

Order matters to the linker. Try this order:
  gcc test.c -lsqlite3 -o test

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
MinGW-users mailing list
MinGW-users@lists.sourceforge.net

You may change your MinGW Account Options or unsubscribe at:
https://lists.sourceforge.net/lists/listinfo/mingw-users

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic