Well, you would want
jshow –c GLT.LOC.PD.WOF
Anyway. But clearly there is something wrong with your environment and given that the error you are getting refers to dethunking addresses in position independent code, which is what your subroutine is, then I should think it is something to do with the version of the compilers/runtime that your system was originally compiled with, vs what you are trying to compile with now.
However, you have forgotten the golden rules of posting, which include telling us all the information you can gather, such as what version of Redhat, what version of the gcc compiler, whether this is the first program you have tried to compile and CATALOG, whether it ever worked, and so on.
I suspect though that the issue is that you are using the wrong version of the gcc compiler. Probably 3.3, whereas the jBASE/T24 system is expecting probably at least 3.4 these days any (hopefully 4.x) It could be that you have a much newer version of gcc than T24 can work with too. So start with:
gcc –V
Then if you cannot get anywhere changing the version of gcc, then please supply all relevant information in your next post.
Jim
PS: Note to all: In the last 3 or 4 days, I have rejected about 7 or 8 posts for asking questions without supplying any background information. Please please read the posting guidelines as it is too much work to keep typing in reasons that your posts are being rejected.
--
Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines
IMPORTANT: Type T24: at the start of the subject line for questions specific to
Globus/T24
To post, send email to jB...@googlegroups.com
To unsubscribe, send email to jBASE-un...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
Did you verify that TEMENOS will support that upgrade? I am pretty sure you cannot use gcc 4.1 with the version of things you have.
You need to install the gcc34 package with yum, then set the value of your CC to gcc34 (actually you are better making that the default but I forget how to do that on Redhat)
Jim
Err, well I think that it is unable to find subroutine GLT.LOC.PD.WOF when it gets to line 656 of source CONCAT.LIST.PROCESSOR. I don’t know why I think that, just call it a hunch J
Jim
From: abdul rahman
[mailto:arcre...@gmail.com]
Sent: Wednesday, November 18, 2009 8:58 PM
To: jb...@googlegroups.com
Subject: Re: T24:jshow not displaying value
Hi
In jBASE debugger-> use this
command J -G it will show u the routine in which problem is exist