Skip to content

Instantly share code, notes, and snippets.

@fuse
Created January 19, 2012 10:17
Show Gist options
  • Save fuse/1639261 to your computer and use it in GitHub Desktop.
Save fuse/1639261 to your computer and use it in GitHub Desktop.
Last 10 log lines:
DLDFLAGS = -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace
SOLIBS =
compiling main.c
In file included from /usr/include/string.h:190,
from ./include/ruby/ruby.h:48,
from ./include/ruby.h:32,
from main.c:13:
/usr/include/secure/_string.h: In function ‘__inline_stpncpy_chk’:
/usr/include/secure/_string.h:118: error: implicit declaration of function ‘__builtin___stpncpy_chk’
make: *** [main.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment