[Mono-dev] Can anyone review this fix for FreeBSD build?

2008-11-09 Thread Atsushi Eno
Atsushi Eno Index: configure.in === --- configure.in(revision 118305) +++ configure.in(working copy) @@ -2054,6 +2054,37 @@ unset fpu fi +case $host_os in +darwin* | *bsd* ) + AC_MSG_CHECKING(if

Re: [Mono-dev] Can anyone review this fix for FreeBSD build?

2008-11-09 Thread Geoff Norton
Eno, Whats the testcase/rationale for this patch? On Sun, 2008-11-09 at 23:34 +0900, Atsushi Eno wrote: Atsushi Eno Index: configure.in === --- configure.in (revision 118305) +++ configure.in (working copy) @@

Re: [Mono-dev] Can anyone review this fix for FreeBSD build?

2008-11-09 Thread Atsushi Eno
The original patch author said that it does not compile on FreeBSD(7,amd64). Haven't asked the actual output. Atsushi Eno Geoff Norton wrote: Eno, Whats the testcase/rationale for this patch? On Sun, 2008-11-09 at 23:34 +0900, Atsushi Eno wrote: Atsushi Eno Index: configure.in

Re: [Mono-dev] Can anyone review this fix for FreeBSD build?

2008-11-09 Thread Geoff Norton
On Mon, 2008-11-10 at 05:43 +0900, Atsushi Eno wrote: So your suggestion is to limit the target only to freebsd, right? Well not necessarily, someone needs to do the research into wether this is a FreeBSD specific problem, or something that extends to *BSD and darwin. Getting the

Re: [Mono-dev] Can anyone review this fix for FreeBSD build?

2008-11-09 Thread Geoff Norton
Well we certainly do compile on darwin, so we shouldn't be thunking darwin in here as well. Also, what about NetBSD, OpenBSD, etc? Are we certain they're all affected? Please get the output of the failed compile, as well as some more info. Thanks -g On Mon, 2008-11-10 at 05:30 +0900, Atsushi

Re: [Mono-dev] Can anyone review this fix for FreeBSD build?

2008-11-09 Thread Atsushi Eno
So your suggestion is to limit the target only to freebsd, right? I'll ask him and he would be able to provide the error details but to be realistic he won't be able to provide further output from other BSDs (unless he is a BSD freak to have all of them installed). Atsushi Eno Geoff Norton