home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 November / PCONLINE_11_99.ISO / filesbbs / OS2 / CDR18A24.ZIP / doc / More-Docs / README.aix < prev    next >
Encoding:
Text File  |  1999-07-11  |  492 b   |  20 lines

  1. You need to use GNUmake or my smake to compile on AIX
  2.  
  3. Read the file README.compile before compiling.
  4.  
  5. NOTE:    AIX seems to have a kernel bug in the mmap() part
  6.     that may cause kernel panics.
  7.  
  8. If you observe this kernel panic, try to add a line:
  9.  
  10. COPTS += -DUSE_USGSHM
  11.  
  12. to the file cdrecord/Makefile
  13.  
  14. or compile the package using:
  15.  
  16. make COPTX=-DUSE_USGSHM
  17.  
  18. It seems that SVrx style shared memory does not have this kernel bug
  19. In newer AIX releases, the mmap() kernel problem seems to be fixed.
  20.