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 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
