home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Utilities / mkisofs-1.11-MIHS / README.NeXT < prev    next >
Encoding:
Text File  |  1997-09-08  |  2.1 KB  |  69 lines

  1. mkisofs-1.11 NEXTSTEP 3.3 (Patched and with the new libposix.a)
  2.  
  3. To compile mkisofs, you will need a NEXTSTEP 3.3 system with
  4. 3.3Patches installed and with a new statically linkable POSIX library
  5. libposix.a from www.next.com, or more sepcifically:
  6. http://enterprise.apple.com/NeXTanswers/HTMLFiles/2066.htmld/2066.html
  7.  
  8. Download and install these:
  9.   3.3Intel68kPatch.pkg.tar
  10.   3.3DeveloperPatch.pkg.tar
  11.   libposix.a
  12.   3.3Patch.ImprovedDNS.post_install or 3.3Patch.LibrariesOK.post_install
  13.  
  14. # ranlib /usr/lib/libposix.a
  15. % sum /usr/lib/libposix.a
  16. 27352  3183
  17.  
  18. OPENSTEP 4.x doesn't have workable POSIX, and neither do versions
  19. 3.2 and earlier.  Once compiled, the binary runs fine on OPENSTEP
  20. 4.x.  It may run OK on NS3.x, but this is not tested.
  21.  
  22.  
  23. I attempted to remove POSIX dependency, but I gave up.  This is not trivial.
  24.  
  25. Makefiles, *.c files with *.c.orig counterpart have been modified slightly.
  26. Take a diff to see these minor mods.
  27.  
  28.  
  29.  
  30. === How to actually make a CDROM using mkisofs and a CDROM writer attached
  31.     to a Windows PC
  32.  
  33. [1] Plan directories to include  (total size < 650MB)
  34.     optionally prepare .mkisofsrc in the base direcotory (see man mkisofs)
  35.  
  36.  
  37. [2] Create CDROM image file using mkisofs
  38.  
  39. # For example, making CDROM of /Users (excluding lost+found directory)
  40. mkisofs -o /ExtraSpace/users.cdr -R -T -l -V "HomeDir Snap" -x /Users/lost+found /Users
  41.  
  42. [3] Transfer file users.cdr to Windows machine with a CDROM writer.
  43.  
  44. [4] Use FILE2CD.EXE to burn image file to CDROM.
  45.  
  46.    In MSDOS command shell, do:
  47.     file2cd users.cdr /postgap
  48.  
  49.    It will find the drive.
  50.  
  51. *Note: FILE2CD.EXE,  CD2FILE.EXE etc are freeware programs from:
  52.     http://www.mainstream.net/~jarnold/cdrom/
  53.  
  54.     It needs an ADAPTEC SCSI driver WNASPI32.DLL available from
  55.     ftp://ftp.adaptec.com/pub/BBS/winnt/aspi32.exe
  56.  
  57.  
  58. *** The above procedure worked for me with a Pentium PC with Windows NT4.0 (SP3)
  59. with a Phillips CDD 2600 (came with an Adaptec SCSI card).
  60. Adaptec's crappy CD software for Windows doesn't work.
  61.  
  62. ===================================================================================
  63. Additional Info
  64.  
  65. http://www.cd-info.com/CDIC/Technology/CD-R/FAQ.html
  66.  
  67.  
  68.  
  69.