At Wed, 27 Dec 2000 07:08:10 +0900, Kevin Smith wrote: > What's missing is an explanation of what I need > to statically link against. Right now, since I'm > not linking any Ruby stuff in, I'm getting link > errors for ruby_init, etc. Do I have to > individually link in the specific .o files > (Linux) or .obj files (Windows) that I need? Or > is there some library (.lib in Windows, ??? in > Linux) that I can link to? what you need should be in libruby.so if you compiled ruby with --enable-shared. regards, -- yashi