Advertisement
Guest User

Untitled

a guest
Mar 17th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. fpmkunit.pp(1840,7) Warning: Symbol "CommandLine" is deprecated
  2. fpmkunit.pp(1886,102) Warning: Symbol "faSymLink" is not portable
  3. fpmkunit.pp(2561,5) Warning: Symbol "CommandLine" is deprecated
  4. fpmkunit.pp(3262,3) Note: Local variable "i" not used
  5. fpmkunit.pp(5300,109) Warning: Symbol "faSymLink" is not portable
  6. fpmkunit.pp(6978,13) Warning: Symbol "FixPath" is deprecated: "Use the overload with AIsDir instead"
  7. fpmkunit.pp(7060,3) Note: Local variable "UC" not used
  8. Writing Resource String Table file: fpmkunit.rsj
  9. 25233 lines compiled, 0.3 sec
  10. 36 warning(s) issued
  11. 8 note(s) issued
  12. make[4]: Verzeichnis „/tmp/fpc/build/fpcbuild-3.0.4/fpcsrc/packages/fpmkunit“ wird verlassen
  13. /tmp/fpc/build/fpcbuild-3.0.4/fpcsrc/compiler/ppcx64 fpmake.pp -Fu/tmp/fpc/build/fpcbuild-3.0.4/fpcsrc/packages/fpmkunit/units_bs/x86_64-linux -Fu/tmp/fpc/build/fpcbuild-3.0.4/fpcsrc/rtl/units/x86_64-linux
  14. Free Pascal Compiler version 3.0.4 [2018/03/17] for x86_64
  15. Copyright (c) 1993-2017 by Florian Klaempfl and others
  16. Target OS: Linux for x86-64
  17. Compiling fpmake.pp
  18. fpmake.pp(16,3) Note: Local variable "T" is assigned but never used
  19. Linking fpmake
  20. fpmake.pp(47,1) Warning: "crti.o" not found, this will probably cause a linking failure
  21. fpmake.pp(47,1) Warning: "crtn.o" not found, this will probably cause a linking failure
  22. /usr/bin/ld: warning: link.res contains output sections; did you forget -T?
  23. /usr/lib/libc_nonshared.a(elf-init.oS): In Funktion »__libc_csu_init«:
  24. (.text+0x2d): Warnung: undefinierter Verweis auf »_init«
  25. fpmake.pp(47,1) Error: Error while linking
  26. fpmake.pp(47,1) Fatal: There were 1 errors compiling module, stopping
  27. Fatal: Compilation aborted
  28. make[3]: *** [Makefile:1659: fpmake] Fehler 1
  29. make[3]: Verzeichnis „/tmp/fpc/build/fpcbuild-3.0.4/fpcsrc/packages“ wird verlassen
  30. make[2]: *** [Makefile:2616: packages_smart] Fehler 2
  31. make[2]: Verzeichnis „/tmp/fpc/build/fpcbuild-3.0.4/fpcsrc“ wird verlassen
  32. make[1]: *** [Makefile:2819: build-stamp.x86_64-linux] Fehler 2
  33. make[1]: Verzeichnis „/tmp/fpc/build/fpcbuild-3.0.4/fpcsrc“ wird verlassen
  34. make: *** [Makefile:2187: fpcsrc/build-stamp.x86_64-linux] Fehler 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement