[Mono-dev] Compiling Mono on SPARC
Miguel de Icaza
miguel at novell.com
Sat Apr 26 11:41:41 EDT 2008
Hello,
> I posted about this issue as well. Solaris either needs #!/bin/bash or
> changes to constructs such as export X=y (X=y; export X). There would
> also be changes necessary for some redirects.
We should probably drop the "export X=y" construct, and use "export X;
X=y" instead. As /bin/bash wont be on Solaris anyways.
> Don't know what start-stop-service refers to, but I should have files
> around to integrate mono-service2 with Solaris' Service Management
> Facility, in case that's of interest.
That would be useful; Anything that moves us towards a one-step
configuration of Mono on every OS supported.
> Another issue on Solaris is this:
> https://bugzilla.novell.com/show_bug.cgi?id=324871
> Haven't figured out the correct way to handle this, since this appears
> to have changed between Solaris versions, and anyone could of course
> install GNU libs, so it needs to be detected some way. Currently don't
> have time to look further into that issue. But it is necessary to fix
> it (locally) in order to run MonoDevelop.
I applied the patch; If there are other cases in other versions of
Solaris, we will have to handle those.
More information about the Mono-devel-list
mailing list