ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
这个错误莫名其妙。网上的说法也各不相同,看来有不同的情形。吾仔细查了之后发现是自己的链接库没有加上:
`pkg-config --libs --cflags gtk+-2.0`
ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
这个错误莫名其妙。网上的说法也各不相同,看来有不同的情形。吾仔细查了之后发现是自己的链接库没有加上:
`pkg-config --libs --cflags gtk+-2.0`