Re: using sqlite3

2013-01-15 Thread Knud Soerensen
On 2013-01-15 22:02, Adam D. Ruppe wrote: > You might have to add -L-lsqlite3 to your dmd command line, to link in > the library. > > May also be necessary to install the sqlite library, e.g. "yum install > sqlite-devel" on red hat linuxes. Thanks, I just added it to my /etc/dmd.conf -- Join m

Re: using sqlite3

2013-01-15 Thread Adam D. Ruppe
You might have to add -L-lsqlite3 to your dmd command line, to link in the library. May also be necessary to install the sqlite library, e.g. "yum install sqlite-devel" on red hat linuxes.

using sqlite3

2013-01-15 Thread Knud Soerensen
When using etc.c.sqlite3 i get the following errors. usr/include/dmd/phobos/etc/c/sqlite3.d:(.text._Dmain+0x98): undefined reference to `sqlite3_open' /usr/include/dmd/phobos/etc/c/sqlite3.d:(.text._Dmain+0xa7): undefined reference to `sqlite3_errmsg' /usr/include/dmd/phobos/etc/c/sqlite3.d:(.tex