After refreshing my RedHat 9 system with Beta 2 from download page, I
cannot compile assemblies with references to standard libraries with a
normal compilation command. 

The first version works fine, but not the second:
=================================================

[EMAIL PROTECTED] mono-dev]# mbas testmbas.vb /r:/usr/lib/mono/1.0/System.dll
--------
MonoBASIC: THIS IS STILL ALPHA AND UNSUPPORTED SOFTWARE, USE AT YOUR OWN
RISK.
--------
Compilation succeeded
[EMAIL PROTECTED] mono-dev]# mbas testmbas.vb /r:System.dll
--------
MonoBASIC: THIS IS STILL ALPHA AND UNSUPPORTED SOFTWARE, USE AT YOUR OWN
RISK.
--------
error BC0006: Can not find assembly `System.dll'
Log:

Compilation failed: 1 Error(s), 0 warnings
[EMAIL PROTECTED] mono-dev]#


And MCS works fine:
===================

[EMAIL PROTECTED] mono-dev]# mcs test.cs /r:System.dll
Compilation succeeded

-Jochen
_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to