Hi! I experience the following strange behavior: > ruby -e 'puts "5.3".to_f + 1.0' 6.3 > ruby -e 'require "gtk"; puts "5.3".to_f + 1.0' 6.0 There seems to be some problem with dynamic linking and the function strtod(). Am I using old versions of something or are anyone else having this problem? Is my libgtk too old? Regards, Thomas Lundqvist ----------------------------------------------------------------------- Thomas Lundqvist, Ph.D. Student thomasl / ce.chalmers.se Dept. of Computer Engineering http://www.ce.chalmers.se/~thomasl/ Chalmers University of Technology SE-412 96 Gothenburg Phone: +46 31 772 1165 SWEDEN Fax: +46 31 772 3663 -----------------------------------------------------------------------