undefined reference to `shm_open‘关于shm_open和shm_unlink的使用问题
关于shm_open和shm_unlink的使用问题Cprogramming in the UNIX environment的编程手册,一般都会为进程间用共享内存的方法通信提供两组方法:1.POSIX定义的:int shm_open(const char *name, int oflag, mode_t mode);int shm_unlink(const char ...