From: ts Date: 2004-02-28T22:28:26+09:00 Subject: Re: building plruby on cygwin >>>>> "D" == David Garamond writes: D> plruby.o(.text+0x739): In function `pl_query_type': D> /usr/src/plruby-0.3.8/plruby.c:208: undefined reference to D> `_SearchSysCache' D> plruby.o(.text+0x760):/usr/src/plruby-0.3.8/plruby.c:218: undefined D> reference to D> `_ReleaseSysCache' D> ... I know nothing in cygwin but try to modify the Makefile and add $(BE_DLLLIBS). This is because DLL need to have all symbols resolved at compile time and not laod time. Guy Decoux