[fpc-pascal] "crtbegin.o" not found

Bart bartjunk64 at gmail.com
Thu Jan 3 17:53:12 CET 2019


On Thu, Jan 3, 2019 at 5:34 PM Bart <bartjunk64 at gmail.com> wrote:
> There's a commandline argument to gcc that will tell you where it is.

bart at simenon ~ $ gcc --print-file-name crtbeginS.o
/usr/lib/gcc/x86_64-linux-gnu/5/crtbeginS.o

from /etc/fpc.cfg:

# path to the gcclib
#ifdef cpui386
#-Fl/usr/lib/gcc/x86_64-linux-gnu/5
#endif
#ifdef cpux86_64
-Fl/usr/lib/gcc/x86_64-linux-gnu/5
#endif

-- 
Bart



More information about the fpc-pascal mailing list