I have a rather bizarre question/problem and thought someone here might be able to at least point me in the right direction. I am working with C++ code on Alpha/VMS. Yes, I know that GCC does not support VMS (I wish I did not have to either) but it used to. Basically I need to be able to get my code into an ELF object format so that a tool I have can read the debug information. So I either I need to compile on VMS but output ELF objects, convert VMS objects to ELF objects, or find code to add to my tool to read VMS objects. Any ideas? Chris Russell Software Engineer Lockheed Martin Corp.