Posted to tcl by hypnotoad at Wed Sep 03 12:35:06 GMT 2014view raw

  1. windres -o tcl.res.o --include "/odie/sandbox/tcl/generic" --include "/odie/sa
  2. ndbox/tcl/win" "tcl.rc"
  3. gcc -shared -o tcl86.dll -pipe -static-libgcc -Wl,--out-implib,libtcl86.a
  4. regcomp.o regexec.o regfree.o regerror.o tclAlloc.o tclAssembly.o tclAsync.o tcl
  5. Basic.o tclBinary.o tclCkalloc.o tclClock.o tclCmdAH.o tclCmdIL.o tclCmdMZ.o tcl
  6. CompCmds.o tclCompCmdsGR.o tclCompCmdsSZ.o tclCompExpr.o tclCompile.o tclConfig.
  7. o tclDate.o tclDictObj.o tclEncoding.o tclEnsemble.o tclEnv.o tclEvent.o tclExec
  8. ute.o tclFCmd.o tclFileName.o tclGet.o tclHash.o tclHistory.o tclIndexObj.o tclI
  9. nterp.o tclIO.o tclIOCmd.o tclIOGT.o tclIORChan.o tclIORTrans.o tclIOSock.o tclI
  10. OUtil.o tclLink.o tclLiteral.o tclListObj.o tclLoad.o tclMain.o tclMain2.o tclNa
  11. mesp.o tclNotify.o tclOO.o tclOOBasic.o tclOOCall.o tclOODefineCmds.o tclOOInfo.
  12. o tclOOMethod.o tclOOStubInit.o tclObj.o tclOptimize.o tclPanic.o tclParse.o tcl
  13. PathObj.o tclPipe.o tclPkg.o tclPkgConfig.o tclPosixStr.o tclPreserve.o tclProc.
  14. o tclRegexp.o tclResolve.o tclResult.o tclScan.o tclStringObj.o tclStrToD.o tclS
  15. tubInit.o tclThread.o tclThreadAlloc.o tclThreadJoin.o tclThreadStorage.o tclTim
  16. er.o tclTomMathInterface.o tclTrace.o tclUtf.o tclUtil.o tclVar.o tclZlib.o bnco
  17. re.o bn_reverse.o bn_fast_s_mp_mul_digs.o bn_fast_s_mp_sqr.o bn_mp_add.o bn_mp_a
  18. dd_d.o bn_mp_and.o bn_mp_clamp.o bn_mp_clear.o bn_mp_clear_multi.o bn_mp_cmp.o b
  19. n_mp_cmp_d.o bn_mp_cmp_mag.o bn_mp_cnt_lsb.o bn_mp_copy.o bn_mp_count_bits.o bn_
  20. mp_div.o bn_mp_div_d.o bn_mp_div_2.o bn_mp_div_2d.o bn_mp_div_3.o bn_mp_exch.o b
  21. n_mp_expt_d.o bn_mp_grow.o bn_mp_init.o bn_mp_init_copy.o bn_mp_init_multi.o bn_
  22. mp_init_set.o bn_mp_init_set_int.o bn_mp_init_size.o bn_mp_karatsuba_mul.o bn_mp
  23. _karatsuba_sqr.o bn_mp_lshd.o bn_mp_mod.o bn_mp_mod_2d.o bn_mp_mul.o bn_mp_mul_2
  24. .o bn_mp_mul_2d.o bn_mp_mul_d.o bn_mp_neg.o bn_mp_or.o bn_mp_radix_size.o bn_mp_
  25. radix_smap.o bn_mp_read_radix.o bn_mp_rshd.o bn_mp_set.o bn_mp_set_int.o bn_mp_s
  26. hrink.o bn_mp_sqr.o bn_mp_sqrt.o bn_mp_sub.o bn_mp_sub_d.o bn_mp_to_unsigned_bin
  27. .o bn_mp_to_unsigned_bin_n.o bn_mp_toom_mul.o bn_mp_toom_sqr.o bn_mp_toradix_n.o
  28. bn_mp_unsigned_bin_size.o bn_mp_xor.o bn_mp_zero.o bn_s_mp_add.o bn_s_mp_mul_di
  29. gs.o bn_s_mp_sqr.o bn_s_mp_sub.o tclWin32Dll.o tclWinChan.o tclWinConsole.o tclW
  30. inSerial.o tclWinError.o tclWinFCmd.o tclWinFile.o tclWinInit.o tclWinLoad.o tcl
  31. WinNotify.o tclWinPipe.o tclWinSock.o tclWinThrd.o tclWinTime.o tcl.res.o -lnet
  32. api32 -lkernel32 -luser32 -ladvapi32 -lws2_32 /odie/sandbox/tcl/compat/zlib/win6
  33. 4/libz.dll.a
  34. tclZlib.o:tclZlib.c:(.text+0x3a): undefined reference to `inflateEnd'
  35. tclZlib.o:tclZlib.c:(.text+0xa3): undefined reference to `deflateEnd'
  36. tclZlib.o:tclZlib.c:(.text+0x4bb): undefined reference to `zError'
  37. tclZlib.o:tclZlib.c:(.text+0x5ca): undefined reference to `deflateSetDictionary'
  38.  
  39. tclZlib.o:tclZlib.c:(.text+0x60a): undefined reference to `inflateSetDictionary'
  40.  
  41. tclZlib.o:tclZlib.c:(.text+0xc69): undefined reference to `deflate'
  42. tclZlib.o:tclZlib.c:(.text+0x123e): undefined reference to `deflate'
  43. tclZlib.o:tclZlib.c:(.text+0x13d5): undefined reference to `inflate'
  44. tclZlib.o:tclZlib.c:(.text+0x1555): undefined reference to `inflate'
  45. tclZlib.o:tclZlib.c:(.text+0x1779): undefined reference to `inflateEnd'
  46. tclZlib.o:tclZlib.c:(.text+0x1852): undefined reference to `deflate'
  47. tclZlib.o:tclZlib.c:(.text+0x186f): undefined reference to `deflateEnd'
  48. tclZlib.o:tclZlib.c:(.text+0x2126): undefined reference to `inflateInit2_'
  49. tclZlib.o:tclZlib.c:(.text+0x21cf): undefined reference to `inflateGetHeader'
  50. tclZlib.o:tclZlib.c:(.text+0x237b): undefined reference to `deflateInit2_'
  51. tclZlib.o:tclZlib.c:(.text+0x239a): undefined reference to `deflateSetHeader'
  52. tclZlib.o:tclZlib.c:(.text+0x26a2): undefined reference to `inflateEnd'
  53. tclZlib.o:tclZlib.c:(.text+0x2756): undefined reference to `inflateInit2_'
  54. tclZlib.o:tclZlib.c:(.text+0x27d0): undefined reference to `deflateInit2_'
  55. tclZlib.o:tclZlib.c:(.text+0x27f1): undefined reference to `deflateEnd'
  56. tclZlib.o:tclZlib.c:(.text+0x2a65): undefined reference to `deflateBound'
  57. tclZlib.o:tclZlib.c:(.text+0x2a90): undefined reference to `deflate'
  58. tclZlib.o:tclZlib.c:(.text+0x2af6): undefined reference to `deflate'
  59. tclZlib.o:tclZlib.c:(.text+0x2ef2): undefined reference to `inflate'
  60. tclZlib.o:tclZlib.c:(.text+0x3011): undefined reference to `inflate'
  61. tclZlib.o:tclZlib.c:(.text+0x3088): undefined reference to `inflate'
  62. tclZlib.o:tclZlib.c:(.text+0x30cf): undefined reference to `inflateEnd'
  63. tclZlib.o:tclZlib.c:(.text+0x3c5a): undefined reference to `deflateInit2_'
  64. tclZlib.o:tclZlib.c:(.text+0x3c6e): undefined reference to `deflateSetHeader'
  65. tclZlib.o:tclZlib.c:(.text+0x3c82): undefined reference to `deflateBound'
  66. tclZlib.o:tclZlib.c:(.text+0x3caa): undefined reference to `deflate'
  67. tclZlib.o:tclZlib.c:(.text+0x3cbb): undefined reference to `deflateEnd'
  68. tclZlib.o:tclZlib.c:(.text+0x3de4): undefined reference to `deflateEnd'
  69. tclZlib.o:tclZlib.c:(.text+0x3f80): undefined reference to `inflateInit2_'
  70. tclZlib.o:tclZlib.c:(.text+0x3f9e): undefined reference to `inflateGetHeader'
  71. tclZlib.o:tclZlib.c:(.text+0x408e): undefined reference to `inflate'
  72. tclZlib.o:tclZlib.c:(.text+0x40a6): undefined reference to `inflateEnd'
  73. tclZlib.o:tclZlib.c:(.text+0x4171): undefined reference to `inflateEnd'
  74. tclZlib.o:tclZlib.c:(.text+0x5259): undefined reference to `deflateInit2_'
  75. tclZlib.o:tclZlib.c:(.text+0x53f6): undefined reference to `inflateEnd'
  76. tclZlib.o:tclZlib.c:(.text+0x5419): undefined reference to `deflateEnd'
  77. tclZlib.o:tclZlib.c:(.text+0x54a0): undefined reference to `inflateInit2_'
  78. tclZlib.o:tclZlib.c:(.text+0x5680): undefined reference to `deflateSetHeader'
  79. tclZlib.o:tclZlib.c:(.text+0x56d4): undefined reference to `inflateGetHeader'
  80. tclZlib.o:tclZlib.c:(.text+0x57a9): undefined reference to `zlibVersion'
  81. tclZlib.o:tclZlib.c:(.text+0x4241): undefined reference to `crc32'
  82. tclZlib.o:tclZlib.c:(.text+0x4251): undefined reference to `adler32'
  83. c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: tclZlib.o:
  84. bad reloc address 0xf4 in section `.rdata'
  85. collect2.exe: error: ld returned 1 exit status
  86. make: *** [tcl86.dll] Error 1
  87.  
  88. tne@windows-7-build /odie/sandbox/tcl/win
  89. $