[Mono-bugs] [Bug 53749][Maj] Changed - gcc -shared not supported on OS X
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 11 Feb 2004 10:16:46 -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 umuff@quark.com.
http://bugzilla.ximian.com/show_bug.cgi?id=53749
--- shadow/53749 2004-02-11 08:53:56.000000000 -0500
+++ shadow/53749.tmp.22823 2004-02-11 10:16:46.000000000 -0500
@@ -1,12 +1,12 @@
Bug#: 53749
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details: 10.3
-Status: NEW
+Status: NEEDINFO
Resolution:
Severity: Unknown
Priority: Major
Component: Mono.POSIX
AssignedTo: mono-bugs@ximian.com
ReportedBy: rshade@dvsconsulting.com
@@ -17,6 +17,10 @@
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.
+
+------- Additional Comments From umuff@quark.com 2004-02-11 10:16 -------
+Can you show what to change in the Makefile? I removed the -shared, but still get an
+error. Please show the gcc line in question..