[Mono-bugs] [Bug 52546][Maj] Changed - Compile libgc in mono cvs tree failed (cygwin)
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 24 Dec 2003 15:06:42 -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 liyul@hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=52546
--- shadow/52546 2003-12-24 14:32:42.000000000 -0500
+++ shadow/52546.tmp.24035 2003-12-24 15:06:42.000000000 -0500
@@ -11,13 +11,13 @@
AssignedTo: mono-bugs@ximian.com
ReportedBy: liyul@hotmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Compile libgc in mono cvs tree failed
+Summary: Compile libgc in mono cvs tree failed (cygwin)
Should merge fix in
http://gcc.gnu.org/ml/gcc-patches/2003-07/msg02692.html
2003-07-29 Danny Smith <dannysmith@users.sourceforge.net>
@@ -119,6 +119,13 @@
DWORD dwStackSize, LPTHREAD_START_ROUTINE lpStartAddress,
LPVOID lpParameter, DWORD dwCreationFlags, LPDWORD lpThreadId );
------- Additional Comments From liyul@hotmail.com 2003-12-24 14:32 -------
BTW, the generated Makefile doesn't have necessary -mon-cygwin flag.
Which also needs to be fixed in ./config script.
+
+------- Additional Comments From liyul@hotmail.com 2003-12-24 15:06 -------
+It could save people a lot of efforts if build mono.exe and gc.dll
+out of cvs flawlessly. We tweaked it, managed to build it, just to
+find it crashes and doesn't dynamically link with gc.dll. So we are
+even farther away from putting jit into dll for easier embedding. No
+wonder windows installer for 0.29 lag so far behind linux cousins.