Skip to content

Instantly share code, notes, and snippets.

Created December 29, 2008 03:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/9a1ac12553028068a31b to your computer and use it in GitHub Desktop.
Save anonymous/9a1ac12553028068a31b to your computer and use it in GitHub Desktop.
checking whether ELF binaries are produced... yes
checking whether OS depend dynamic link works... yes
checking for if make is GNU make... yes
checking for nroff... /usr/bin/nroff
config.h unchanged
configure: creating ./config.status
config.status: creating Makefile
ruby ./tool/generic_erb.rb -c -o known_errors.inc ./template/known_errors.inc.tmpl ./defs/known_errors.def
known_errors.inc unchanged
gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -o sprintf.o -c sprintf.c
sprintf.c: In function 'rb_str_format':
missing/vsnprintf.c:1185: sorry, unimplemented: inlining failed in call to 'snprintf': redefined extern inline functions are not considered for inlining
sprintf.c:803: sorry, unimplemented: called from here
missing/vsnprintf.c:1185: sorry, unimplemented: inlining failed in call to 'snprintf': redefined extern inline functions are not considered for inlining
sprintf.c:804: sorry, unimplemented: called from here
missing/vsnprintf.c:1185: sorry, unimplemented: inlining failed in call to 'snprintf': redefined extern inline functions are not considered for inlining
sprintf.c:812: sorry, unimplemented: called from here
missing/vsnprintf.c:1185: sorry, unimplemented: inlining failed in call to 'snprintf': redefined extern inline functions are not considered for inlining
sprintf.c:813: sorry, unimplemented: called from here
missing/vsnprintf.c:1185: sorry, unimplemented: inlining failed in call to 'snprintf': redefined extern inline functions are not considered for inlining
sprintf.c:983: sorry, unimplemented: called from here
missing/vsnprintf.c:1185: sorry, unimplemented: inlining failed in call to 'snprintf': redefined extern inline functions are not considered for inlining
sprintf.c:1055: sorry, unimplemented: called from here
missing/vsnprintf.c:1185: sorry, unimplemented: inlining failed in call to 'snprintf': redefined extern inline functions are not considered for inlining
sprintf.c:1060: sorry, unimplemented: called from here
missing/vsnprintf.c:1185: sorry, unimplemented: inlining failed in call to 'snprintf': redefined extern inline functions are not considered for inlining
sprintf.c:1021: sorry, unimplemented: called from here
make: *** [sprintf.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment