I have a strange problem.
We have a set of Libraries (OLBs) that are to create a shareable image.
We have the link script which is something like this,
We are doing this on a DEC ALpha VMS ver 6.1
link /trace/exe=x.exe/share/map=x.map sys$input:/opt
a.olb/lib
b.olb/lib
....
...
symbol_vector=(y=procedure)
Please NOTE THAT A.olb and B.olb contain Only C++ OBJECT Modules
When we run this link script to create a image , After a few seconds
linking seems to hang ,making the SYSTEM response utterly slow.
Now if we create a executeable image instead of a shareable image (ie /share is
not present) with the same set of libraries the above problem is never faced.
Please suggest a solution to this problem.
Are there any work arounds.?
Thanks in advance