From: nobu.nokada@... Date: 2004-08-30T09:35:52+09:00 Subject: Re: cygwin c++ linking help Hi, At Sun, 29 Aug 2004 11:57:41 +0900, Zach Dennis wrote in [ruby-talk:110861]: > This isn't directly pertaining to ruby under cygwin, because I can > successfully compile ruby under cygwin. I am attempting to compile > wxruby under cygwin and I haven't had that much luck. All of my files > compile but when the object files are linked together they always error > out with a bunch of "undefined resource" errors. I was wondering if > anyone with more experience in this area could point me in a direction , > like my library file isn't being found, i am missing a library file, I > should check my library file for certain method signatures, etc... It is a FAQ of ld. The order of -l options is important. Try moving them after the object files. -- Nobu Nakada