1 | | pkg-config --libs libffi |
---|
2 | => "dyld: Symbol not found: _CGLGetCurrentContext\n" |
---|
3 | => " Referenced from: /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo\n" |
---|
4 | => " Expected in: /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL\n" |
---|
5 | => " in /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo\n" |
---|
6 | "/usr/bin/clang -o conftest -I/opt/local/include/ruby-2.3.0/x86_64-darwin15 -I/opt/local/include/ruby-2.3.0/ruby/backward -I/opt/local/include/ruby-2.3.0 -I. -I/opt/local/include -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -pipe -Os -fno-common conftest.c -L. -L/opt/local/lib -L/opt/local/lib -L. -L/opt/local/lib -Wl,-headerpad_max_install_names -fstack-protector -L/opt/local/lib -arch x86_64 -lruby.2.3.0 -lpthread -ldl -lobjc " |
---|
7 | checked program was: |
---|
8 | /* begin */ |
---|
9 | 1: #include "ruby.h" |
---|
10 | 2: |
---|
11 | 3: int main(int argc, char **argv) |
---|
12 | 4: { |
---|
13 | 5: return 0; |
---|
14 | 6: } |
---|
15 | /* end */ |
---|
16 | |
---|
17 | "/usr/bin/clang -o conftest -I/opt/local/include/ruby-2.3.0/x86_64-darwin15 -I/opt/local/include/ruby-2.3.0/ruby/backward -I/opt/local/include/ruby-2.3.0 -I. -I/opt/local/include -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -pipe -Os -fno-common conftest.c -L. -L/opt/local/lib -L/opt/local/lib -L. -L/opt/local/lib -Wl,-headerpad_max_install_names -fstack-protector -L/opt/local/lib -arch x86_64 -lruby.2.3.0 -lpthread -ldl -lobjc " |
---|
18 | checked program was: |
---|
19 | /* begin */ |
---|
20 | 1: #include "ruby.h" |
---|
21 | 2: |
---|
22 | 3: int main(int argc, char **argv) |
---|
23 | 4: { |
---|
24 | 5: return 0; |
---|
25 | 6: } |
---|
26 | /* end */ |
---|
27 | |
---|
28 | | pkg-config --cflags-only-I libffi |
---|
29 | => "dyld: Symbol not found: _CGLGetCurrentContext\n" |
---|
30 | => " Referenced from: /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo\n" |
---|
31 | => " Expected in: /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL\n" |
---|
32 | => " in /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo\n" |
---|
33 | | pkg-config --cflags libffi |
---|
34 | => "dyld: Symbol not found: _CGLGetCurrentContext\n" |
---|
35 | => " Referenced from: /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo\n" |
---|
36 | => " Expected in: /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL\n" |
---|
37 | => " in /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo\n" |
---|
38 | | pkg-config --libs-only-l libffi |
---|
39 | => "dyld: Symbol not found: _CGLGetCurrentContext\n" |
---|
40 | => " Referenced from: /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo\n" |
---|
41 | => " Expected in: /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL\n" |
---|
42 | => " in /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo\n" |
---|