|
From: Michael G. <mg...@te...> - 2006-03-27 17:11:29
|
> I was thinking of the scenario wher a user downloads the prebuilt
> binary tarballs, and unpacks those in place of an existing installation.
> Such a user won't be using Makefiles, to perform an upgrade.
That wouldn't be a problem though because of the order in which
ld tries to resolve libnames.
According to ld's info file we have the following order:
libxxx.dll.a
xxx.dll.a
libxxx.a
cygxxx.dll (*)
libxxx.dll
xxx.dll
So even if we have an old installation all that would happen is
we have obsolete files named libxxx.a and current libxxx.dll.a
ld would choose the newer (and correct) version.
Basically it would be a waste of diskspace. But then it seems
pretty simple to create a shellscript to remove all such dublicates.
Best,
Michael
=2D-=20
Vote against SPAM - see http://www.politik-digital.de/spam/
Michael Gerdau email: mg...@te...
GPG-keys available on request or at public keyserver
|