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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=75639 --- shadow/75639 2005-07-26 16:26:57.000000000 -0400 +++ shadow/75639.tmp.13880 2005-07-26 16:26:57.000000000 -0400 @@ -0,0 +1,64 @@ +Bug#: 75639 +Product: Mono: Compilers +Version: 1.1 +OS: +OS Details: 10.3.7 +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Other. +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: mkbundle does not create assemblable files on OS X + +Please fill in this template when reporting a bug, unless you know what you +are doing. +Description of Problem: + + +Steps to reproduce the problem: +1. bad.cs = + public class Example + { + static void Main() + { + } + } + + +2. mcs bad.cs +3. mkbundle bad.exe + +Actual Results: +Sources: 1 Auto-dependencies: False + embedding: /Users/sam/csharp/bad.exe +Compiling: +as -o /var/tmp/tmp873c2dc.o temp.s +temp.s:2:Expected comma after segment-name +temp.s:2:Rest of line ignored. 1st junk character valued 32 ( ). +temp.s:3:Unknown pseudo-op: .type +temp.s:3:Rest of line ignored. 1st junk character valued 97 (a). +temp.s:3:Invalid mnemonic 'object' +temp.s:4:Unknown pseudo-op: .size +temp.s:4:Rest of line ignored. 1st junk character valued 97 (a). +[Fail] + +Expected Results: +a bundle + +How often does this happen? +always + +Additional Information: + mono -V +Mono JIT compiler version 1.1.8.1, (C) 2002-2005 Novell, Inc and +Contributors. www.mono-project.com + TLS: normal + GC: Included Boehm (with typed GC) + SIGSEGV : normal + Globalization: normal _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
