Re: Re: Is there a 64-bit Linux tclkit 8.5.9?
Pat Thoyts <[email protected]> Fri, 10 Jun 2011 15:09:15 +0100
| Newsgroups | gmane.comp.lang.tcl.starkit |
|---|---|
| Message-ID | <[email protected]> |
On 10 June 2011 10:16, Zbigniew Diaczyszyn <[email protected]> wrote: > Just downloaded the kit from > > http://tclkit.googlecode.com/files/tclkit-8.5.9-linux-ix86.gz > > By name it seems to be dynamic but: > >> $ file tclkit-dyn-8.5.9 >> tclkit-dyn-8.5.9: ELF 32-bit LSB executable, Intel 80386, version 1, >> statically linked, corrupted section header size > It is probably just upx compressed. If you run upx -d on the executable then the bintools can see the real contents. If you want a tclkit that is not upx compressed you can use sdx mksplit to break it into the exe and database parts, upx decompress the .head part and then rejoin the two (cat tclkit.head tclkit.tail > tclkit-noupx) -- You received this message because you are subscribed to the "starkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/starkit?hl=en