Advertisement
anta40

dmd-log

Feb 12th, 2012
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.74 KB | None | 0 0
  1. $ dmd -v -m64 avg.d
  2. binary dmd
  3. version v2.058
  4. config /home/anta40/dmd.conf
  5. parse avg
  6. importall avg
  7. import object (/opt/dmd-dev/import/object.di)
  8. import std.stdio (/opt/dmd-dev/phobos/std/stdio.d)
  9. import core.stdc.stdio (/opt/dmd-dev/import/core/stdc/stdio.di)
  10. import core.stdc.config (/opt/dmd-dev/import/core/stdc/config.di)
  11. import core.stdc.stddef (/opt/dmd-dev/import/core/stdc/stddef.di)
  12. import core.stdc.stdarg (/opt/dmd-dev/import/core/stdc/stdarg.di)
  13. import std.c.stdio (/opt/dmd-dev/phobos/std/c/stdio.d)
  14. import std.stdiobase (/opt/dmd-dev/phobos/std/stdiobase.d)
  15. import core.stdc.errno (/opt/dmd-dev/import/core/stdc/errno.di)
  16. import core.stdc.stdlib (/opt/dmd-dev/import/core/stdc/stdlib.di)
  17. import core.memory (/opt/dmd-dev/import/core/memory.di)
  18. import core.stdc.string (/opt/dmd-dev/import/core/stdc/string.di)
  19. import core.stdc.wchar_ (/opt/dmd-dev/import/core/stdc/wchar_.di)
  20. import core.stdc.time (/opt/dmd-dev/import/core/stdc/time.di)
  21. import core.stdc.stdint (/opt/dmd-dev/import/core/stdc/stdint.di)
  22. import core.stdc.signal (/opt/dmd-dev/import/core/stdc/signal.di)
  23. import std.algorithm (/opt/dmd-dev/phobos/std/algorithm.d)
  24. import std.c.string (/opt/dmd-dev/phobos/std/c/string.d)
  25. import std.array (/opt/dmd-dev/phobos/std/array.d)
  26. import core.bitop (/opt/dmd-dev/import/core/bitop.di)
  27. import std.ascii (/opt/dmd-dev/phobos/std/ascii.d)
  28. import std.conv (/opt/dmd-dev/phobos/std/conv.d)
  29. import core.stdc.math (/opt/dmd-dev/import/core/stdc/math.di)
  30. import std.exception (/opt/dmd-dev/phobos/std/exception.d)
  31. import std.range (/opt/dmd-dev/phobos/std/range.d)
  32. import std.functional (/opt/dmd-dev/phobos/std/functional.d)
  33. import std.metastrings (/opt/dmd-dev/phobos/std/metastrings.d)
  34. import std.traits (/opt/dmd-dev/phobos/std/traits.d)
  35. import std.typetuple (/opt/dmd-dev/phobos/std/typetuple.d)
  36. import std.typecons (/opt/dmd-dev/phobos/std/typecons.d)
  37. import std.format (/opt/dmd-dev/phobos/std/format.d)
  38. import core.vararg (/opt/dmd-dev/import/core/vararg.di)
  39. import std.bitmanip (/opt/dmd-dev/phobos/std/bitmanip.d)
  40. import std.math (/opt/dmd-dev/phobos/std/math.d)
  41. import std.string (/opt/dmd-dev/phobos/std/string.d)
  42. import core.exception (/opt/dmd-dev/import/core/exception.di)
  43. import std.regex (/opt/dmd-dev/phobos/std/regex.d)
  44. import std.internal.uni (/opt/dmd-dev/phobos/std/internal/uni.d)
  45. import std.uni (/opt/dmd-dev/phobos/std/uni.d)
  46. import std.internal.uni_tab (/opt/dmd-dev/phobos/std/internal/uni_tab.d)
  47. import std.utf (/opt/dmd-dev/phobos/std/utf.d)
  48. import std.system (/opt/dmd-dev/phobos/std/system.d)
  49. import std.container (/opt/dmd-dev/phobos/std/container.d)
  50. import core.sys.posix.stdio (/opt/dmd-dev/import/core/sys/posix/stdio.di)
  51. import core.sys.posix.config (/opt/dmd-dev/import/core/sys/posix/config.di)
  52. import core.sys.posix.sys.types (/opt/dmd-dev/import/core/sys/posix/sys/types.di)
  53. import std.c.linux.linux (/opt/dmd-dev/phobos/std/c/linux/linux.d)
  54. import std.c.linux.pthread (/opt/dmd-dev/phobos/std/c/linux/pthread.d)
  55. import core.sys.posix.dirent (/opt/dmd-dev/import/core/sys/posix/dirent.di)
  56. import core.sys.posix.dlfcn (/opt/dmd-dev/import/core/sys/posix/dlfcn.di)
  57. import core.sys.posix.fcntl (/opt/dmd-dev/import/core/sys/posix/fcntl.di)
  58. import core.sys.posix.sys.stat (/opt/dmd-dev/import/core/sys/posix/sys/stat.di)
  59. import core.sys.posix.time (/opt/dmd-dev/import/core/sys/posix/time.di)
  60. import core.sys.posix.signal (/opt/dmd-dev/import/core/sys/posix/signal.di)
  61. import core.sys.posix.pwd (/opt/dmd-dev/import/core/sys/posix/pwd.di)
  62. import core.sys.posix.unistd (/opt/dmd-dev/import/core/sys/posix/unistd.di)
  63. import core.sys.posix.inttypes (/opt/dmd-dev/import/core/sys/posix/inttypes.di)
  64. import core.stdc.inttypes (/opt/dmd-dev/import/core/stdc/inttypes.di)
  65. import core.sys.posix.utime (/opt/dmd-dev/import/core/sys/posix/utime.di)
  66. import core.sys.posix.sys.mman (/opt/dmd-dev/import/core/sys/posix/sys/mman.di)
  67. import core.sys.posix.sys.time (/opt/dmd-dev/import/core/sys/posix/sys/time.di)
  68. import core.sys.posix.sys.select (/opt/dmd-dev/import/core/sys/posix/sys/select.di)
  69. import core.sys.posix.sys.wait (/opt/dmd-dev/import/core/sys/posix/sys/wait.di)
  70. import std.c.linux.socket (/opt/dmd-dev/phobos/std/c/linux/socket.d)
  71. import core.sys.posix.arpa.inet (/opt/dmd-dev/import/core/sys/posix/arpa/inet.di)
  72. import core.sys.posix.sys.socket (/opt/dmd-dev/import/core/sys/posix/sys/socket.di)
  73. import core.sys.posix.sys.uio (/opt/dmd-dev/import/core/sys/posix/sys/uio.di)
  74. import core.sys.posix.netdb (/opt/dmd-dev/import/core/sys/posix/netdb.di)
  75. import core.sys.posix.netinet.in_ (/opt/dmd-dev/import/core/sys/posix/netinet/in_.di)
  76. import core.sys.posix.netinet.tcp (/opt/dmd-dev/import/core/sys/posix/netinet/tcp.di)
  77. semantic avg
  78. import core.sys.posix.pthread (/opt/dmd-dev/import/core/sys/posix/pthread.di)
  79. import core.sys.posix.sched (/opt/dmd-dev/import/core/sys/posix/sched.di)
  80. semantic2 avg
  81. semantic3 avg
  82. code avg
  83. function main
  84. function byLine
  85. function this
  86. function empty
  87. function front
  88. function popFront
  89. function __dgliteral971
  90. function ~this
  91. function __fieldPostBlit
  92. function __cpctor
  93. function opAssign
  94. function writeln
  95. function write
  96. function put
  97. function front
  98. function decode
  99. function put
  100. function __dgliteral852
  101. function __foreachbody853
  102. function errnoEnforce
  103. function put
  104. function formattedWrite
  105. function __dgliteral904
  106. function flDash
  107. function flDash
  108. function flZero
  109. function flZero
  110. function flSpace
  111. function flSpace
  112. function flPlus
  113. function flPlus
  114. function flHash
  115. function flHash
  116. function this
  117. function fillUp
  118. function check
  119. function __dgliteral976
  120. function __dgliteral985
  121. function __dgliteral986
  122. function __dgliteral997
  123. function __dgliteral1002
  124. function getCurFmtStr
  125. function headUpToNextSpec
  126. function toString
  127. function formatGeneric
  128. function formatValue
  129. function __dgliteral883
  130. function __dgliteral884
  131. function put
  132. function put
  133. function empty
  134. function popFront
  135. function binaryFun
  136. function save
  137. function popBack
  138. function back
  139. function find
  140. function enforceEx
  141. function enforceEx
  142. function put
  143. function front
  144. function decode
  145. function put
  146. function __dgliteral886
  147. function __foreachbody887
  148. function writeUpToNextSpec
  149. function put
  150. function front
  151. function decode
  152. function put
  153. function __dgliteral891
  154. function __foreachbody892
  155. function text
  156. function textImpl
  157. function to
  158. function toImpl
  159. function to
  160. function popFront
  161. function toImpl
  162. function getNthInt
  163. function getNthInt
  164. function to
  165. function toImpl
  166. function formatNth
  167. function gencode
  168. function to
  169. function toImpl
  170. function toStr
  171. function appender
  172. function this
  173. function reserve
  174. function capacity
  175. function data
  176. function ensureAddable
  177. function newCapacity
  178. function formatValue
  179. function put
  180. function put
  181. function formatIntegral
  182. function __dgliteral944
  183. function formatUnsigned
  184. function put
  185. function put
  186. function put
  187. function popFront
  188. function put
  189. function put
  190. function capacity
  191. function put
  192. function put
  193. function enforce
  194. function readln
  195. function __dgliteral975
  196. function enforce
  197. function back
  198. function endsWith
  199. function text
  200. function textImpl
  201. function to
  202. function enforce
  203. function to
  204. function toImpl
  205. function parse
  206. function convError
  207. function convError_unexpected
  208. function text
  209. function textImpl
  210. function to
  211. function toImpl
  212. function toStr
  213. function formatValue
  214. function put
  215. function formatValue
  216. function text
  217. function textImpl
  218. function parse
  219. function convError
  220. function startsWith
  221. function to
  222. function toImpl
  223. function parse
  224. function convError
  225. function to
  226. function toImpl
  227. function __dgliteral1001
  228. function enforce
  229. function formatValue
  230. function formatValue
  231. function formatIntegral
  232. function __dgliteral1008
  233. function appender
  234. function this
  235. function reserve
  236. function capacity
  237. function data
  238. function ensureAddable
  239. function newCapacity
  240. function put
  241. function put
  242. function put
  243. function text
  244. function textImpl
  245. function to
  246. function toImpl
  247. function to
  248. function toImpl
  249. function toStr
  250. function formatValue
  251. function to
  252. function toImpl
  253. function toStr
  254. function formatValue
  255. function to
  256. function toImpl
  257. function toStr
  258. function formatValue
  259. function to
  260. function toImpl
  261. function toStr
  262. function formatValue
  263. function put
  264. function put
  265. function capacity
  266. gcc avg.o -o avg -m64 -Xlinker -L/opt/dmd-dev/lib32/ -lphobos2 -lpthread -lm -lrt
  267. /usr/bin/ld: skipping incompatible /opt/dmd-dev/lib32//libphobos2.a when searching for -lphobos2
  268. /usr/bin/ld: cannot find -lphobos2
  269. collect2: ld retu
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement