Remove the shared object before attempting to create
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 20 Nov 2000 22:02:16 +0000 (22:02 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 20 Nov 2000 22:02:16 +0000 (22:02 +0000)
commita84e0cefe392652252f998db397cb3e944414915
tree8495d1faea71a6207349b93c86994732a9c6c344
parent7b69f83de7dc469cd4999c03687ff50aea3b0c29
Remove the shared object before attempting to create
(by linking) a new one.  E.g. in AIX not removing
becomes quite painful if one tries to do more than one
build in the same tree (an interrupted build, for example),
since the AIX' shared dynaloader seemingly keeps the shared
objects open and therefore 'busy' for quite a while, even when
nobody is using the objects, leading into link failures.

p4raw-id: //depot/perl@7782
lib/ExtUtils/MM_Unix.pm