Re: [fpc-devel]MySQL component installation

2004-07-25 Thread Michael . VanCanneyt
On Sat, 24 Jul 2004, Christopher Kirkpatrick wrote: I have been trying to install the MySQLLaz package into my Lazarus system. It compiles OK, but on linking I get the following errors: ...undefined reference to `mysql_connect' ...undefined reference to `mysql_create_db' ...undefined

Re: [fpc-devel]MySQL component installation

2004-07-25 Thread Michael . VanCanneyt
On Sun, 25 Jul 2004, Christopher Kirkpatrick wrote: Can I have some guidance please from the FPC developers? The problem you point out is an old one. It is the very reason why I don't recommend developing with MySQL in FPC. The API has changed quite often, sometimes even a minor

[fpc-devel]MySQL component installation

2004-07-24 Thread Christopher Kirkpatrick
I have been trying to install the MySQLLaz package into my Lazarus system. It compiles OK, but on linking I get the following errors: ...undefined reference to `mysql_connect' ...undefined reference to `mysql_create_db' ...undefined reference to `mysql_drop_db' error while linking This is