Hi, At Sun, 12 May 2002 06:45:05 +0900, Daniel Berger wrote: > It makes fine, but when I try this: > > require 'Sys' > puts Sys::Info.hostname > > I get this error: > > ../test.rb:9: uninitialized constant Info at Sys (NameError) It worked correctly for me. > Am I just building it wrong? I built Sys first, then Inf with a > simple "create_makefile" command, separately. Is Sys.so in your load path? -- Nobu Nakada