Guest User

Untitled

a guest
Dec 1st, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. c:\Projekt>nim c -r zim.nim
  2. Hint: used config file 'C:\nim-0.17.2\config\nim.cfg' [Conf]
  3. Hint: system [Processing]
  4. Hint: zim [Processing]
  5. Hint: streams [Processing]
  6. Hint: uri [Processing]
  7. Hint: strutils [Processing]
  8. Hint: parseutils [Processing]
  9. Hint: math [Processing]
  10. Hint: algorithm [Processing]
  11. Hint: zipfiles [Processing]
  12. Hint: libzip [Processing]
  13. Hint: times [Processing]
  14. Hint: winlean [Processing]
  15. Hint: dynlib [Processing]
  16. Hint: os [Processing]
  17. Hint: ospaths [Processing]
  18. Hint: [Link]
  19. c:\Projekt\nimcache\libzip_all.o:libzip_all.c:(.text+0x117): undefined reference to `zError'
  20. c:\Projekt\nimcache\libzip_all.o:libzip_all.c:(.text+0x2dc1): undefined reference to `crc32'
  21. c:\Projekt\nimcache\libzip_all.o:libzip_all.c:(.text+0x2e67): undefined reference to `deflateInit2_'
  22. c:\Projekt\nimcache\libzip_all.o:libzip_all.c:(.text+0x2f12): undefined reference to `deflateEnd'
  23. c:\Projekt\nimcache\libzip_all.o:libzip_all.c:(.text+0x2f80): undefined reference to `crc32'
  24. c:\Projekt\nimcache\libzip_all.o:libzip_all.c:(.text+0x2faa): undefined reference to `deflate'
  25. c:\Projekt\nimcache\libzip_all.o:libzip_all.c:(.text+0x30b2): undefined reference to `deflateEnd'
  26. c:\Projekt\nimcache\libzip_all.o:libzip_all.c:(.text+0x398d): undefined reference to `zError'
  27. c:\Projekt\nimcache\libzip_all.o:libzip_all.c:(.text+0x3a40): undefined reference to `inflateEnd'
  28. c:\Projekt\nimcache\libzip_all.o:libzip_all.c:(.text+0x3b9e): undefined reference to `crc32'
  29. c:\Projekt\nimcache\libzip_all.o:libzip_all.c:(.text+0x3c92): undefined reference to `crc32'
  30. c:\Projekt\nimcache\libzip_all.o:libzip_all.c:(.text+0x4246): undefined reference to `inflateInit2_'
  31. c:\Projekt\nimcache\libzip_all.o:libzip_all.c:(.text+0x4534): undefined reference to `crc32'
  32. c:\Projekt\nimcache\libzip_all.o:libzip_all.c:(.text+0x6cf1): undefined reference to `crc32'
  33. c:\Projekt\nimcache\libzip_all.o:libzip_all.c:(.text+0x6d5c): undefined reference to `inflate'
  34. c:\Projekt\nimcache\libzip_all.o:libzip_all.c:(.text+0x6de8): undefined reference to `crc32'
  35. collect2.exe: error: ld returned 1 exit status
  36. Error: execution of an external program failed: 'C:\nim-0.17.2\dist\mingw64\bin\gcc.exe -o c:\Projekt\zim.exe c:\Projekt\nimcache\libzip_all.o c:\Projekt\nimcache\zim.o c:\Projekt\nimcache\stdlib_s
  37. ystem.o c:\Projekt\nimcache\stdlib_streams.o c:\Projekt\nimcache\stdlib_uri.o c:\Projekt\nimcache\stdlib_strutils.o c:\Projekt\nimcache\stdlib_parseutils.o c:\Projekt\nimcache\stdlib_math.o c:\Projekt
  38. \nimcache\stdlib_algorithm.o c:\Projekt\nimcache\zip_zipfiles.o c:\Projekt\nimcache\zip_libzip.o c:\Projekt\nimcache\stdlib_times.o c:\Projekt\nimcache\stdlib_os.o c:\Projekt\nimcache\stdlib_winlean.o
  39. c:\Projekt\nimcache\stdlib_dynlib.o c:\Projekt\nimcache\stdlib_ospaths.o '
Advertisement
Add Comment
Please, Sign In to add comment