Compiling with SQLite

impatient-dev via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Nov 17 21:06:57 PST 2014


On Tuesday, 18 November 2014 at 03:41:42 UTC, uri wrote:
> Are you linking with libsqlite3.a?
>
> For example:
>
> $ dmd prog.d -L-lsqlite3

That worked, thanks. I didn't know you had to anything special to 
link with code in the standard library; is there documentation 
for this somewhere?

Also, is there a way I could make SQLite work with DUB rather 
than building manually? The command-line help and web page don't 
seem to mention this anywhere.


More information about the Digitalmars-d-learn mailing list