Re: [fpc-pascal] FpGetRLimit and FpSetRLimit reference an undefined symbol

2011-12-21 Thread Marco van de Voort
In our previous episode, Jonas Maebe said: > > undefined reference to `FPC_SYSC_GETRLIMIT' > > Yes, it seems like a missing public alias for the FpGetRLimit function in > the Linux system unit. I added it. ___ fpc-pascal maillist - fpc-pascal@lists.fr

Re: [fpc-pascal] FpGetRLimit and FpSetRLimit reference an undefined symbol

2011-12-21 Thread Jonas Maebe
On 20 Dec 2011, at 20:54, Seth Grover wrote: > When I attempt to use fpgetrlimit and fpsetrlimit from the baseunix > unit (see http://www.freepascal.org/docs-html/rtl/baseunix/fpgetrlimit.html > and http://www.freepascal.org/docs-html/rtl/baseunix/fpsetrlimit.html), > compilation fails with: >

[fpc-pascal] FpGetRLimit and FpSetRLimit reference an undefined symbol

2011-12-20 Thread Seth Grover
When I attempt to use fpgetrlimit and fpsetrlimit from the baseunix unit (see http://www.freepascal.org/docs-html/rtl/baseunix/fpgetrlimit.html and http://www.freepascal.org/docs-html/rtl/baseunix/fpsetrlimit.html), compilation fails with: undefined reference to `FPC_SYSC_GETRLIMIT' This happens