home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / c / 18369 < prev    next >
Encoding:
Text File  |  1992-12-15  |  1.3 KB  |  37 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!spool.mu.edu!yale.edu!ira.uka.de!Germany.EU.net!news.Hamburg.Germany.EU.net!jwminhh!wieck
  3. From: wieck@jwminhh.hanse.de (Jan Wieck)
  4. Subject: Re: Source for compressor
  5. Message-ID: <1992Dec14.214648.3819@jwminhh.hanse.de>
  6. Organization: Private Site under Mach386
  7. X-Newsreader: Tin 1.1 PL4
  8. References: <FZJoVB1w165w@stycx.hacktic.nl>
  9. Date: Mon, 14 Dec 1992 21:46:48 GMT
  10. Lines: 25
  11.  
  12. peter@stycx.hacktic.nl (Author) writes:
  13. : Help!! Is there somebody out there who happens to have source for a 
  14. : compression program which allows me to archive directories and create 
  15. : self extracting files. 
  16.  
  17. This must be a very OS-dependent job forever (so this might not be the
  18. correct newsgroup).
  19.  
  20. The only way, to produce an executable in a portable way, is to create
  21. the archive in constants included in a source and then compiling it.
  22. But at this point, most archives wouldn't be executabel (or able to
  23. get compiled) any longer due to their size.
  24.  
  25. Look for some compression algorithm, where the decompression part is
  26. so smart that it wouldn't matter, to redistribute a separate decompressor
  27. any time.
  28.  
  29.  
  30. Until later, Jan
  31.  
  32. -- 
  33. # Any language keeps its own misunderstandings; #
  34. # why shouldn't programming languages do?       #
  35. #                                               #
  36. #            wieck@jwminhh.hanse.de (Jan Wieck) #
  37.