[fpc-pascal] A linking error when compiling with FPC 2.4.4

Jonas Maebe jonas.maebe at elis.ugent.be
Mon Oct 31 11:45:29 CET 2011


On 31 Oct 2011, at 11:27, Luciano de Souza wrote:

> The executable was not generated. In its place, I found "link.res". The compilation was successful, but for a unknown reason, the linkage was not completed. I don't understand what the statements in link.res means indeed.
> In spite of the output redirection, a  statement was writen in console in stead of the output file.
> 
> Cannot find -lsqlite3

sqlite3 is not part of FPC. You probably have to install the sqlite3-dev package or something like that. Arguably, that should be a dependency of the fpc .deb package that installs support for interfacing with sqlite3.


Jonas


More information about the fpc-pascal mailing list