[m-rev.] for review: fix Alpha shared library problems

Fergus Henderson fjh at cs.mu.OZ.AU
Mon May 13 17:24:43 AEST 2002


On 13-May-2002, Simon Taylor <stayl at cs.mu.OZ.AU> wrote:
> 
> Fix link problems on murlibobo caused by my recent changes
> to the way libmer_std.so and libmer_browser.so are built.
> The linker doesn't like shared libraries being renamed
> after they are built.

Note that renaming shared libraries works OK on Digital Unix so long as
you explicitly specify what the final name will be when you create the
library, using the `-soname=...' ld option.

But your solution is better than fooling around with explicit `-soname='
options.

This change looks fine.

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list