>>>>> "J" == Jeff Putsch <putsch / mxim.com> writes: J> Unfortunately, not in the 2003-03-12 snapshot on Solaris 2.6 :( Well, your Solaris is broken nasun% ./ruby -v -rdebug b.rb ruby 1.8.0 (2003-03-12) [sparc-solaris2.8] Debug.rb Emacs support available. b.rb:3: p 1 (rdb:1) b 5 Set breakpoint 1 at b.rb:5 (rdb:1) c 1 2 Breakpoint 1, toplevel at b.rb:5 b.rb:5: p 3 (rdb:1) c 3 4 5 nasun% nasun% gcc -v Reading specs from /opt/gcc/lib/gcc-lib/sparc-sun-solaris2.8/3.2/specs Configured with: ../gcc-3.2/configure --prefix=/opt/gcc Thread model: posix gcc version 3.2 nasun% J> Compiled with gcc-3.2.1 Do your gcc use Sun ld and Sun as ? Guy Decoux