[Mono-dev] symlinks to lib/mono/gac/*/*/*.config all broken?

Steven T. Hatton hattons at globalsymmetry.com
Mon Aug 22 14:37:58 EDT 2005


On Monday 22 August 2005 09:21, Steven T. Hatton wrote:
> After building and installing mono to a non-system directory I find many
> broken symlinks.  For example, from the root of the installation directory
> I find:
>
> for f in $(find . -type l); do test -e $f || ls $f;  done
>
> ./lib/mono/1.0/System.Messaging.dll.config
[...]
> ...
>
> all of these are of the form:
>
> ./lib/mono/1.0/System.Messaging.dll.config
> ->
> ../gac/System.Messaging/1.0.5000.0__b03f5f7f11d50a3a/System.Messaging.dll.c
>onfig ./lib/mono/1.0/ByteFX.Data.dll.config
> -> ../gac/ByteFX.Data/0.7.6.1__0738eb9f132ed756/ByteFX.Data.dll.config
> ./lib/mono/1.0/Microsoft.VisualBasic.dll.mdb
> ->
[...]
The same thing happened when I used the default installation location and su 
-c 'make install'.  BTW, make uninstall doesn't.
-- 
Regards,
Steven



More information about the Mono-devel-list mailing list