If I set RUBYLIB to "C:\phlip\tools\ruby-1.9.1-p0\" before running an
embedded project - linked via Visual Studio to freshly-built LIBs in
that build tree - I get $: load paths with site_ruby off in evil-land:
Are you linking to a shared library of ruby or statically linked?
Is VARIABLE_LIBPATH defined?
If not, then it grabs the path of where the shared library is located.
Perhaps that could lead to something?
(guessing after quick looking at the C code)
···
On Sep 15, 9:28 am, Phlip <phlip2...@gmail.com> wrote:
If I set RUBYLIB to "C:\phlip\tools\ruby-1.9.1-p0\" before running an
embedded project - linked via Visual Studio to freshly-built LIBs in
that build tree - I get $: load paths with site_ruby off in evil-land: