cloudwu / pbc

A protocol buffers library for C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

编译不通过 Segmentation fault: 11

elenno opened this issue · comments

gcc -O2 -fPIC -Wall -c -Isrc -I. -o build/o/context.o -MMD src/context.c
make: *** [build/o/context.o] Segmentation fault: 11

clone了pbc后make直接报错了,也不知道是什么问题,还是说少了什么东西?