Project

General

Profile

Bug #6780 » mkmf.log

jinleileiking (lei king), 07/23/2012 10:56 PM

 
have_library: checking for deflateReset() in -lz... -------------------- no

"arm-angstrom-linux-gnueabi-gcc -o conftest -I../../.ext/include/arm-linux-eabi -I../.././include -I../.././ext/zlib -D_FILE_OFFSET_BITS=64 -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -fPIC conftest.c -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/lib -L/lib -lruby-static -lz -lpthread -lrt -ldl -lcrypt -lm -lc"
conftest.c: In function 't':
conftest.c:5: error: 'deflateReset' undeclared (first use in this function)
conftest.c:5: error: (Each undeclared identifier is reported only once
conftest.c:5: error: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2:
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))deflateReset; return 0; }
/* end */

"arm-angstrom-linux-gnueabi-gcc -o conftest -I../../.ext/include/arm-linux-eabi -I../.././include -I../.././ext/zlib -D_FILE_OFFSET_BITS=64 -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -fPIC conftest.c -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/lib -L/lib -lruby-static -lz -lpthread -lrt -ldl -lcrypt -lm -lc"
/home/jinleileiking/crosstools/angstrom/usr/local/angstrom/arm/bin/../lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/../../../../arm-angstrom-linux-gnueabi/bin/ld: cannot find -lz
collect2: ld returned 1 exit status
checked program was:
/* begin */
1: #include "ruby.h"
2:
3: /*top*/
4: int main() {return 0;}
5: int t() { deflateReset(); return 0; }
/* end */

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

have_library: checking for deflateReset() in -llibz... -------------------- no

"arm-angstrom-linux-gnueabi-gcc -o conftest -I../../.ext/include/arm-linux-eabi -I../.././include -I../.././ext/zlib -D_FILE_OFFSET_BITS=64 -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -fPIC conftest.c -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/lib -L/lib -lruby-static -llibz -lpthread -lrt -ldl -lcrypt -lm -lc"
conftest.c: In function 't':
conftest.c:5: error: 'deflateReset' undeclared (first use in this function)
conftest.c:5: error: (Each undeclared identifier is reported only once
conftest.c:5: error: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2:
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))deflateReset; return 0; }
/* end */

"arm-angstrom-linux-gnueabi-gcc -o conftest -I../../.ext/include/arm-linux-eabi -I../.././include -I../.././ext/zlib -D_FILE_OFFSET_BITS=64 -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -fPIC conftest.c -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/lib -L/lib -lruby-static -llibz -lpthread -lrt -ldl -lcrypt -lm -lc"
/home/jinleileiking/crosstools/angstrom/usr/local/angstrom/arm/bin/../lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/../../../../arm-angstrom-linux-gnueabi/bin/ld: cannot find -llibz
collect2: ld returned 1 exit status
checked program was:
/* begin */
1: #include "ruby.h"
2:
3: /*top*/
4: int main() {return 0;}
5: int t() { deflateReset(); return 0; }
/* end */

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

have_library: checking for deflateReset() in -lzlib1... -------------------- no

"arm-angstrom-linux-gnueabi-gcc -o conftest -I../../.ext/include/arm-linux-eabi -I../.././include -I../.././ext/zlib -D_FILE_OFFSET_BITS=64 -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -fPIC conftest.c -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/lib -L/lib -lruby-static -lzlib1 -lpthread -lrt -ldl -lcrypt -lm -lc"
conftest.c: In function 't':
conftest.c:5: error: 'deflateReset' undeclared (first use in this function)
conftest.c:5: error: (Each undeclared identifier is reported only once
conftest.c:5: error: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2:
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))deflateReset; return 0; }
/* end */

"arm-angstrom-linux-gnueabi-gcc -o conftest -I../../.ext/include/arm-linux-eabi -I../.././include -I../.././ext/zlib -D_FILE_OFFSET_BITS=64 -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -fPIC conftest.c -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/lib -L/lib -lruby-static -lzlib1 -lpthread -lrt -ldl -lcrypt -lm -lc"
/home/jinleileiking/crosstools/angstrom/usr/local/angstrom/arm/bin/../lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/../../../../arm-angstrom-linux-gnueabi/bin/ld: cannot find -lzlib1
collect2: ld returned 1 exit status
checked program was:
/* begin */
1: #include "ruby.h"
2:
3: /*top*/
4: int main() {return 0;}
5: int t() { deflateReset(); return 0; }
/* end */

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

have_library: checking for deflateReset() in -lzlib... -------------------- no

"arm-angstrom-linux-gnueabi-gcc -o conftest -I../../.ext/include/arm-linux-eabi -I../.././include -I../.././ext/zlib -D_FILE_OFFSET_BITS=64 -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -fPIC conftest.c -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/lib -L/lib -lruby-static -lzlib -lpthread -lrt -ldl -lcrypt -lm -lc"
conftest.c: In function 't':
conftest.c:5: error: 'deflateReset' undeclared (first use in this function)
conftest.c:5: error: (Each undeclared identifier is reported only once
conftest.c:5: error: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2:
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))deflateReset; return 0; }
/* end */

"arm-angstrom-linux-gnueabi-gcc -o conftest -I../../.ext/include/arm-linux-eabi -I../.././include -I../.././ext/zlib -D_FILE_OFFSET_BITS=64 -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -fPIC conftest.c -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/lib -L/lib -lruby-static -lzlib -lpthread -lrt -ldl -lcrypt -lm -lc"
/home/jinleileiking/crosstools/angstrom/usr/local/angstrom/arm/bin/../lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/../../../../arm-angstrom-linux-gnueabi/bin/ld: cannot find -lzlib
collect2: ld returned 1 exit status
checked program was:
/* begin */
1: #include "ruby.h"
2:
3: /*top*/
4: int main() {return 0;}
5: int t() { deflateReset(); return 0; }
/* end */

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

have_library: checking for deflateReset() in -lzdll... -------------------- no

"arm-angstrom-linux-gnueabi-gcc -o conftest -I../../.ext/include/arm-linux-eabi -I../.././include -I../.././ext/zlib -D_FILE_OFFSET_BITS=64 -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -fPIC conftest.c -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/lib -L/lib -lruby-static -lzdll -lpthread -lrt -ldl -lcrypt -lm -lc"
conftest.c: In function 't':
conftest.c:5: error: 'deflateReset' undeclared (first use in this function)
conftest.c:5: error: (Each undeclared identifier is reported only once
conftest.c:5: error: for each function it appears in.)
checked program was:
/* begin */
1: #include "ruby.h"
2:
3: /*top*/
4: int main() {return 0;}
5: int t() { void ((*volatile p)()); p = (void ((*)()))deflateReset; return 0; }
/* end */

"arm-angstrom-linux-gnueabi-gcc -o conftest -I../../.ext/include/arm-linux-eabi -I../.././include -I../.././ext/zlib -D_FILE_OFFSET_BITS=64 -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -fPIC conftest.c -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/lib -L/lib -lruby-static -lzdll -lpthread -lrt -ldl -lcrypt -lm -lc"
/home/jinleileiking/crosstools/angstrom/usr/local/angstrom/arm/bin/../lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/../../../../arm-angstrom-linux-gnueabi/bin/ld: cannot find -lzdll
collect2: ld returned 1 exit status
checked program was:
/* begin */
1: #include "ruby.h"
2:
3: /*top*/
4: int main() {return 0;}
5: int t() { deflateReset(); return 0; }
/* end */

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

(2-2/3)