From: kjana@... (YANAGAWA Kazuhisa) Date: 2001-06-27T21:32:09+09:00 Subject: [ruby-talk:16964] Re: Problems compiling FOX for Ruby (FXRuby) on NetBSD In message <20010623125623.A889@lorien.net> bombadil@wanadoo.es writes: > On Sat, Jun 23, 2001 at 07:37:50PM +0900, Michael Neumann wrote: > > I didn't get FXRuby (Ruby interface for FOX GUI Toolkit) available from > > fxruby.sourceforge.net working on NetBSD 1.5. > > I get exactly same problem compiling it in Debian GNU/Linux. None said nothing here so.... Symbols related on exception is defined in libgcc.a --- statically linked library --- thus old libraries compiled by old gcc may be not compatible with binaries compiled by newer one. Rebuild whole program including X may be help. Of cource it is costful so you may want to look around more information. # ....I can't show a concrete reference but there's such article in # a result of google search, Uh, `__vt_9exception libstdc++ NetBSD'. What about using ldd and nm for looking for which binary contains references and `nm libgcc.a' for making sure symbols for exception are `defined' and they are mathed with references? -- kjana@os.xaxon.ne.jp June 27, 2001 Time and tide wait for no man.