Hi,

In message "[ruby-talk:02038] Load error message"
    on 00/03/20, schneik / us.ibm.com <schneik / us.ibm.com> writes:

|I think that an error message that said something like "Could not find
|(script or module) file 'gtk' in the load path (...)", with "..." being the
|equivalent of:
|
|    ruby -e '$, = ":"; print $:'
|
|would be much more helpful, if this can be done relatively easily.

Including load_path information in LoadError exception is little
difficult because they belong to different layer.  Let me think about
it.  Besides it, in dln.c, aix_loaderror() function trys to give more
descriptive message.  I have no knowledge about AIX.  Is it possible
to improve this?

							matz.