Mono.Simd in gac but there isnt a gmcs link?

View: New views
4 Messages — Rating Filter:   Alert me  

Mono.Simd in gac but there isnt a gmcs link?

by Buttink :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ubuntu 9.10 has Mono 2.4.2.3 WOOT but anyway after installing "libmono-simd2.0-cil" I can probably run programs that use Simd .... but gmcs says it doenst have the metadata for Mono.Simd

Should I just make my own sym link from the install on in gac or is there a utility to do this????

Re: Mono.Simd in gac but there isnt a gmcs link?

by Gonzalo Paniagua Javier-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, 2009-11-02 at 23:06 -0800, Buttink wrote:
> Ubuntu 9.10 has Mono 2.4.2.3 WOOT but anyway after installing
> "libmono-simd2.0-cil" I can probably run programs that use Simd .... but
> gmcs says it doenst have the metadata for Mono.Simd
>
> Should I just make my own sym link from the install on in gac or is there a
> utility to do this????

Looks like the package is missing one step: creating a symlink
from /usr/lib/mono/gac/Mono.Simd/2.0.0.0__0738eb9f132ed756/Mono.Simd.dll
to /usr/lib/mono/2.0/Mono.Simd.dll

-Gonzalo


_______________________________________________
Mono-list maillist  -  Mono-list@...
http://lists.ximian.com/mailman/listinfo/mono-list

Re: Mono.Simd in gac but there isnt a gmcs link?

by Gonzalo Paniagua Javier-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, 2009-11-03 at 03:55 -0500, Gonzalo Paniagua Javier wrote:
[...]
> > Should I just make my own sym link from the install on in gac or is there a
> > utility to do this????
[...]

Forgot to mention that the link is automatically create when installing
the assembly in the GAC if you use the '-package' argument:

        # gacutil -i Mono.Simd.dll -package 2.0

-Gonzalo


_______________________________________________
Mono-list maillist  -  Mono-list@...
http://lists.ximian.com/mailman/listinfo/mono-list

Re: Mono.Simd in gac but there isnt a gmcs link?

by Buttink :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

While I'm at it, anyone know how Monodevelop sees assemblies?? I can compile at the command line but MD still doesn't see it in the references list.

BTW, If I sent this wrong someone tell me.

_______________________________________________
Mono-list maillist  -  Mono-list@...
http://lists.ximian.com/mailman/listinfo/mono-list