File: README.aix

package info (click to toggle)
sformat 3.4-3.2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,044 kB
  • ctags: 3,434
  • sloc: ansic: 20,882; makefile: 102; sh: 100
file content (15 lines) | stat: -rw-r--r-- 362 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
You need to use GNUmake or my smake to compile on AIX

Read the file README.compile before compiling.

NOTE:	AIX seems to have a kernel bug in the mmap() part
	that may cause kernel panics.

If you observe this kernel panic, try to add a line:

COPTS += -DUSE_USGSHM

to the file cdrecord/Makefile

It seems that SVrx style shared memory does not have this bug