Skip to content

Instantly share code, notes, and snippets.

@rajonrails
Created January 11, 2012 03:22
Show Gist options
  • Save rajonrails/50494eb62baf1e74dca7 to your computer and use it in GitHub Desktop.
Save rajonrails/50494eb62baf1e74dca7 to your computer and use it in GitHub Desktop.
Password:
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Werror-implicit-function-declaration
XCFLAGS = -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT
CPPFLAGS = -I. -I.ext/include/x86_64-linux -I./include -I.
DLDFLAGS =
SOLIBS =
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory `/homes/rparvath/ruby/ruby-1.9.3-p0'
make[1]: Nothing to be done for `enc'.
make[1]: Leaving directory `/homes/rparvath/ruby/ruby-1.9.3-p0'
making srcs under enc
make[1]: Entering directory `/homes/rparvath/ruby/ruby-1.9.3-p0'
make[1]: Nothing to be done for `srcs'.
make[1]: Leaving directory `/homes/rparvath/ruby/ruby-1.9.3-p0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory `/homes/rparvath/ruby/ruby-1.9.3-p0'
make[1]: Nothing to be done for `./enc/trans'.
make[1]: Leaving directory `/homes/rparvath/ruby/ruby-1.9.3-p0'
making encs
make[1]: Entering directory `/homes/rparvath/ruby/ruby-1.9.3-p0'
make[1]: Leaving directory `/homes/rparvath/ruby/ruby-1.9.3-p0'
./ext/extmk.rb:594:in `initialize': Permission denied - exts.mk (Errno::EACCES)
from ./ext/extmk.rb:594:in `open'
from ./ext/extmk.rb:594:in `<main>'
make: *** [exts.mk] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment