[Mono-bugs] [Bug 52546][Maj] Changed - Compile libgc in mono cvs tree failed

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 24 Dec 2003 14:32: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:23:53.000000000 -0500
+++ shadow/52546.tmp.23583	2003-12-24 14:32:42.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 52546
 Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: liyul@hotmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -115,6 +115,10 @@
      * should be built to call GC_CreateThread.
      */
 !    GC_API HANDLE WINAPI GC_CreateThread(
         LPSECURITY_ATTRIBUTES lpThreadAttributes,
         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.