[fpc-pascal] synapse + ssl on linux ,how to use libc

Sven Barth pascaldragon at googlemail.com
Tue Oct 22 12:31:48 CEST 2013


Am 22.10.2013 11:14, schrieb Dennis Poon:
> I need to use synapse + ssl on linux and it requires libc but I cannot 
> locate this unit.
> Can anyone help?
>
>
> Also, has anyone used it before? Is it stable?
> I have been using lnet + ssl but it was unstable , so wanted to try 
> synapse.
>
> Any comments are appreciated.
It's very unlikely that you'll need the *unit* libc. That is deprecated, 
exists only for Kylix compatibility and only on i386-linux. What will be 
the case however is that it will the libc *library*. You can link to 
that by e.g. specifying {$linklib c}.

Regards,
Sven
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20131022/1600312d/attachment.html>


More information about the fpc-pascal mailing list