Also, for now you can just cd into the directory containing the library and use gacutil with a relative path.
like cd /root/XXX/XXX/XXX/ mono "/usr/lib/mono/lib/mono/1.0/gacutil.exe" -i Assembly.dll :) On Mon, 2007-01-15 at 07:26 -0800, monoport wrote: > > > A Rafael D Teixeira wrote: > > > > It is probably getting confused on parsing options. > > > > In your case it really gets confused because you have separated /i from > > it's argument (the path to the library) with the unnecessary -f. Try: > > > > mono "/usr/lib/mono/lib/mono/1.0/gacutil.exe" -i > > "/root/XXX/XXX/XXX/Assembly.dll" > > > > It should work. > > > > Try gacutil -? (or --help), to see the somewhat expanded list of options > > Mono's implementation has, and also the unsupported ones. > > > > :) > > > > > > OK, I removed the "-f" option > and again have: > > gacutil -i /root/xxx/xxx/xxx/assembly.dll > Option /root/xxx/xxx/xxx/assembly.dll takes 1 argument > > Anyone have the mono installed on Linux, plz check. > Is this working for you? I guess this is the bug. > > ---- > monoport _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
