On Friday 13 April 2018 09:58:43 mohamed hamza wrote: > > Now I have many ld errors that I have not in previous linux version x86. > > For example > > Free Pascal Compiler version 3.0.4 [2017/10/03] for x86_64 > Copyright (c) 1993-2017 by Florian Klaempfl and others > Target OS: Linux for x86-64 > Compiling demo.pas > Linking demo > demo.pas(8,1) Warning: "crti.o" not found, this will probably cause a > linking failure demo.pas(8,1) Warning: "crtn.o" not found, this will > probably cause a linking failure /usr/bin/ld: warning: link.res contains > output sections; did you forget -T? /usr/bin/ld: cannot find -lpthread > /usr/bin/ld: cannot find -ldl > /usr/bin/ld: cannot find -lrt > /usr/bin/ld: cannot find -lc > demo.pas(8,1) Error: Error while linking > demo.pas(8,1) Fatal: There were 1 errors compiling module, stopping > Fatal: Compilation aborted > > I resolved libx11. For the other libs the packets are loaded but not > resolved in ld ? >
You need to install the devel packages. On Debian afaik build-essential. Martin ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

