[PATCH] Enable dolt on cygwin

3 messages Options
Embed this post
Permalink
Kornél Pál

[PATCH] Enable dolt on cygwin

Reply Threaded More More options
Print post
Permalink
Please see the attached patch that enables dolt on cygwin. I have tested
this and found no problems.

Please review and if you like it, approve the patch.

Thanks.

Kornél



Index: mono/acinclude.m4
===================================================================
--- mono/acinclude.m4 (revision 145149)
+++ mono/acinclude.m4 (working copy)
@@ -26,6 +26,9 @@
 |amd64-*-freebsd*|i?86-*-freebsd*|ia64-*-freebsd*|arm*-*-linux*|sparc*-*-linux*|mips*-*-linux*)
     pic_options='-fPIC'
     ;;
+i?86-pc-cygwin*)
+    pic_options='-DDLL_EXPORT'
+    ;;
 i?86-apple-darwin*)
     pic_options='-fno-common'
     ;;

_______________________________________________
Mono-devel-list mailing list
[hidden email]
http://lists.ximian.com/mailman/listinfo/mono-devel-list
Zoltan Varga

Re: [PATCH] Enable dolt on cygwin

Reply Threaded More More options
Print post
Permalink
Looks good.

           Zoltan

2009/11/1 Kornél Pál <[hidden email]>
Please see the attached patch that enables dolt on cygwin. I have tested
this and found no problems.

Please review and if you like it, approve the patch.

Thanks.

Kornél



Index: mono/acinclude.m4
===================================================================
--- mono/acinclude.m4   (revision 145149)
+++ mono/acinclude.m4   (working copy)
@@ -26,6 +26,9 @@
 |amd64-*-freebsd*|i?86-*-freebsd*|ia64-*-freebsd*|arm*-*-linux*|sparc*-*-linux*|mips*-*-linux*)
    pic_options='-fPIC'
    ;;
+i?86-pc-cygwin*)
+    pic_options='-DDLL_EXPORT'
+    ;;
 i?86-apple-darwin*)
    pic_options='-fno-common'
    ;;

_______________________________________________
Mono-devel-list mailing list
[hidden email]
http://lists.ximian.com/mailman/listinfo/mono-devel-list



_______________________________________________
Mono-devel-list mailing list
[hidden email]
http://lists.ximian.com/mailman/listinfo/mono-devel-list
Zoltan Varga

Re: [PATCH] Enable dolt on cygwin

Reply Threaded More More options
Print post
Permalink
Hi,

  This is now in SVN.

         Zoltan

2009/11/1 Zoltan Varga <[hidden email]>
Looks good.

           Zoltan

2009/11/1 Kornél Pál <[hidden email]>
Please see the attached patch that enables dolt on cygwin. I have tested
this and found no problems.

Please review and if you like it, approve the patch.

Thanks.

Kornél



Index: mono/acinclude.m4
===================================================================
--- mono/acinclude.m4   (revision 145149)
+++ mono/acinclude.m4   (working copy)
@@ -26,6 +26,9 @@
 |amd64-*-freebsd*|i?86-*-freebsd*|ia64-*-freebsd*|arm*-*-linux*|sparc*-*-linux*|mips*-*-linux*)
    pic_options='-fPIC'
    ;;
+i?86-pc-cygwin*)
+    pic_options='-DDLL_EXPORT'
+    ;;
 i?86-apple-darwin*)
    pic_options='-fno-common'
    ;;

_______________________________________________
Mono-devel-list mailing list
[hidden email]
http://lists.ximian.com/mailman/listinfo/mono-devel-list




_______________________________________________
Mono-devel-list mailing list
[hidden email]
http://lists.ximian.com/mailman/listinfo/mono-devel-list