|
- In file included from fulltext.h:21,
- from mi_open.c:19:
- myisamdef.h:206: error: parse error before "pthread_rwlock_t"
复制代码
产生上面的错误
加上编译参数CPPFLAGS =-D_GNU_SOURCE
又产生
- /tmp/ccdE30nv.o(.text+0x483): In function `main':
- : undefined reference to `my_fast_mutexattr'
复制代码 :help |
|