Re: [fpc-pascal] Linking failed on RaspberryPi

2015-09-16 Thread Mark Morgan Lloyd
Peter wrote: It would be useful to see the output of these two commands grep Fl /etc/fpc.cfg ls /usr/lib/**/crti.o Jonas knows a lot more about FPC than I do! Jonas pointed out to me when I went through this a couple of weeks ago that fpc.cfg isn't used while FPC is being built. See the

[fpc-pascal] howto find alternatives for deprecated fucntions?

2015-09-16 Thread Klaus Hartnegg
Hi, if the docs and the compiler say that a function is deprecated, how can I find out which other function should be used instead? Example: www.freepascal.org/docs-html/rtl/sockets/accept.html says that accept is deprecated. Whould I switch to fpaccept eventhough that can do a lot less? I

Re: [fpc-pascal] howto find alternatives for deprecated fucntions?

2015-09-16 Thread Graeme Geldenhuys
On 2015-09-16 15:50, Klaus Hartnegg wrote: > if the docs and the compiler say that a function is deprecated, how can > I find out which other function should be used instead? I suggest you report those as a bug in FPC, and a bug in the Documentation. The Object Pascal language supports the

Re: [fpc-pascal] howto find alternatives for deprecated fucntions?

2015-09-16 Thread Marco van de Voort
In our previous episode, Klaus Hartnegg said: > if the docs and the compiler say that a function is deprecated, how can > I find out which other function should be used instead? Reading release manifests?