Posted to tcl by kostix at Fri Oct 20 13:51:02 GMT 2006view raw

  1. $ make
  2. rm -f -r ztcl104.dll
  3. gcc -shared -o ztcl104.dll init.o commands.o channel.o transform.o gzfile.o stream.o compress.o miscellaneous.o ztclStubInit.o -L /c/devel/tcl8.4.14/win -L /c/devel/tclmore_0.7b1/generic -ltclmorestub0.7 -lz "/c/devel/tcl8.4.14/win/libtclstub84.a"
  4. init.o(.text+0x44):init.c: undefined reference to `_imp__More_InitStub'
  5. commands.o(.text+0xb):commands.c: undefined reference to `_imp__moreStubPtr'
  6. commands.o(.text+0x31):commands.c: undefined reference to `_imp__moreStubErrorPtr'
  7. commands.o(.text+0x9f):commands.c: undefined reference to `_imp__moreStubErrorPtr'
  8. commands.o(.text+0x156):commands.c: undefined reference to `_imp__moreStubErrorPtr'
  9. commands.o(.text+0x201):commands.c: undefined reference to `_imp__moreStubErrorPtr'
  10. commands.o(.text+0x248):commands.c: undefined reference to `_imp__moreStubErrorPtr'
  11. commands.o(.text+0x2fb):commands.c: more undefined references to `_imp__moreStubErrorPtr' follow
  12. commands.o(.text+0x498):commands.c: undefined reference to `_imp__moreStubChannelInterfacePtr'
  13. commands.o(.text+0x501):commands.c: undefined reference to `_imp__moreStubArgumentExtractorPtr'
  14. commands.o(.text+0x511):commands.c: undefined reference to `_imp__moreStubArgumentExtractorPtr'
  15. commands.o(.text+0x52c):commands.c: undefined reference to `_imp__moreStubChannelInterfacePtr'
  16. channel.o(.text+0x105):channel.c: undefined reference to `_imp__moreStubErrorPtr'
  17. channel.o(.text+0x1c6):channel.c: undefined reference to `_imp__moreStubErrorPtr'
  18. channel.o(.text+0x274):channel.c: undefined reference to `_imp__moreStubErrorPtr'
  19. channel.o(.text+0x2dd):channel.c: undefined reference to `_imp__moreStubErrorPtr'
  20. channel.o(.text+0x3d4):channel.c: undefined reference to `_imp__moreStubChannelDriverPtr'
  21. channel.o(.text+0x534):channel.c: undefined reference to `_imp__moreStubChannelDriverPtr'
  22. channel.o(.text+0x587):channel.c: undefined reference to `_imp__moreStubDStringPtr'
  23. channel.o(.text+0x5c5):channel.c: undefined reference to `_imp__moreStubDStringPtr'
  24. transform.o(.text+0x4):transform.c: undefined reference to `_imp__moreStubStreamPtr'
  25. transform.o(.text+0x118):transform.c: undefined reference to `_imp__moreStubErrorPtr'
  26. transform.o(.text+0x140):transform.c: undefined reference to `_imp__moreStubErrorPtr'
  27. transform.o(.text+0x1f8):transform.c: undefined reference to `_imp__moreStubErrorPtr'
  28. transform.o(.text+0x220):transform.c: undefined reference to `_imp__moreStubErrorPtr'
  29. transform.o(.text+0x291):transform.c: undefined reference to `_imp__moreStubDStringPtr'
  30. transform.o(.text+0x321):transform.c: undefined reference to `_imp__moreStubDStringPtr'
  31. gzfile.o(.text+0x5f):gzfile.c: undefined reference to `_imp__moreStubErrorPtr'
  32. gzfile.o(.text+0xf1):gzfile.c: undefined reference to `_imp__moreStubErrorPtr'
  33. gzfile.o(.text+0x18d):gzfile.c: undefined reference to `_imp__moreStubErrorPtr'
  34. gzfile.o(.text+0x1a1):gzfile.c: undefined reference to `_imp__moreStubErrorPtr'
  35. gzfile.o(.text+0x1ea):gzfile.c: undefined reference to `_imp__moreStubErrorPtr'
  36. gzfile.o(.text+0x1fe):gzfile.c: more undefined references to `_imp__moreStubErrorPtr' follow
  37. collect2: ld returned 1 exit status
  38. make: *** [ztcl104.dll] Error 1
  39.  
  40. $ nm /c/devel/tclmore_0.7b1/generic/libtclmorestub0.7.a
  41.  
  42. tclmoreStubLib.o:
  43. 00000000 b .bss
  44. 00000000 d .data
  45. 00000000 r .rdata
  46. 00000000 t .text
  47. 00000000 T _More_InitStub
  48. 00000010 C _moreStubArgumentExtractorPtr
  49. 00000010 C _moreStubBufferPtr
  50. 00000010 C _moreStubChannelDriverPtr
  51. 00000010 C _moreStubChannelInterfacePtr
  52. 00000010 C _moreStubDelayedScriptPtr
  53. 00000010 C _moreStubDStringPtr
  54. 00000010 C _moreStubErrorPtr
  55. 00000010 C _moreStubIdTablePtr
  56. 00000010 C _moreStubMiscPtr
  57. 00000010 C _moreStubObjectExtractorPtr
  58. 00000010 C _moreStubPtr
  59. 00000010 C _moreStubStreamPtr
  60. 00000010 C _moreStubVariablePtr
  61. U _tclStubsPtr