> Peter Vandenabeele wrote in post #970154:

Thanks Peter, for writing this up. It sure helps. I am still getting the 
same errors even after doing everything possible, but I have something 
to work on.

> My list of related libraries (split up installed ones
> and not installed ones):
> ...

> Just in case you need to go deep into the build, these kind of
> files may give hints. Particularly this file:
>
> $ cd ~/.rvm/gems/ruby-1.9.2-p0/gems/ruby-debug-base19-0.11.24
> $ less ext/ruby_debug/mkmf.log

Lucky you. You got to this point. I don't get to this point no matter 
what I do :(

>
> will probably give a hint.
>
> In my case of a succeeded build, these are the binary files (object and
> shared object).
>
> peterv@ASUS:~/.rvm/gems/ruby-1.9.2-p0/gems/ruby-debug-base19-0.11.24$
> find . -exec file '{}' \; | egrep -v '(XML|ASCII|data|directory|ruby
> script|ISO)' | grep debug
> ./lib/ruby_debug.so: ELF 32-bit LSB shared object, Intel 80386, version
> 1 (SYSV), dynamically linked, not stripped
> ./ext/ruby_debug/mkmf.log: UTF-8 Unicode Pascal program text, with very
> long lines
> ./ext/ruby_debug/ruby_debug.o: ELF 32-bit LSB relocatable, Intel 80386,
> version 1 (SYSV), not stripped
> ./ext/ruby_debug/breakpoint.o: ELF 32-bit LSB relocatable, Intel 80386,
> version 1 (SYSV), not stripped
> ./ext/ruby_debug/ruby_debug.so: ELF 32-bit LSB shared object, Intel
> 80386, version 1 (SYSV), dynamically linked, not stripped
> peterv@ASUS:~/.rvm/gems/ruby-1.9.2-p0/gems/ruby-debug-base19-0.11.24$
> less ext/ruby_debug/mkmf.log
>
> HTH,
>
> Peter

Thanks!

-- 
Posted via http://www.ruby-forum.com/.