have_func: checking for rb_thread_blocking_region()... -------------------- no "gcc -o conftest -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin9.0 -I. -arch ppc -arch i386 -Os -pipe -fno-common conftest.c -L"." -L"/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib" -L. -arch ppc -arch i386 -lruby -lpthread -ldl -lm " conftest.c: In function ‘t’: conftest.c:3: error: ‘rb_thread_blocking_region’ undeclared (first use in this function) conftest.c:3: error: (Each undeclared identifier is reported only once conftest.c:3: error: for each function it appears in.) conftest.c: In function ‘t’: conftest.c:3: error: ‘rb_thread_blocking_region’ undeclared (first use in this function) conftest.c:3: error: (Each undeclared identifier is reported only once conftest.c:3: error: for each function it appears in.) lipo: can't figure out the architecture type of: /var/folders/lS/lSIRdUtDGyq6fA5qofVEz++++TI/-Tmp-//ccZ0eGQ4.out checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { void ((*volatile p)()); p = (void ((*)()))rb_thread_blocking_region; return 0; } /* end */ "gcc -o conftest -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin9.0 -I. -arch ppc -arch i386 -Os -pipe -fno-common conftest.c -L"." -L"/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib" -L. -arch ppc -arch i386 -lruby -lpthread -ldl -lm " Undefined symbols for architecture i386: "_rb_thread_blocking_region", referenced from: _t in ccEKa8tY.o ld: symbol(s) not found for architecture i386 collect2: ld returned 1 exit status Undefined symbols for architecture ppc: "_rb_thread_blocking_region", referenced from: _t in ccop4EPn.o ld: symbol(s) not found for architecture ppc collect2: ld returned 1 exit status lipo: can't open input file: /var/folders/lS/lSIRdUtDGyq6fA5qofVEz++++TI/-Tmp-//cc1ylayd.out (No such file or directory) checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { rb_thread_blocking_region(); return 0; } /* end */ -------------------- have_func: checking for rb_str_set_len()... -------------------- no "gcc -o conftest -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin9.0 -I. -arch ppc -arch i386 -Os -pipe -fno-common conftest.c -L"." -L"/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib" -L. -arch ppc -arch i386 -lruby -lpthread -ldl -lm " conftest.c: In function ‘t’: conftest.c:3: error: ‘rb_str_set_len’ undeclared (first use in this function) conftest.c:3: error: (Each undeclared identifier is reported only once conftest.c:3: error: for each function it appears in.) conftest.c: In function ‘t’: conftest.c:3: error: ‘rb_str_set_len’ undeclared (first use in this function) conftest.c:3: error: (Each undeclared identifier is reported only once conftest.c:3: error: for each function it appears in.) lipo: can't figure out the architecture type of: /var/folders/lS/lSIRdUtDGyq6fA5qofVEz++++TI/-Tmp-//ccbMxFWX.out checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { void ((*volatile p)()); p = (void ((*)()))rb_str_set_len; return 0; } /* end */ "gcc -o conftest -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin9.0 -I. -arch ppc -arch i386 -Os -pipe -fno-common conftest.c -L"." -L"/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib" -L. -arch ppc -arch i386 -lruby -lpthread -ldl -lm " Undefined symbols for architecture ppc: "_rb_str_set_len", referenced from: _t in ccXwxaQX.o ld: symbol(s) not found for architecture ppc collect2: ld returned 1 exit status Undefined symbols for architecture i386: "_rb_str_set_len", referenced from: _t in cc3mIxYe.o ld: symbol(s) not found for architecture i386 collect2: ld returned 1 exit status lipo: can't open input file: /var/folders/lS/lSIRdUtDGyq6fA5qofVEz++++TI/-Tmp-//ccYXmnYF.out (No such file or directory) checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { rb_str_set_len(); return 0; } /* end */ -------------------- have_library: checking for clock_gettime() in -lrt... -------------------- no "gcc -o conftest -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin9.0 -I. -arch ppc -arch i386 -Os -pipe -fno-common conftest.c -L"." -L"/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib" -L. -arch ppc -arch i386 -lruby -lrt -lpthread -ldl -lm " conftest.c: In function ‘t’: conftest.c:3: error: ‘clock_gettime’ undeclared (first use in this function) conftest.c:3: error: (Each undeclared identifier is reported only once conftest.c:3: error: for each function it appears in.) conftest.c: In function ‘t’: conftest.c:3: error: ‘clock_gettime’ undeclared (first use in this function) conftest.c:3: error: (Each undeclared identifier is reported only once conftest.c:3: error: for each function it appears in.) lipo: can't figure out the architecture type of: /var/folders/lS/lSIRdUtDGyq6fA5qofVEz++++TI/-Tmp-//cc5WtETn.out checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { void ((*volatile p)()); p = (void ((*)()))clock_gettime; return 0; } /* end */ "gcc -o conftest -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin9.0 -I. -arch ppc -arch i386 -Os -pipe -fno-common conftest.c -L"." -L"/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib" -L. -arch ppc -arch i386 -lruby -lrt -lpthread -ldl -lm " ld: library not found for -lrt collect2: ld returned 1 exit status ld: library not found for -lrt collect2: ld returned 1 exit status lipo: can't open input file: /var/folders/lS/lSIRdUtDGyq6fA5qofVEz++++TI/-Tmp-//ccUwCYId.out (No such file or directory) checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { clock_gettime(); return 0; } /* end */ -------------------- have_header: checking for sys/select.h... -------------------- yes "gcc -E -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin9.0 -I. -Os -pipe -fno-common conftest.c -o conftest.i" checked program was: /* begin */ 1: #include /* end */ -------------------- have_header: checking for poll.h... -------------------- yes "gcc -E -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin9.0 -I. -Os -pipe -fno-common conftest.c -o conftest.i" checked program was: /* begin */ 1: #include /* end */ -------------------- have_header: checking for sys/epoll.h... -------------------- no "gcc -E -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin9.0 -I. -Os -pipe -fno-common conftest.c -o conftest.i" conftest.c:1:23: error: sys/epoll.h: No such file or directory checked program was: /* begin */ 1: #include /* end */ -------------------- have_header: checking for sys/event.h... -------------------- yes "gcc -E -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin9.0 -I. -Os -pipe -fno-common conftest.c -o conftest.i" checked program was: /* begin */ 1: #include /* end */ -------------------- have_header: checking for sys/queue.h... -------------------- yes "gcc -E -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin9.0 -I. -Os -pipe -fno-common conftest.c -o conftest.i" checked program was: /* begin */ 1: #include /* end */ -------------------- have_header: checking for port.h... -------------------- no "gcc -E -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin9.0 -I. -Os -pipe -fno-common conftest.c -o conftest.i" conftest.c:1:18: error: port.h: No such file or directory checked program was: /* begin */ 1: #include /* end */ -------------------- have_header: checking for openssl/ssl.h... -------------------- yes "gcc -E -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin9.0 -I. -Os -pipe -fno-common conftest.c -o conftest.i" checked program was: /* begin */ 1: #include /* end */ -------------------- have_header: checking for sys/resource.h... -------------------- yes "gcc -E -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin9.0 -I. -Os -pipe -fno-common conftest.c -o conftest.i" checked program was: /* begin */ 1: #include /* end */ -------------------- have_func: checking for sysctlbyname() in sys/param.h,sys/sysctl.h... -------------------- yes "gcc -o conftest -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin9.0 -I. -arch ppc -arch i386 -Os -pipe -fno-common conftest.c -L"." -L"/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib" -L. -arch ppc -arch i386 -lruby -lpthread -ldl -lm " checked program was: /* begin */ 1: #include 2: #include 3: 4: /*top*/ 5: int main() { return 0; } 6: int t() { void ((*volatile p)()); p = (void ((*)()))sysctlbyname; return 0; } /* end */ -------------------- have_header: checking for openssl/ssl.h... -------------------- yes "gcc -E -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin9.0 -I. -Os -pipe -fno-common conftest.c -o conftest.i" checked program was: /* begin */ 1: #include /* end */ --------------------