[Quote]
And a "bigger" question to the group relating to this (and excuse the ignorance as I've been out of the Linux space for about 6-7 years, yes Linux did exist back then :) )...
Just how compatible are binaries built on one system with another ? Has Libc etc standardised enough that we can start collecting binary builds of boost/gccxml/etc and posting them on the web site so that others don't have the pain of third party builds?? -- this way they can focus on the Python-Ogre pain only :)
[End Quote]
Cheers Andy
Generally, what is done is to build a bunch of packages for various
distributions in their native package distribution format (.deb for
Debian, .rpm for Red Hat, etc). I'm not entirely sure how most
projects go about this and whether you need to have a system available
of each type or not. However, I have in the past had fairly good luck
making .debs out of .rpms with rpm2deb or whatever it's called. That
could be one option since I think you have 90% of all Linux boxes
covered by offering .deb and .rpm. :) The remaining problem would be
differences between major releases of the distros. And again, what is
usually done is to build packages for the most recent versions.
Hope that helps.
Thanks,
Mike
[Quote]
And a "bigger" question to the group relating to this (and excuse the ignorance as I've been out of the Linux space for about 6-7 years, yes Linux did exist back then :) )...
Just how compatible are binaries built on one system with another ? Has Libc etc standardised enough that we can start collecting binary builds of boost/gccxml/etc and posting them on the web site so that others don't have the pain of third party builds?? -- this way they can focus on the Python-Ogre pain only :)