From: nobu.nokada@... Date: 2004-12-13T02:54:16+09:00 Subject: Re: Uninstall Gems Hi, At Sun, 12 Dec 2004 20:22:22 +0900, gabriele renzi wrote in [ruby-talk:123401]: > maybe you have RUBYLIB set to search in the old library path, and those > having a problem don't have it set so miniruby fails to load from > $ruby_build_dir > # already compiled, so quick show: > C:\ruby-build\ruby>make > c:\ruby-build\ruby\miniruby.exe: No such file to load -- ubygems (LoadError) > make: *** [all] Error 1 On dosish systems, load paths are relative to the path of the ruby DLL. Does it work by adding a line "RUBYOPT=" to Makefile? -- Nobu Nakada