aboutsummaryrefslogtreecommitdiff
path: root/ext/ivy/mkmf.log
blob: 203dba8cd67036fa297fd96996b9290742e08540 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
have_library: checking for IvyInit() in -livy... -------------------- yes

"gcc -o conftest -I. -I/opt/rosx/lib/ruby/1.8/i686-darwin8.8.1 -I/Volumes/Argent/Ruby/ruby-ivy/ext/ivy -I/opt/rosx/include/Ivy  -g -O2  -fno-common -pipe -fno-common conftest.c  -L"/opt/rosx/lib"      -lruby-static -livy  -lpthread -ldl -lobjc  "
checked program was:
/* begin */
1: /*top*/
2: int main() { return 0; }
3: int t() { IvyInit(); return 0; }
/* end */

--------------------

have_header: checking for ivy.h... -------------------- yes

"gcc -E -I. -I/opt/rosx/lib/ruby/1.8/i686-darwin8.8.1 -I/Volumes/Argent/Ruby/ruby-ivy/ext/ivy -I/opt/rosx/include/Ivy  -g -O2  -fno-common -pipe -fno-common  conftest.c -o conftest.i"
checked program was:
/* begin */
1: #include <ivy.h>
/* end */

--------------------