Posted to tcl by kostix at Fri Oct 20 13:51:02 GMT 2006view raw
- $ make
- rm -f -r ztcl104.dll
- 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"
- init.o(.text+0x44):init.c: undefined reference to `_imp__More_InitStub'
- commands.o(.text+0xb):commands.c: undefined reference to `_imp__moreStubPtr'
- commands.o(.text+0x31):commands.c: undefined reference to `_imp__moreStubErrorPtr'
- commands.o(.text+0x9f):commands.c: undefined reference to `_imp__moreStubErrorPtr'
- commands.o(.text+0x156):commands.c: undefined reference to `_imp__moreStubErrorPtr'
- commands.o(.text+0x201):commands.c: undefined reference to `_imp__moreStubErrorPtr'
- commands.o(.text+0x248):commands.c: undefined reference to `_imp__moreStubErrorPtr'
- commands.o(.text+0x2fb):commands.c: more undefined references to `_imp__moreStubErrorPtr' follow
- commands.o(.text+0x498):commands.c: undefined reference to `_imp__moreStubChannelInterfacePtr'
- commands.o(.text+0x501):commands.c: undefined reference to `_imp__moreStubArgumentExtractorPtr'
- commands.o(.text+0x511):commands.c: undefined reference to `_imp__moreStubArgumentExtractorPtr'
- commands.o(.text+0x52c):commands.c: undefined reference to `_imp__moreStubChannelInterfacePtr'
- channel.o(.text+0x105):channel.c: undefined reference to `_imp__moreStubErrorPtr'
- channel.o(.text+0x1c6):channel.c: undefined reference to `_imp__moreStubErrorPtr'
- channel.o(.text+0x274):channel.c: undefined reference to `_imp__moreStubErrorPtr'
- channel.o(.text+0x2dd):channel.c: undefined reference to `_imp__moreStubErrorPtr'
- channel.o(.text+0x3d4):channel.c: undefined reference to `_imp__moreStubChannelDriverPtr'
- channel.o(.text+0x534):channel.c: undefined reference to `_imp__moreStubChannelDriverPtr'
- channel.o(.text+0x587):channel.c: undefined reference to `_imp__moreStubDStringPtr'
- channel.o(.text+0x5c5):channel.c: undefined reference to `_imp__moreStubDStringPtr'
- transform.o(.text+0x4):transform.c: undefined reference to `_imp__moreStubStreamPtr'
- transform.o(.text+0x118):transform.c: undefined reference to `_imp__moreStubErrorPtr'
- transform.o(.text+0x140):transform.c: undefined reference to `_imp__moreStubErrorPtr'
- transform.o(.text+0x1f8):transform.c: undefined reference to `_imp__moreStubErrorPtr'
- transform.o(.text+0x220):transform.c: undefined reference to `_imp__moreStubErrorPtr'
- transform.o(.text+0x291):transform.c: undefined reference to `_imp__moreStubDStringPtr'
- transform.o(.text+0x321):transform.c: undefined reference to `_imp__moreStubDStringPtr'
- gzfile.o(.text+0x5f):gzfile.c: undefined reference to `_imp__moreStubErrorPtr'
- gzfile.o(.text+0xf1):gzfile.c: undefined reference to `_imp__moreStubErrorPtr'
- gzfile.o(.text+0x18d):gzfile.c: undefined reference to `_imp__moreStubErrorPtr'
- gzfile.o(.text+0x1a1):gzfile.c: undefined reference to `_imp__moreStubErrorPtr'
- gzfile.o(.text+0x1ea):gzfile.c: undefined reference to `_imp__moreStubErrorPtr'
- gzfile.o(.text+0x1fe):gzfile.c: more undefined references to `_imp__moreStubErrorPtr' follow
- collect2: ld returned 1 exit status
- make: *** [ztcl104.dll] Error 1
- $ nm /c/devel/tclmore_0.7b1/generic/libtclmorestub0.7.a
- tclmoreStubLib.o:
- 00000000 b .bss
- 00000000 d .data
- 00000000 r .rdata
- 00000000 t .text
- 00000000 T _More_InitStub
- 00000010 C _moreStubArgumentExtractorPtr
- 00000010 C _moreStubBufferPtr
- 00000010 C _moreStubChannelDriverPtr
- 00000010 C _moreStubChannelInterfacePtr
- 00000010 C _moreStubDelayedScriptPtr
- 00000010 C _moreStubDStringPtr
- 00000010 C _moreStubErrorPtr
- 00000010 C _moreStubIdTablePtr
- 00000010 C _moreStubMiscPtr
- 00000010 C _moreStubObjectExtractorPtr
- 00000010 C _moreStubPtr
- 00000010 C _moreStubStreamPtr
- 00000010 C _moreStubVariablePtr
- U _tclStubsPtr