[Mono-bugs] [Bug 53749][Maj] New - gcc -shared not supported on OS X
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 2 Feb 2004 10:24:55 -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 rshade@dvsconsulting.com.
http://bugzilla.ximian.com/show_bug.cgi?id=53749
--- shadow/53749 2004-02-02 10:24:55.000000000 -0500
+++ shadow/53749.tmp.20070 2004-02-02 10:24:55.000000000 -0500
@@ -0,0 +1,23 @@
+Bug#: 53749
+Product: Mono/Class Libraries
+Version: unspecified
+OS:
+OS Details: 10.3
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: Mono.POSIX
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: rshade@dvsconsulting.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: gcc -shared not supported on OS X
+
+The makefile for libMonoPosixHelper.dll specifies to compile with gcc -shared. This is not
+supported under OS X.
+
+Perhaps Mono.Posix should be moved to it's own module so that the auto* tools can specify
+the correct compilation options. Similar to what was done with the gdiplus library.