Hi
>What're the implications of the -isysroot and -mmacosx-version-min
>flags? I've always used them together, but, can you use just one of
>them? What happens if you use only one of them? What binary
>compatibility do you achieve with each one?
isysroot = latest OS X Version your are benefitting from, because its
features will be used by wx when available
mmacosx-version-min = the minimum system usable for deployment
>But, now, if I upgrade to 10.8, I won't have the 10.6 SDK there, so I
>won't be able to use -isysroot... so I wonder if I can get the same
>binary compatibility with just -mmacosx-version-min=10.6
yes
Best,
Stefan