I am getting the following error when linking Linux 32/64
Hint: (11030) Start of reading config file C:\codetyphon\fpc\fpc64\bin\x86_64-win64\fpc.cnf
Hint: (11031) End of reading config file C:\codetyphon\fpc\fpc64\bin\x86_64-win64\fpc.cnf
Free Pascal Compiler version 3.3.1 [2019/12/02] for x86_64
Copyright (c) 1993-2019 by Florian Klaempfl and others
(1002) Target OS: Linux for x86-64
(3104) Compiling MysticBBSBackup.ppr
C:\git\mystic-bbs-backup\MysticBBSBackup.ppr(4,6) Hint: (5023) Unit "Code" not used in MysticBBSBackup
C:\git\mystic-bbs-backup\MysticBBSBackup.ppr(4,12) Hint: (5023) Unit "IO" not used in MysticBBSBackup
C:\git\mystic-bbs-backup\MysticBBSBackup.ppr(4,16) Hint: (5023) Unit "ProgramInfo" not used in MysticBBSBackup
(9015) Linking C:\git\mystic-bbs-backup\build\mbb_x86_64
C:\git\mystic-bbs-backup\MysticBBSBackup.ppr(9,1) Warning: (9034) "crti.o" not found, this will probably cause a linking failure
C:\git\mystic-bbs-backup\MysticBBSBackup.ppr(9,1) Warning: (9034) "crtbeginS.o" not found, this will probably cause a linking failure
C:\git\mystic-bbs-backup\MysticBBSBackup.ppr(9,1) Warning: (9034) "crtendS.o" not found, this will probably cause a linking failure
C:\git\mystic-bbs-backup\MysticBBSBackup.ppr(9,1) Warning: (9034) "crtn.o" not found, this will probably cause a linking failure
c:\codetyphon\fpc\fpc64\bin\x86_64-win64\x86_64-linux-ld.exe: cannot find -ldl
c:\codetyphon\fpc\fpc64\bin\x86_64-win64\x86_64-linux-ld.exe: cannot find -lc
C:\git\mystic-bbs-backup\MysticBBSBackup.ppr(9,1) Error: (9013) Error while linking
C:\git\mystic-bbs-backup\MysticBBSBackup.ppr(9,1) Fatal: (10026) There were 1 errors compiling module, stopping
Fatal: (1018) Compilation aborted
Error: C:\codetyphon\fpc\fpc64\bin\x86_64-win64\ppcx64.exe returned an error exitcode
'
I ahve downloaded the OS Toolbox for each os and those files it cant find are in the binlibraries directory... not sure why it stopped building (it was building).
Can you help?