- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Unable to compile and link shareable images correctly. The compile and link works, but each process which should be running against a single shareable image seems to be running against their own version of the image (a change made by one process is not seen by the others process linked to the same shareable image).
Process accessing the shareable images are declared as external data.
When linking the shareable image the opt file has an entry in the symbol_vector for each of the global symbols.
The shareable image has been installed before the process linked to this are run.
Can you please explain why it may be that I am not accessing the shareable data correctly.
Process accessing the shareable images are declared as external data.
When linking the shareable image the opt file has an entry in the symbol_vector for each of the global symbols.
The shareable image has been installed before the process linked to this are run.
Can you please explain why it may be that I am not accessing the shareable data correctly.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You say you're using DEC C, but the process is similar for Fortran and is documented in the Fortran User Manual for OpenVMS Alpha. My guess is that you're forgetting to set the SHR PSECT attribute.
Steve
Steve

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page