[Mono-bugs] [Bug 36372][Nor] New - mcs does not compile find symbol in cscc-compiled library

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 7 Jan 2003 01:43:54 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by mathpup@mylinuxisp.com.

http://bugzilla.ximian.com/show_bug.cgi?id=36372

--- shadow/36372	Tue Jan  7 01:43:54 2003
+++ shadow/36372.tmp.11214	Tue Jan  7 01:43:54 2003
@@ -0,0 +1,50 @@
+Bug#: 36372
+Product: Mono/MCS
+Version: unspecified
+OS: 
+OS Details: SuSE Linux 8.0
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mathpup@mylinuxisp.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mcs does not compile find symbol in cscc-compiled library
+
+Description of Problem: 
+ 
+When I build Qt.dll using Pnet's cscc and then try to compile a Qt# using that Qt.dll 
+and mcs, mcs gives spurious errors. 
+ 
+A copy of the Qt.dll in question can be found at 
+http://mylinuxisp.com/~mathpup/Qt.dll-csc and a test file display.cs is attached to 
+this report. 
+ 
+Steps to reproduce the problem: 
+1. mcs -r Qt.dll-csc display.cs 
+2.  
+3.  
+ 
+Actual Results: 
+ 
+./display.cs(29) error CS0103: The name `qApp' could not be found in 
+`QtSamples.Display' 
+ 
+ 
+Expected Results: 
+ 
+Successful compilation 
+ 
+ 
+How often does this happen?  
+ 
+Always 
+ 
+Additional Information: 
+ 
+csc will compile display.cs using cscc-compiled Qt.dll without complaint.