Skip to content

Instantly share code, notes, and snippets.

@joaquin386
Created September 19, 2018 21:15
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 joaquin386/2a40e7dea89b3fbe632ced8d837efb01 to your computer and use it in GitHub Desktop.
Save joaquin386/2a40e7dea89b3fbe632ced8d837efb01 to your computer and use it in GitHub Desktop.
# more /opt/puppetlabs/server/data/puppetserver/jruby-gems/extensions/universal-java-1.8/2.3.0/ruby-augeas-0.5.0/mkmf.log
"pkg-config --exists augeas"
| pkg-config --libs augeas
=> "-laugeas \n"
" -o conftest -I/include/universal-java1.8 -Iuri:classloader:/META-INF/jruby.home/lib/ruby/include/ruby/backward -Iuri:classloader:/META-INF/jruby.home/lib/ruby/include -I. -fPIC
-fno-omit-frame-pointer -fno-strict-aliasing -fexceptions conftest.c -L. -Luri:classloader:/META-INF/jruby.home/lib -m64 "
checked program was:
/* begin */
1: #include "ruby.h"
2:
3: #include <ruby.h>
4: int main(int argc, char **argv)
5: {
6: return 0;
7: }
/* end */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment