On 22 Jun 2008, at 20:31, Florian Klaempfl wrote:
Jonas Maebe schrieb:
Add the following to your program:
{$linklib mysql50}
The reason that this is not necessary on other platforms, is that
they implicitly add that based on the external declarations. This
was disabled for Darwin when initially porting FPC to that platform
because a lot of those external library declarations were wrong
there. This was never properly resolved later on, hence the need to
still explicitly add the {$linklib ...} statements for Darwin.
It could be added to the mysql 5 unit, no?
Yes (and similar statements to several other units as well, probably).
Jonas
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal