Bug 314967 (MONO59540) - Probs in Compilation with MBAS (MCS works still fine)
Summary: Probs in Compilation with MBAS (MCS works still fine)
Status: RESOLVED FIXED
Alias: MONO59540
Product: Mono: Compilers
Classification: Mono
Component: Basic (show other bugs)
Version: unspecified
Hardware: Other Red Hat 9.0
: P3 - Medium : Normal
Target Milestone: ---
Assignee: B Anirban
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-03 11:57 UTC by B Anirban
Modified: 2007-09-15 21:24 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 18:40:38 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