From: Stephen D. <st...@da...> - 2002-04-03 09:49:37
|
On Wed, 3 Apr 2002, Takaaki Tateishi wrote: > At Tue, 2 Apr 2002 17:40:31 +0100 (BST), > > > [steve@tim samples]$ ruby sample1.rb > > > ruby: error while loading shared libraries: /usr/lib/ruby/1.6/i586-linux-gnu/rubyfltk.so: undefined symbol: define_FL_SHADOW_LABEL__Fv > > > > I notice that commenting out "NUMCONST(SHADOW_LABEL);" in flenum.cc clears > > up this missing symbol. But presumably has other undesired side-effects. > > Is there the line "#define FL_SHADOW_LABEL ..." in your Enumeration.H? Weirdness - I uncommented the line above and recompiled and the problem went away. I then downloaded a fresh copy of the CVS and compiled that and didn't have the problem. So either something changed in the CVS, or put it down to user error or perhaps gcc weirdness. Thanks, Steve |