[Lazarus] Lazarus on my ancient computer?
Bart
bartjunk64 at gmail.com
Fri Feb 26 17:16:10 CET 2016
On 2/26/16, Donald Ziesig <donald at ziesig.org> wrote:
> Congrats on getting the old-timer to work.
;-)
> Also congrats on getting rid of the crti.o message. I have been
> ignoring those messages for years because they don't seem to do anything
> bad, but I sure would like to get rid of them. How did you do it?
Find the crti.o file on your system:
find -name crti.o
It seems to default to /usr/lib/i386-linux-gnu/
Open /etc/fpc.cfg
Find the line that sets the path for library files, (-Fl)
Add the found path to it (separate with semiconon)
Bart
More information about the Lazarus
mailing list