SGI's tech support line is off for the holidays, so I thought I would give the net a try. My environment is as follows: SGI Irix 6.2 SGI Ada95 1.3 (gnat 3.11b, I think) I have tried switching from '-o32' to '-n32' binaries; however, when I try to run my new '-n32' executable, I get 'program error' exceptions raised. Upon debugging the executable, I believe I might have come across a code generation problem, or maybe I just don't understand something about Ada95. The program error appears to be comming from a de-reference of a pointer. This bad pointer appears to be comming from an 'in out' of a procedure call. This is my situation: I have a list type that is defined as a record of three pointers, head, handle, and tail. I pass a variable of this list type to a procdure as an 'in out' parameter. Prior to calling the routine, the variable has 0x0's for all fields. Immediately upon stepping into the routine, the 'in out' parameter now has values in the three fields. Of course these new values are not good pointers. I do not get these exceptions raised when compiled as '-o32' so I believe that it is a '-n32' code generation problem. I will try and isolate the problem into a much smaller piece of code next week. Does anyone have any idea as to what is happening???? Thanks, Tony -- Tony Glover ELMCO, Inc. (256)721-6317 aeg@hiwaay.net