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

4 messages Options
Embed this post
Permalink
David S-2

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

Reply Threaded More More options
Print post
Permalink

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????
--
View this message in context: http://old.nabble.com/Mono.Simd-in-gac-but-there-isnt-a-gmcs-link--tp26160006p26160006.html
Sent from the Mono - General mailing list archive at Nabble.com.

_______________________________________________
Mono-list maillist  -  [hidden email]
http://lists.ximian.com/mailman/listinfo/mono-list
Gonzalo Paniagua Javier

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

Reply Threaded More More options
Print post
Permalink
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  -  [hidden email]
http://lists.ximian.com/mailman/listinfo/mono-list
Gonzalo Paniagua Javier

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

Reply Threaded More More options
Print post
Permalink
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  -  [hidden email]
http://lists.ximian.com/mailman/listinfo/mono-list
David S-2

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

Reply Threaded More More options
Print post
Permalink
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  -  [hidden email]
http://lists.ximian.com/mailman/listinfo/mono-list