Guest User

Untitled

a guest
Oct 14th, 2016
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.30 KB | None | 0 0
  1. bearstorm@bearstorm-Lenovo-G50-45:~/Documents$ fpc -va persegi.pas
  2. [0.000] Macro defined: LINUX
  3. [0.000] Macro defined: UNIX
  4. [0.000] Macro defined: HASUNIX
  5. [0.000] Macro defined: FPC_HAS_WINLIKERESOURCES
  6. [0.000] Macro defined: CONSOLE
  7. [0.000] Macro defined: LINUX
  8. [0.000] Macro defined: FPC
  9. [0.000] Macro defined: VER3
  10. [0.000] Macro defined: VER3_0
  11. [0.000] Macro defined: VER3_0_0
  12. [0.000] Macro defined: RESSTRSECTIONS
  13. [0.000] Macro defined: FPC_HASFIXED64BITVARIANT
  14. [0.000] Macro defined: FPC_HASINTERNALOLEVARIANT2VARIANTCAST
  15. [0.000] Macro defined: FPC_HAS_VARSETS
  16. [0.000] Macro defined: FPC_HAS_VALGRINDBOOL
  17. [0.000] Macro defined: FPC_HAS_STR_CURRENCY
  18. [0.000] Macro defined: FPC_REAL2REAL_FIXED
  19. [0.000] Macro defined: FPC_STRTOCHARARRAYPROC
  20. [0.000] Macro defined: FPC_STRTOSHORTSTRINGPROC
  21. [0.000] Macro defined: FPC_OBJFPC_EXTENDED_IF
  22. [0.000] Macro defined: FPC_HAS_OPERATOR_ENUMERATOR
  23. [0.000] Macro defined: FPC_HAS_CONSTREF
  24. [0.000] Macro defined: FPC_STATICRIPFIXED
  25. [0.000] Macro defined: FPC_VARIANTCOPY_FIXED
  26. [0.000] Macro defined: FPC_DYNARRAYCOPY_FIXED
  27. [0.000] Macro defined: FPC_HAS_INTERNAL_ABS_LONG
  28. [0.000] Macro defined: FPC_HAS_INTERNAL_ABS_INT64
  29. [0.000] Macro defined: FPC_HAS_UNICODESTRING
  30. [0.000] Macro defined: FPC_RTTI_PACKSET1
  31. [0.000] Macro defined: FPC_HAS_CPSTRING
  32. [0.000] Macro defined: FPC_HAS_RIP_RELATIVE
  33. [0.000] Macro defined: FPC_HAS_CEXTENDED
  34. [0.000] Macro defined: FPC_HAS_RESSTRINITS
  35. [0.000] Macro defined: FPC_HAS_INTERNAL_ROX
  36. [0.000] Macro defined: FPC_HAS_INTERNAL_SAR
  37. [0.000] Macro defined: FPC_HAS_MEMBAR
  38. [0.000] Macro defined: FPC_SETBASE_USED
  39. [0.000] Macro defined: INTERNAL_BACKTRACE
  40. [0.002] Macro defined: STR_CONCAT_PROCS
  41. [0.002] Macro defined: REGCALL
  42. [0.002] Macro defined: FPC_HAS_FEATURE_SUPPORT
  43. [0.002] Macro defined: CPUX86_64
  44. [0.002] Macro defined: CPUAMD64
  45. [0.002] Macro defined: CPU64
  46. [0.002] Macro defined: CPUX64
  47. [0.002] Configfile search: /home/bearstorm/.fpc.cfg
  48. [0.002] Reading options from file /home/bearstorm/.fpc.cfg
  49. [0.002] Hint: Start of reading config file /home/bearstorm/.fpc.cfg
  50. [0.002] interpreting file option "#"
  51. [0.002] interpreting file option "# Config file generated by fpcmkcfg on 6-10-16 - 05:08:46"
  52. [0.002] interpreting file option "# Example fpc.cfg for Free Pascal Compiler"
  53. [0.002] interpreting file option "#"
  54. [0.002] interpreting file option "# ----------------------"
  55. [0.002] interpreting file option "# Defines (preprocessor)"
  56. [0.002] interpreting file option "# ----------------------"
  57. [0.002] interpreting file option "#"
  58. [0.002] interpreting file option "# nested #IFNDEF, #IFDEF, #ENDIF, #ELSE, #DEFINE, #UNDEF are allowed"
  59. [0.002] interpreting file option "#"
  60. [0.002] interpreting file option "# -d is the same as #DEFINE"
  61. [0.002] interpreting file option "# -u is the same as #UNDEF"
  62. [0.002] interpreting file option "#"
  63. [0.002] interpreting file option "#"
  64. [0.002] interpreting file option "# Some examples (for switches see below, and the -? helppages)"
  65. [0.002] interpreting file option "#"
  66. [0.002] interpreting file option "# Try compiling with the -dRELEASE or -dDEBUG on the commandline"
  67. [0.002] interpreting file option "#"
  68. [0.002] interpreting file option "# For a release compile with optimizes and strip debuginfo"
  69. [0.002] interpreting file option "#IFDEF RELEASE"
  70. [0.002] interpreting file option "#WRITE Compiling Release Version"
  71. [0.002] interpreting file option "#ENDIF"
  72. [0.002] interpreting file option "# For a debug version compile with debuginfo and all codegeneration checks on"
  73. [0.002] interpreting file option "#IFDEF DEBUG"
  74. [0.002] interpreting file option "#WRITE Compiling Debug Version"
  75. [0.002] interpreting file option "#ENDIF"
  76. [0.002] interpreting file option "# assembling"
  77. [0.002] interpreting file option "#ifdef darwin"
  78. [0.002] interpreting file option "# use pipes instead of temporary files for assembling"
  79. [0.002] interpreting file option "# path to Xcode 4.3+ utilities (no problem if it doesn't exist)"
  80. [0.002] interpreting file option "#endif"
  81. [0.002] interpreting file option "# ----------------"
  82. [0.002] interpreting file option "# Parsing switches"
  83. [0.002] interpreting file option "# ----------------"
  84. [0.002] interpreting file option "# Pascal language mode"
  85. [0.002] interpreting file option "# -Mfpc free pascal dialect (default)"
  86. [0.002] interpreting file option "# -Mobjfpc switch some Delphi 2 extensions on"
  87. [0.002] interpreting file option "# -Mdelphi tries to be Delphi compatible"
  88. [0.002] interpreting file option "# -Mtp tries to be TP/BP 7.0 compatible"
  89. [0.004] interpreting file option "# -Mgpc tries to be gpc compatible"
  90. [0.004] interpreting file option "# -Mmacpas tries to be compatible to the macintosh pascal dialects"
  91. [0.004] interpreting file option "#"
  92. [0.004] interpreting file option "# Turn on Object Pascal extensions by default"
  93. [0.004] interpreting file option "#-Mobjfpc"
  94. [0.004] interpreting file option "# Assembler reader mode"
  95. [0.004] interpreting file option "# -Rdefault use default assembler"
  96. [0.004] interpreting file option "# -Ratt read AT&T style assembler"
  97. [0.004] interpreting file option "# -Rintel read Intel style assembler"
  98. [0.004] interpreting file option "#"
  99. [0.004] interpreting file option "# All assembler blocks are AT&T styled by default"
  100. [0.004] interpreting file option "#-Ratt"
  101. [0.004] interpreting file option "# Semantic checking"
  102. [0.004] interpreting file option "# -S2 same as -Mobjfpc"
  103. [0.004] interpreting file option "# -Sc supports operators like C (*=,+=,/= and -=)"
  104. [0.004] interpreting file option "# -Sa include assertion code."
  105. [0.004] interpreting file option "# -Sd same as -Mdelphi"
  106. [0.004] interpreting file option "# -Se<x> error options. <x> is a combination of the following:"
  107. [0.004] interpreting file option "# <n> : compiler stops after <n> errors (default is 1)"
  108. [0.004] interpreting file option "# w : compiler stops also after warnings"
  109. [0.004] interpreting file option "# n : compiler stops also after notes"
  110. [0.004] interpreting file option "# h : compiler stops also after hints"
  111. [0.004] interpreting file option "# -Sg allow LABEL and GOTO"
  112. [0.004] interpreting file option "# -Sh Use ansistrings"
  113. [0.004] interpreting file option "# -Si support C++ styled INLINE"
  114. [0.004] interpreting file option "# -Sk load fpcylix unit"
  115. [0.004] interpreting file option "# -SI<x> set interface style to <x>"
  116. [0.004] interpreting file option "# -SIcom COM compatible interface (default)"
  117. [0.004] interpreting file option "# -SIcorba CORBA compatible interface"
  118. [0.004] interpreting file option "# -Sm support macros like C (global)"
  119. [0.004] interpreting file option "# -So same as -Mtp"
  120. [0.004] interpreting file option "# -Sp same as -Mgpc"
  121. [0.004] interpreting file option "# -Ss constructor name must be init (destructor must be done)"
  122. [0.004] interpreting file option "# -Sx enable exception keywords (default in Delphi/ObjFPC modes)"
  123. [0.004] interpreting file option "#"
  124. [0.004] interpreting file option "# Allow goto, inline, C-operators, C-vars"
  125. [0.004] Handling option "-Sgic"
  126. [0.004] interpreting option "-Sgic"
  127. [0.004] interpreting file option "# ---------------"
  128. [0.004] interpreting file option "# Code generation"
  129. [0.004] interpreting file option "# ---------------"
  130. [0.004] interpreting file option "# Uncomment the next line if you always want static/dynamic units by default"
  131. [0.004] interpreting file option "# (can be overruled with -CD, -CS at the commandline)"
  132. [0.004] interpreting file option "#-CS"
  133. [0.004] interpreting file option "#-CD"
  134. [0.004] interpreting file option "# Set the default heapsize to 8Mb"
  135. [0.004] interpreting file option "#-Ch8000000"
  136. [0.004] interpreting file option "# Set default codegeneration checks (iocheck, overflow, range, stack)"
  137. [0.004] interpreting file option "#-Ci"
  138. [0.004] interpreting file option "#-Co"
  139. [0.004] interpreting file option "#-Cr"
  140. [0.004] interpreting file option "#-Ct"
  141. [0.004] interpreting file option "# Optimizer switches"
  142. [0.004] interpreting file option "# -Os generate smaller code"
  143. [0.004] interpreting file option "# -Oa=N set alignment to N"
  144. [0.004] interpreting file option "# -O1 level 1 optimizations (quick optimizations, debuggable)"
  145. [0.004] interpreting file option "# -O2 level 2 optimizations (-O1 + optimizations which make debugging more difficult)"
  146. [0.004] interpreting file option "# -O3 level 3 optimizations (-O2 + optimizations which also may make the program slower rather than faster)"
  147. [0.004] interpreting file option "# -Oo<x> switch on optimalization x. See fpc -i for possible values"
  148. [0.004] interpreting file option "# -OoNO<x> switch off optimalization x. See fpc -i for possible values"
  149. [0.004] interpreting file option "# -Op<x> set target cpu for optimizing, see fpc -i for possible values"
  150. [0.004] interpreting file option "#ifdef darwin"
  151. [0.006] interpreting file option "#ifdef cpui386"
  152. [0.006] interpreting file option "#endif"
  153. [0.006] interpreting file option "#endif"
  154. [0.006] interpreting file option "# -----------------------"
  155. [0.006] interpreting file option "# Set Filenames and Paths"
  156. [0.006] interpreting file option "# -----------------------"
  157. [0.006] interpreting file option "# Both slashes and backslashes are allowed in paths"
  158. [0.006] interpreting file option "# path to the messagefile, not necessary anymore but can be used to override"
  159. [0.006] interpreting file option "# the default language"
  160. [0.006] interpreting file option "#-Fr/home/bearstorm/fpc-3.0.0/lib/fpc/3.0.0/msg/errore.msg"
  161. [0.006] interpreting file option "#-Fr/home/bearstorm/fpc-3.0.0/lib/fpc/3.0.0/msg/errorn.msg"
  162. [0.006] interpreting file option "#-Fr/home/bearstorm/fpc-3.0.0/lib/fpc/3.0.0/msg/errores.msg"
  163. [0.006] interpreting file option "#-Fr/home/bearstorm/fpc-3.0.0/lib/fpc/3.0.0/msg/errord.msg"
  164. [0.006] interpreting file option "#-Fr/home/bearstorm/fpc-3.0.0/lib/fpc/3.0.0/msg/errorr.msg"
  165. [0.006] interpreting file option "# search path for unicode binary files (FPC 2.x does not know this switch)"
  166. [0.006] interpreting file option "#ifndef VER2"
  167. [0.006] Handling option "-FM/home/bearstorm/fpc-3.0.0/lib/fpc/../../share/fpc/3.0.0/unicode/"
  168. [0.006] interpreting option "-FM/home/bearstorm/fpc-3.0.0/lib/fpc/../../share/fpc/3.0.0/unicode/"
  169. [0.006] interpreting file option "#endif"
  170. [0.006] interpreting file option "# searchpath for units and other system dependent things"
  171. [0.006] Handling option "-Fu/home/bearstorm/fpc-3.0.0/lib/fpc/3.0.0/units/x86_64-linux"
  172. [0.006] interpreting option "-Fu/home/bearstorm/fpc-3.0.0/lib/fpc/3.0.0/units/x86_64-linux"
  173. [0.006] Path "/home/bearstorm/fpc-3.0.0/lib/fpc/3.0.0/units/x86_64-linux/" not found
  174. [0.006] Handling option "-Fu/home/bearstorm/fpc-3.0.0/lib/fpc/3.0.0/units/x86_64-linux/*"
  175. [0.006] interpreting option "-Fu/home/bearstorm/fpc-3.0.0/lib/fpc/3.0.0/units/x86_64-linux/*"
  176. [0.006] Path "/home/bearstorm/fpc-3.0.0/lib/fpc/3.0.0/units/x86_64-linux/*/" not found
  177. [0.006] Handling option "-Fu/home/bearstorm/fpc-3.0.0/lib/fpc/3.0.0/units/x86_64-linux/rtl"
  178. [0.006] interpreting option "-Fu/home/bearstorm/fpc-3.0.0/lib/fpc/3.0.0/units/x86_64-linux/rtl"
  179. [0.006] Path "/home/bearstorm/fpc-3.0.0/lib/fpc/3.0.0/units/x86_64-linux/rtl/" not found
  180. [0.006] interpreting file option "#ifdef cpui8086"
  181. [0.006] interpreting file option "#endif"
  182. [0.006] interpreting file option "#IFDEF FPCAPACHE_1_3"
  183. [0.006] interpreting file option "#ELSE"
  184. [0.006] interpreting file option "#IFDEF FPCAPACHE_2_0"
  185. [0.006] interpreting file option "#ELSE"
  186. [0.006] Handling option "-Fu/home/bearstorm/fpc-3.0.0/lib/fpc/3.0.0/units/x86_64-linux/httpd22"
  187. [0.006] interpreting option "-Fu/home/bearstorm/fpc-3.0.0/lib/fpc/3.0.0/units/x86_64-linux/httpd22"
  188. [0.006] Path "/home/bearstorm/fpc-3.0.0/lib/fpc/3.0.0/units/x86_64-linux/httpd22/" not found
  189. [0.006] interpreting file option "#ENDIF"
  190. [0.006] interpreting file option "#ENDIF"
  191. [0.006] interpreting file option "# searchpath for fppkg user-specific packages"
  192. [0.006] Handling option "-Fu~/.fppkg/lib/fpc/3.0.0/units/x86_64-linux/*"
  193. [0.006] interpreting option "-Fu~/.fppkg/lib/fpc/3.0.0/units/x86_64-linux/*"
  194. [0.006] Path "/home/bearstorm/.fppkg/lib/fpc/3.0.0/units/x86_64-linux/*/" not found
  195. [0.006] interpreting file option "# path to the gcclib"
  196. [0.006] interpreting file option "#ifdef cpui386"
  197. [0.006] interpreting file option "#endif"
  198. [0.006] interpreting file option "#ifdef cpux86_64"
  199. [0.006] Handling option "-Fl/usr/lib/gcc/x86_64-linux-gnu/5"
  200. [0.006] interpreting option "-Fl/usr/lib/gcc/x86_64-linux-gnu/5"
  201. [0.006] interpreting file option "#endif"
  202. [0.006] interpreting file option "# searchpath for libraries"
  203. [0.006] interpreting file option "#-Fl/home/bearstorm/fpc-3.0.0/lib/fpc/3.0.0/lib"
  204. [0.006] interpreting file option "#-Fl/lib;/usr/lib"
  205. [0.006] Handling option "-Fl/home/bearstorm/fpc-3.0.0/lib/fpc/3.0.0/lib/x86_64-linux"
  206. [0.006] interpreting option "-Fl/home/bearstorm/fpc-3.0.0/lib/fpc/3.0.0/lib/x86_64-linux"
  207. [0.006] Path "/home/bearstorm/fpc-3.0.0/lib/fpc/3.0.0/lib/x86_64-linux/" not found
  208. [0.006] interpreting file option "# searchpath for tools"
  209. [0.006] Handling option "-FD/home/bearstorm/fpc-3.0.0/lib/fpc/3.0.0/bin/x86_64-linux"
  210. [0.006] interpreting option "-FD/home/bearstorm/fpc-3.0.0/lib/fpc/3.0.0/bin/x86_64-linux"
  211. [0.006] interpreting file option "#IFNDEF CPUI386"
  212. [0.006] interpreting file option "#IFNDEF CPUAMD64"
  213. [0.006] interpreting file option "#DEFINE NEEDCROSSBINUTILS"
  214. [0.006] interpreting file option "#ENDIF"
  215. [0.006] interpreting file option "#ENDIF"
  216. [0.006] interpreting file option "#IFNDEF Linux"
  217. [0.006] interpreting file option "#DEFINE NEEDCROSSBINUTILS"
  218. [0.006] interpreting file option "#ENDIF"
  219. [0.006] interpreting file option "# never need cross-prefix when targeting the JVM"
  220. [0.006] interpreting file option "# (no native compiler, always cross-compiling)"
  221. [0.006] interpreting file option "#ifdef cpujvm"
  222. [0.006] interpreting file option "#undef NEEDCROSSBINUTILS"
  223. [0.006] interpreting file option "#endif"
  224. [0.006] interpreting file option "# for android cross-prefix is set by compiler"
  225. [0.006] interpreting file option "#ifdef android"
  226. [0.006] interpreting file option "#undef NEEDCROSSBINUTILS"
  227. [0.006] interpreting file option "#endif"
  228. [0.006] interpreting file option "# never need cross-prefix when targeting the i8086"
  229. [0.008] interpreting file option "# (no native compiler, always cross-compiling)"
  230. [0.008] interpreting file option "#ifdef cpui8086"
  231. [0.008] interpreting file option "#undef NEEDCROSSBINUTILS"
  232. [0.008] interpreting file option "#endif"
  233. [0.008] interpreting file option "# never need cross-prefix when targeting the i8086"
  234. [0.008] interpreting file option "# (no native compiler, always cross-compiling)"
  235. [0.008] interpreting file option "#ifdef cpujvm"
  236. [0.008] interpreting file option "#undef NEEDCROSSBINUTILS"
  237. [0.008] interpreting file option "#endif"
  238. [0.008] interpreting file option "# binutils prefix for cross compiling"
  239. [0.008] interpreting file option "#IFDEF FPC_CROSSCOMPILING"
  240. [0.008] interpreting file option "#IFDEF NEEDCROSSBINUTILS"
  241. [0.008] interpreting file option "#ENDIF"
  242. [0.008] interpreting file option "#ENDIF"
  243. [0.008] interpreting file option "# -------------"
  244. [0.008] interpreting file option "# Linking"
  245. [0.008] interpreting file option "# -------------"
  246. [0.008] interpreting file option "# generate always debugging information for GDB (slows down the compiling"
  247. [0.008] interpreting file option "# process)"
  248. [0.008] interpreting file option "# -gc generate checks for pointers"
  249. [0.008] interpreting file option "# -gd use dbx"
  250. [0.008] interpreting file option "# -gg use gsym"
  251. [0.008] interpreting file option "# -gh use heap trace unit (for memory leak debugging)"
  252. [0.008] interpreting file option "# -gl use line info unit to show more info for backtraces"
  253. [0.008] interpreting file option "# -gv generates programs tracable with valgrind"
  254. [0.008] interpreting file option "# -gw generate dwarf debugging info"
  255. [0.008] interpreting file option "#"
  256. [0.008] interpreting file option "# Enable debuginfo and use the line info unit by default"
  257. [0.008] interpreting file option "#-gl"
  258. [0.008] interpreting file option "# always pass an option to the linker"
  259. [0.008] interpreting file option "#-k-s"
  260. [0.008] interpreting file option "# Always strip debuginfo from the executable"
  261. [0.008] Handling option "-Xs"
  262. [0.008] interpreting option "-Xs"
  263. [0.008] interpreting file option "# Always use smartlinking on i8086, because the system unit exceeds the 64kb"
  264. [0.008] interpreting file option "# code limit"
  265. [0.008] interpreting file option "#ifdef cpui8086"
  266. [0.008] interpreting file option "#endif"
  267. [0.008] interpreting file option "# -------------"
  268. [0.008] interpreting file option "# Miscellaneous"
  269. [0.008] interpreting file option "# -------------"
  270. [0.008] interpreting file option "# Write always a nice FPC logo ;)"
  271. [0.008] Handling option "-l"
  272. [0.008] interpreting option "-l"
  273. [0.008] interpreting file option "# Verbosity"
  274. [0.008] interpreting file option "# e : Show errors (default) d : Show debug info"
  275. [0.008] interpreting file option "# w : Show warnings u : Show unit info"
  276. [0.008] interpreting file option "# n : Show notes t : Show tried/used files"
  277. [0.008] interpreting file option "# h : Show hints s : Show time stamps"
  278. [0.008] interpreting file option "# i : Show general info q : Show message numbers"
  279. [0.008] interpreting file option "# l : Show linenumbers c : Show conditionals"
  280. [0.008] interpreting file option "# a : Show everything 0 : Show nothing (except errors)"
  281. [0.008] interpreting file option "# b : Write file names messages r : Rhide/GCC compatibility mode"
  282. [0.008] interpreting file option "# with full path x : Executable info (Win32 only)"
  283. [0.008] interpreting file option "# v : write fpcdebug.txt with p : Write tree.log with parse tree"
  284. [0.008] interpreting file option "# lots of debugging info"
  285. [0.008] interpreting file option "#"
  286. [0.008] interpreting file option "# Display Info, Warnings and Notes"
  287. [0.008] Handling option "-viwn"
  288. [0.008] interpreting option "-viwn"
  289. [0.008] interpreting file option "# If you don't want so much verbosity use"
  290. [0.008] interpreting file option "#-vw"
  291. [0.008] Hint: End of reading config file /home/bearstorm/.fpc.cfg
  292. [0.008] Handling option "-va"
  293. [0.008] interpreting option "-va"
  294. [0.008] Handling option "persegi.pas"
  295. [0.008] found source file name "persegi.pas"
  296. [0.008] Macro defined: ENDIAN_LITTLE
  297. [0.008] Macro defined: FPC_LITTLE_ENDIAN
  298. [0.008] Macro defined: FPC_ABI_DEFAULT
  299. [0.008] Free Pascal Compiler version 3.0.0+dfsg-2 [2016/01/28] for x86_64
  300. [0.008] Copyright (c) 1993-2015 by Florian Klaempfl and others
  301. [0.010] Macro defined: CPUATHLON64
  302. [0.010] Macro defined: FPUSSE64
  303. [0.010] Macro defined: CPUX86_HAS_SSEUNIT
  304. [0.010] Macro defined: FPC_HAS_TYPE_SINGLE
  305. [0.010] Macro defined: FPC_HAS_TYPE_DOUBLE
  306. [0.010] Macro defined: FPC_HAS_TYPE_EXTENDED
  307. [0.010] Macro defined: FPC_HAS_INTERNAL_BSF
  308. [0.010] Macro defined: FPC_HAS_INTERNAL_BSR
  309. [0.010] Macro defined: FPC_LINK_STATIC
  310. [0.010] Macro FPC_VERSION set to 3
  311. [0.010] Macro FPC_RELEASE set to 0
  312. [0.010] Macro FPC_PATCH set to 0
  313. [0.010] Macro FPC_FULLVERSION set to 30000
  314. [0.010] Macro defined: FPC_WIDESTRING_EQUAL_UNICODESTRING
  315. [0.010] Macro defined: FPC_HAS_FEATURE_HEAP
  316. [0.010] Macro defined: FPC_HAS_FEATURE_INITFINAL
  317. [0.010] Macro defined: FPC_HAS_FEATURE_RTTI
  318. [0.010] Macro defined: FPC_HAS_FEATURE_CLASSES
  319. [0.010] Macro defined: FPC_HAS_FEATURE_EXCEPTIONS
  320. [0.010] Macro defined: FPC_HAS_FEATURE_EXITCODE
  321. [0.010] Macro defined: FPC_HAS_FEATURE_ANSISTRINGS
  322. [0.010] Macro defined: FPC_HAS_FEATURE_WIDESTRINGS
  323. [0.010] Macro defined: FPC_HAS_FEATURE_TEXTIO
  324. [0.010] Macro defined: FPC_HAS_FEATURE_CONSOLEIO
  325. [0.010] Macro defined: FPC_HAS_FEATURE_FILEIO
  326. [0.010] Macro defined: FPC_HAS_FEATURE_RANDOM
  327. [0.010] Macro defined: FPC_HAS_FEATURE_VARIANTS
  328. [0.010] Macro defined: FPC_HAS_FEATURE_OBJECTS
  329. [0.010] Macro defined: FPC_HAS_FEATURE_DYNARRAYS
  330. [0.010] Macro defined: FPC_HAS_FEATURE_THREADING
  331. [0.010] Macro defined: FPC_HAS_FEATURE_COMMANDARGS
  332. [0.010] Macro defined: FPC_HAS_FEATURE_PROCESSES
  333. [0.010] Macro defined: FPC_HAS_FEATURE_STACKCHECK
  334. [0.010] Macro defined: FPC_HAS_FEATURE_DYNLIBS
  335. [0.010] Macro defined: FPC_HAS_FEATURE_SOFTFPU
  336. [0.010] Macro defined: FPC_HAS_FEATURE_OBJECTIVEC1
  337. [0.010] Macro defined: FPC_HAS_FEATURE_RESOURCES
  338. [0.010] Macro defined: FPC_HAS_FEATURE_UNICODESTRINGS
  339. [0.010] Searching file /lib64/ld-linux-x86-64.so.2... found
  340. [0.010] Path "/usr/X11R6/lib64/" not found
  341. [0.010] Path "/usr/lib64/" not found
  342. [0.014] Compiler: /usr/lib/fpc/3.0.0/ppcx64
  343. [0.014] Compiler OS: Linux for x86-64
  344. [0.014] Target OS: Linux for x86-64
  345. [0.014] Using executable path: /usr/lib/fpc/3.0.0/
  346. [0.014] Using unit path: /usr/lib/fpc/3.0.0/units/x86_64-linux/rtl/
  347. [0.014] Using unit path: /usr/lib/fpc/3.0.0/
  348. [0.014] Using library path: /usr/lib/x86_64-linux-gnu/
  349. [0.014] Using library path: /lib64/
  350. [0.014] Using library path: /usr/lib/gcc/x86_64-linux-gnu/5/
  351. [0.014] Using library path: /usr/lib/fpc/3.0.0/units/x86_64-linux/rtl/
  352. [0.014] Using library path: /usr/lib/fpc/3.0.0/
  353. [0.014] Using object path: /usr/lib/fpc/3.0.0/units/x86_64-linux/rtl/
  354. [0.014] Using object path: /usr/lib/fpc/3.0.0/
  355. [0.014] Compiling persegi.pas
  356. [0.014] Searching file persegi.pas... found
  357. 2 177/672 Kb Used
  358. [0.014] (LUASPERSEGI) Registering new unit SYSTEM
  359. [0.014] (LUASPERSEGI) Load from LUASPERSEGI (implementation) unit SYSTEM
  360. [0.014] (SYSTEM) Loading unit SYSTEM
  361. [0.014] Unitsearch: system.ppu
  362. [0.014] Searching file system.ppu... not found
  363. [0.014] Searching file SYSTEM.PPU... not found
  364. [0.014] Unitsearch: system.pp
  365. [0.014] Searching file system.pp... not found
  366. [0.014] Searching file SYSTEM.PP... not found
  367. [0.014] Unitsearch: system.pas
  368. [0.014] Searching file system.pas... not found
  369. [0.014] Searching file SYSTEM.PAS... not found
  370. [0.014] Unitsearch: /usr/lib/fpc/3.0.0/units/x86_64-linux/rtl/system.ppu
  371. [0.016] Searching file /usr/lib/fpc/3.0.0/units/x86_64-linux/rtl/system.ppu... found
  372. [0.016] PPU Loading /usr/lib/fpc/3.0.0/units/x86_64-linux/rtl/system.ppu
  373. [0.016] (SYSTEM) PPU Name: /usr/lib/fpc/3.0.0/units/x86_64-linux/rtl/system.ppu
  374. [0.016] (SYSTEM) PPU Time: 2016/01/31 01:19:25
  375. [0.016] (SYSTEM) PPU Flags: 159873
  376. [0.016] (SYSTEM) PPU Crc: 09C1FD4E
  377. [0.016] (SYSTEM) PPU Crc: 3A093E2F (intfc)
  378. [0.016] (SYSTEM) PPU Crc: FEDD6E0A (indc)
  379. [0.016] (SYSTEM) Number of definitions: 4470
  380. [0.016] (SYSTEM) Number of symbols: 11751
  381. [0.016] (SYSTEM) PPU Source: system.pp not available
  382. [0.016] (SYSTEM) PPU Source: osdefs.inc not available
  383. [0.016] (SYSTEM) PPU Source: sysunixh.inc not available
  384. [0.016] (SYSTEM) PPU Source: systemh.inc not available
  385. [0.016] (SYSTEM) PPU Source: sysosh.inc not available
  386. [0.016] (SYSTEM) PPU Source: pmutext.inc not available
  387. [0.016] (SYSTEM) PPU Source: rtldefs.inc not available
  388. [0.016] (SYSTEM) PPU Source: filerec.inc not available
  389. [0.016] (SYSTEM) PPU Source: textrec.inc not available
  390. [0.016] (SYSTEM) PPU Source: innr.inc not available
  391. [0.016] (SYSTEM) PPU Source: mathh.inc not available
  392. [0.016] (SYSTEM) PPU Source: currh.inc not available
  393. [0.016] (SYSTEM) PPU Source: ustringh.inc not available
  394. [0.016] (SYSTEM) PPU Source: setjumph.inc not available
  395. [0.016] (SYSTEM) PPU Source: objpash.inc not available
  396. [0.016] (SYSTEM) PPU Source: varianth.inc not available
  397. [0.016] (SYSTEM) PPU Source: rttih.inc not available
  398. [0.016] (SYSTEM) PPU Source: dynarrh.inc not available
  399. [0.016] (SYSTEM) PPU Source: compproc.inc not available
  400. [0.016] (SYSTEM) PPU Source: heaph.inc not available
  401. [0.016] (SYSTEM) PPU Source: threadh.inc not available
  402. [0.016] (SYSTEM) PPU Source: resh.inc not available
  403. [0.016] (SYSTEM) PPU Source: system.inc not available
  404. [0.016] (SYSTEM) PPU Source: sysos.inc not available
  405. [0.016] (SYSTEM) PPU Source: errno.inc not available
  406. [0.016] (SYSTEM) PPU Source: ostypes.inc not available
  407. [0.016] (SYSTEM) PPU Source: ptypes.inc not available
  408. [0.016] (SYSTEM) PPU Source: ctypes.inc not available
  409. [0.016] (SYSTEM) PPU Source: pmutext.inc not available
  410. [0.016] (SYSTEM) PPU Source: stat.inc not available
  411. [0.016] (SYSTEM) PPU Source: signal.inc not available
  412. [0.016] (SYSTEM) PPU Source: sighndh.inc not available
  413. [0.016] (SYSTEM) PPU Source: syscallh.inc not available
  414. [0.016] (SYSTEM) PPU Source: syscall.inc not available
  415. [0.016] (SYSTEM) PPU Source: sysnr.inc not available
  416. [0.016] (SYSTEM) PPU Source: ossysc.inc not available
  417. [0.016] (SYSTEM) PPU Source: syscgen.inc not available
  418. [0.016] (SYSTEM) PPU Source: osmacro.inc not available
  419. [0.016] (SYSTEM) PPU Source: x86_64.inc not available
  420. [0.016] (SYSTEM) PPU Source: generic.inc not available
  421. [0.016] (SYSTEM) PPU Source: set.inc not available
  422. [0.016] (SYSTEM) PPU Source: genset.inc not available
  423. [0.016] (SYSTEM) PPU Source: math.inc not available
  424. [0.016] (SYSTEM) PPU Source: genmath.inc not available
  425. [0.016] (SYSTEM) PPU Source: gencurr.inc not available
  426. [0.016] (SYSTEM) PPU Source: sstrings.inc not available
  427. [0.016] (SYSTEM) PPU Source: flt_conv.inc not available
  428. [0.016] (SYSTEM) PPU Source: flt_core.inc not available
  429. [0.016] (SYSTEM) PPU Source: flt_pack.inc not available
  430. [0.016] (SYSTEM) PPU Source: flt_pack.inc not available
  431. [0.016] (SYSTEM) PPU Source: int64p.inc not available
  432. [0.016] (SYSTEM) PPU Source: int64.inc not available
  433. [0.016] (SYSTEM) PPU Source: astrings.inc not available
  434. [0.016] (SYSTEM) PPU Source: ustrings.inc not available
  435. [0.016] (SYSTEM) PPU Source: aliases.inc not available
  436. [0.016] (SYSTEM) PPU Source: dynarr.inc not available
  437. [0.016] (SYSTEM) PPU Source: objpas.inc not available
  438. [0.016] (SYSTEM) PPU Source: except.inc not available
  439. [0.016] (SYSTEM) PPU Source: variant.inc not available
  440. [0.016] (SYSTEM) PPU Source: rtti.inc not available
  441. [0.016] (SYSTEM) PPU Source: setjump.inc not available
  442. [0.016] (SYSTEM) PPU Source: sysheap.inc not available
  443. [0.016] (SYSTEM) PPU Source: heap.inc not available
  444. [0.018] (SYSTEM) PPU Source: thread.inc not available
  445. [0.018] (SYSTEM) PPU Source: threadvr.inc not available
  446. [0.018] (SYSTEM) PPU Source: sysfile.inc not available
  447. [0.018] (SYSTEM) PPU Source: text.inc not available
  448. [0.018] (SYSTEM) PPU Source: file.inc not available
  449. [0.018] (SYSTEM) PPU Source: typefile.inc not available
  450. [0.018] (SYSTEM) PPU Source: sysdir.inc not available
  451. [0.018] (SYSTEM) PPU Source: sysres.inc not available
  452. [0.018] (SYSTEM) PPU Source: sighnd.inc not available
  453. [0.045] (SYSTEM) Finished loading unit SYSTEM
  454. [0.045] Searching file persegi.pas... found
  455. [0.045] Searching file persegi.pas... found
  456. [0.045] (LUASPERSEGI) Registering new unit FPINTRES
  457. [0.045] (LUASPERSEGI) Load from LUASPERSEGI (implementation) unit FPINTRES
  458. [0.045] (FPINTRES) Loading unit FPINTRES
  459. [0.045] Unitsearch: fpintres.ppu
  460. [0.045] Searching file fpintres.ppu... not found
  461. [0.045] Searching file FPINTRES.PPU... not found
  462. [0.045] Unitsearch: fpintres.pp
  463. [0.045] Searching file fpintres.pp... not found
  464. [0.045] Searching file FPINTRES.PP... not found
  465. [0.045] Unitsearch: fpintres.pas
  466. [0.045] Searching file fpintres.pas... not found
  467. [0.045] Searching file FPINTRES.PAS... not found
  468. [0.045] Unitsearch: /usr/lib/fpc/3.0.0/units/x86_64-linux/rtl/fpintres.ppu
  469. [0.045] Searching file /usr/lib/fpc/3.0.0/units/x86_64-linux/rtl/fpintres.ppu... found
  470. [0.045] PPU Loading /usr/lib/fpc/3.0.0/units/x86_64-linux/rtl/fpintres.ppu
  471. [0.045] (FPINTRES) PPU Name: /usr/lib/fpc/3.0.0/units/x86_64-linux/rtl/fpintres.ppu
  472. [0.045] (FPINTRES) PPU Time: 2016/01/31 01:19:25
  473. [0.045] (FPINTRES) PPU Flags: 143489
  474. [0.045] (FPINTRES) PPU Crc: 05913807
  475. [0.045] (FPINTRES) PPU Crc: 27F35B92 (intfc)
  476. [0.045] (FPINTRES) PPU Crc: FEDD6E0A (indc)
  477. [0.045] (FPINTRES) Number of definitions: 63
  478. [0.045] (FPINTRES) Number of symbols: 171
  479. [0.045] (FPINTRES) PPU Source: fpintres.pp not available
  480. [0.045] (FPINTRES) PPU Source: intres.inc not available
  481. [0.045] (FPINTRES) Load from FPINTRES (interface) unit SYSTEM
  482. [0.045] (FPINTRES) Adding dependency: FPINTRES depends on SYSTEM
  483. [0.047] (FPINTRES) Finished loading unit FPINTRES
  484. [0.047] Searching file persegi.pas... found
  485. [0.047] (LUASPERSEGI) Registering new unit CRT
  486. [0.047] (LUASPERSEGI) Load from LUASPERSEGI (implementation) unit CRT
  487. [0.047] (CRT) Loading unit CRT
  488. [0.047] Unitsearch: crt.ppu
  489. [0.047] Searching file crt.ppu... not found
  490. [0.047] Searching file CRT.PPU... not found
  491. [0.047] Unitsearch: crt.pp
  492. [0.047] Searching file crt.pp... not found
  493. [0.047] Searching file CRT.PP... not found
  494. [0.047] Unitsearch: crt.pas
  495. [0.047] Searching file crt.pas... not found
  496. [0.047] Searching file CRT.PAS... not found
  497. [0.047] Unitsearch: /usr/lib/fpc/3.0.0/units/x86_64-linux/rtl/crt.ppu
  498. [0.047] Searching file /usr/lib/fpc/3.0.0/units/x86_64-linux/rtl/crt.ppu... not found
  499. [0.047] Searching file /usr/lib/fpc/3.0.0/units/x86_64-linux/rtl/CRT.PPU... not found
  500. [0.047] Unitsearch: /usr/lib/fpc/3.0.0/units/x86_64-linux/rtl/crt.pp
  501. [0.047] Searching file /usr/lib/fpc/3.0.0/units/x86_64-linux/rtl/crt.pp... not found
  502. [0.047] Searching file /usr/lib/fpc/3.0.0/units/x86_64-linux/rtl/CRT.PP... not found
  503. [0.047] Unitsearch: /usr/lib/fpc/3.0.0/units/x86_64-linux/rtl/crt.pas
  504. [0.047] Searching file /usr/lib/fpc/3.0.0/units/x86_64-linux/rtl/crt.pas... not found
  505. [0.047] Searching file /usr/lib/fpc/3.0.0/units/x86_64-linux/rtl/CRT.PAS... not found
  506. [0.047] Unitsearch: /usr/lib/fpc/3.0.0/crt.ppu
  507. [0.047] Searching file /usr/lib/fpc/3.0.0/crt.ppu... not found
  508. [0.047] Searching file /usr/lib/fpc/3.0.0/CRT.PPU... not found
  509. [0.047] Unitsearch: /usr/lib/fpc/3.0.0/crt.pp
  510. [0.047] Searching file /usr/lib/fpc/3.0.0/crt.pp... not found
  511. [0.047] Searching file /usr/lib/fpc/3.0.0/CRT.PP... not found
  512. [0.047] Unitsearch: /usr/lib/fpc/3.0.0/crt.pas
  513. [0.047] Searching file /usr/lib/fpc/3.0.0/crt.pas... not found
  514. [0.047] Searching file /usr/lib/fpc/3.0.0/CRT.PAS... not found
  515. [0.047] Unitsearch: crt.pp
  516. [0.047] Searching file crt.pp... not found
  517. [0.047] Searching file CRT.PP... not found
  518. [0.047] Unitsearch: crt.pas
  519. [0.047] Searching file crt.pas... not found
  520. [0.047] Searching file CRT.PAS... not found
  521. [0.047] Unitsearch: /usr/lib/fpc/3.0.0/units/x86_64-linux/rtl/crt.pp
  522. [0.047] Searching file /usr/lib/fpc/3.0.0/units/x86_64-linux/rtl/crt.pp... not found
  523. [0.047] Searching file /usr/lib/fpc/3.0.0/units/x86_64-linux/rtl/CRT.PP... not found
  524. [0.047] Unitsearch: /usr/lib/fpc/3.0.0/units/x86_64-linux/rtl/crt.pas
  525. [0.047] Searching file /usr/lib/fpc/3.0.0/units/x86_64-linux/rtl/crt.pas... not found
  526. [0.047] Searching file /usr/lib/fpc/3.0.0/units/x86_64-linux/rtl/CRT.PAS... not found
  527. [0.047] Unitsearch: /usr/lib/fpc/3.0.0/crt.pp
  528. [0.047] Searching file /usr/lib/fpc/3.0.0/crt.pp... not found
  529. [0.047] Searching file /usr/lib/fpc/3.0.0/CRT.PP... not found
  530. [0.047] Unitsearch: /usr/lib/fpc/3.0.0/crt.pas
  531. [0.047] Searching file /usr/lib/fpc/3.0.0/crt.pas... not found
  532. [0.047] Searching file /usr/lib/fpc/3.0.0/CRT.PAS... not found
  533. [0.047] persegi.pas(2,6) Fatal: Can't find unit crt used by luaspersegi
  534. [0.057] Fatal: Compilation aborted
  535. Error: /usr/bin/ppcx64 returned an error exitcode
Advertisement
Add Comment
Please, Sign In to add comment