Sha256: e321aa60929c70300a9b473ccd10161f686ad0820f02d9553f500f80d793004b

Contents?: true

Size: 1.93 KB

Versions: 2

Compression:

Stored size: 1.93 KB

Contents

find_header: checking for tcutil.h in /usr/local/include... -------------------- yes

"gcc -E -I. -I/usr/lib/ruby/1.8/x86_64-linux -I.    -fno-strict-aliasing -g -g -O2  -fPIC    conftest.c -o conftest.i"
checked program was:
/* begin */
1: #include <tcutil.h>
/* end */

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

find_header: checking for pcre.h in /usr/local/include... -------------------- yes

"gcc -E -I. -I/usr/lib/ruby/1.8/x86_64-linux -I.    -fno-strict-aliasing -g -g -O2  -fPIC    conftest.c -o conftest.i"
checked program was:
/* begin */
1: #include <pcre.h>
/* end */

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

find_header: checking for grok.h in ../... -------------------- yes

"gcc -E -I. -I/usr/lib/ruby/1.8/x86_64-linux -I.    -fno-strict-aliasing -g -g -O2  -fPIC    conftest.c -o conftest.i"
checked program was:
/* begin */
1: #include <grok.h>
/* end */

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

find_library: checking for grok_init() in -lgrok... -------------------- yes

"gcc -o conftest -I. -I/usr/lib/ruby/1.8/x86_64-linux -I.    -fno-strict-aliasing -g -g -O2  -fPIC   conftest.c  -L. -L/usr/lib -L. -Wl,-Bsymbolic-functions -rdynamic -Wl,-export-dynamic     -lruby1.8-static -lgrok  -lpthread -lrt -ldl -lcrypt -lm   -lc"
conftest.c: In function 't':
conftest.c:3: error: 'grok_init' 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.)
checked program was:
/* begin */
1: /*top*/
2: int main() { return 0; }
3: int t() { void ((*volatile p)()); p = (void ((*)()))grok_init; return 0; }
/* end */

"gcc -o conftest -I. -I/usr/lib/ruby/1.8/x86_64-linux -I.    -fno-strict-aliasing -g -g -O2  -fPIC   conftest.c  -L. -L/usr/lib -L. -Wl,-Bsymbolic-functions -rdynamic -Wl,-export-dynamic     -lruby1.8-static -lgrok  -lpthread -lrt -ldl -lcrypt -lm   -lc"
checked program was:
/* begin */
1: /*top*/
2: int main() { return 0; }
3: int t() { grok_init(); return 0; }
/* end */

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jls-grok-0.1.2787 ext/mkmf.log
jls-grok-0.1.2786 ext/mkmf.log