Actually I don't believe this is the case, since when I compiled on 10.6 I
forced 32 bit compilation, and in fact otool tells me that the libs are i386
and not x86_64 binaries, but despite that they were still not working on
10.5. It sounds more likely that the problems were due to the new dyld
features of 10.6, binaries compiled there might be different to support
those feats in some way.
It should in principle be possible to force retrocompatibility using **the
-mmacosx-version-min flag, but I wasn't able to do so (I'm not a big expert
in the Jam build system that boost uses), luckily we had a 10.5 machine in
the lab.
Mirko Bordignon
On Fri, Jan 29, 2010 at 5:58 PM, Steve Spicklemire <st...@sp...> wrote:
> Sounds likely that it's the 64/32 bit difference between 10.5 and
> 10.6 is the culprit?
>
> -steve
>
> On Jan 29, 2010, at 11:29 AM, Bruce Sherwood wrote:
>
> > Mirko Bordignon recompiled the Boost libraries on OSX 10.5 and
> > verified
> > that VPython then works on both OSX 10.5 and OSX 10.6. He's not sure
> > whether it will work on OSX 10.4. There is now available a VPython
> > 5.22
> > installer at vpython.org based on his libraries.
> >
> > Many thanks to Mirko for his prompt response to the problem!
> >
> > Bruce Sherwood
> >
> >
> >
> > ----------------------------------------------------------------------
> > --------
> > The Planet: dedicated and managed hosting, cloud storage, colocation
> > Stay online with enterprise data centers and the best network in
> > the business
> > Choose flexible plans and management services without long-term
> > contracts
> > Personal 24x7 support from experience hosting pros just a phone
> > call away.
> > http://p.sf.net/sfu/theplanet-com
> > _______________________________________________
> > Visualpython-users mailing list
> > Vis...@li...
> > https://lists.sourceforge.net/lists/listinfo/visualpython-users
>
>
>
> ------------------------------------------------------------------------------
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the
> business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> _______________________________________________
> Visualpython-users mailing list
> Vis...@li...
> https://lists.sourceforge.net/lists/listinfo/visualpython-users
>
|