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=80861 --- shadow/80861 2007-02-15 01:17:04.000000000 -0500 +++ shadow/80861.tmp.26188 2007-02-15 01:17:04.000000000 -0500 @@ -0,0 +1,24 @@ +Bug#: 80861 +Product: Mono: Tools +Version: unspecified +OS: other +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: tools +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: gnunit: DllImport for gettext functions + +gnunit in mono-tools up to 1.2.3 calls DllImport("libc") for +gettext-related functions. This only works on glibc; other OS's (Windows, +Cygwin, AFAIK *BSD and Darwin) need libintl instead. Using "intl" instead, +with the global dllmap, should work properly on all platforms. + +I'm attaching a patch for mono-tools-1.2.3 to fix this. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
