home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / admin / qlipo.1.1.README < prev    next >
Encoding:
Text File  |  1994-12-30  |  2.9 KB  |  79 lines

  1. QLIPO 1.1 -- NeXT compatible, portable LIPO. 
  2.  
  3. ftp://hasc.ca/pub/next/qlipo-1.1.S.tar.gz
  4.  
  5. Send bug reports to:
  6.  
  7. Darcy Brockbank <samurai@hasc.ca>
  8. Hutchison Ave. Software
  9. Version 1.0 <BETA>
  10. Dec 22, 1994
  11.  
  12. BETA VERSION 1.1
  13. ================
  14.  
  15. 1) Supports the undocumented '-o' flag for use with 'cc'.
  16. 2) Checks input file permissions, and sets output file permissions
  17.    accordingly.
  18. 3) Fixed a bug in which files < 8192 bytes were incorrectly being
  19.    reported as having a problem when reading them (Error 0).
  20. 4) Reports the argument vector when an error condition is raised.
  21.  
  22. I have replaced 'lipo' on my system successfuly with this version
  23. of qlipo, meaning that there are few (if any) problems during
  24. every-day usage of this program. There are still a couple things
  25. on the usability "todo" list though.
  26.  
  27.  
  28. BETA VERSION 1.0
  29. ================
  30.  
  31. This program is loosely based on plipo, by Christian Scheider, which
  32. served mainly as example code and inspiration that this could be done.
  33. The intent of this program is to furnish an upgrade path for people
  34. who have broken versions of 'lipo' as under NEXTSTEP 3.2 and previous
  35. versions. QLIPO is bug-for-bug compatible with lipo... well, not exactly
  36. bug-for-bug, but it does a good job of handling all the arguments you
  37. can pass it, while giving some more useful messages than our old
  38. buggy friend lipo.
  39.  
  40. Replacing lipo might be useful to you, because it will allow you to
  41. deal with mega fat binaries, without having to upgrade your OS. A
  42. side effect of this is the implication that you may not have to
  43. upgrade to NS 3.3 to use NS Developer 3.3, since lipo is likely the
  44. only thing that 3.3 developer depends on. I dunno... try it and see.
  45.  
  46. For the most part, this program is portable to any UNIX, though it works
  47. only on MACH-O files. At the moment, I'm being very conservative by
  48. keeping the byte alignments of the fat files at 8192 byte boundaries. 
  49. While this will result in a bit of wasted space, it makes sure that
  50. all executables are happy. Future versions will allow for less
  51. conservative alignments.
  52.  
  53. This program is being provided with the hope it will be interesting,
  54. and perhaps useful, but no guarantees are made as to it's functionality
  55. or usefulness, nor do I or Hutchison Ave. Software warrant it in any
  56. other way.
  57.  
  58. Please keep me informed as to incompatabilities or problems, and I
  59. will do my best to fix things. Lots of this code is gross... I'm 
  60. sorry about that, but I'm just trying to get it to work. Typical
  61. C programmer's excuse. I did write this over the course of 24 hours
  62. though, so please be gentle with me.
  63.  
  64. This software is donated to the public domain, as long as you don't
  65. remove the attributions.
  66.  
  67. TODO
  68.  
  69. 1) support segalign... -segalign is being ignored in favor of a safe
  70.    alignment of 8192 bytes right now.
  71. 2) support multiple -remove flags... I had no idea this could be
  72.    specified, so I didn't work it in.
  73.  
  74. If you have any fixes, suggestions, or bug reports, please send them.
  75. If you want to work on this too, feel free.
  76.  
  77. - darcy
  78.  
  79.