[Mono-list] build once, run anywhere?
Jeffrey Stedfast
fejj at novell.com
Tue May 3 20:17:51 EDT 2011
On 05/03/2011 07:08 PM, pshomov wrote:
> Hi guys,
>
> I am building mono from source on one machine and then I am zipping the
> binaries and copying them over to other machines and using them (saving on
> the build time here). Is this a good idea? I am getting some exceptions from
> mono on these other machines that are making me suspicious.
The problem with doing this is that different distros (and versions of
the same distro) bundle different versions of libraries and might put
them in different locations, etc.
You might also not realize that you are missing libraries (since you
didn't get a build warning) on some machines.
Also need to make sure all systems are the same architecture.
Jeff
More information about the Mono-list
mailing list