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

2013-10-23 Thread Tony Whyman
Dennis, If you are looking for the FPC unit called "libc", on my system it is (source code) /usr/share/fpcsrc/2.6.2/packages/libc/src/libc.pp and comes with the warning unit libc deprecated 'Unportable Kylix legacy unit that only exists on Linux/x86. see http://wiki.freepascal.org/libc_unit ';

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

2013-10-22 Thread Michael Van Canneyt
On Tue, 22 Oct 2013, Sven Barth wrote: 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? AFAIK : Just remove it. It is not needed any more. I use synapse+ssl on 64-bit and unit li

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

2013-10-22 Thread Marco van de Voort
In our previous episode, Sven Barth said: > > 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

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

2013-10-22 Thread Sven Barth
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 ap

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

2013-10-22 Thread 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. Dennis __