Hi, At Sun, 16 Feb 2003 05:06:09 +0900, Alan Baljeu wrote: > I don't know where the problem is, whether my Ruby installation or SWIG > installation, but I think it's ruby. I'm trying to link a program > involving SWIG-generated C code and I'm getting the error, cannot > find -lruby. You should have usr/local/lib/libcygwin-ruby16.dll.a, so LDFLAGS has to contain -L${RUBY}/usr/local/lib -lcygwin-ruby16 Apparently, something wrong in SWIG. -- Nobu Nakada