Hi Jochen, The problem is fixed and checked in cvs. Please update driver.cs in your local area. I had filed a bug (59540) and closed it to keep track of the problem. Thanks. Anirban.
>>> "Jochen Wezel" <[EMAIL PROTECTED]> 02-Jun-04 2:24:14 PM >>> 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 _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
