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
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:
>
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