Bugzilla – Bug 314967
Probs in Compilation with MBAS (MCS works still fine)
Last modified: 2007-09-15 21:24:23 UTC
---- Reported by banirban@novell.com 2004-06-03 04:57:20 MST ---- Reported by Jochen Wezel 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: ================================================= [root@lwezel 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 [root@lwezel 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 [root@lwezel mono-dev]# And MCS works fine: =================== [root@lwezel mono-dev]# mcs test.cs /r:System.dll Compilation succeeded ---- Additional Comments From banirban@novell.com 2004-06-03 05:02:34 MST ---- Fixed