Quantcast
Channel: Object file was built for newer OSX version than being linked - Stack Overflow
Browsing all 4 articles
Browse latest View live

Answer by Pierz for Object file was built for newer OSX version than being...

When using ./configure for a number of packages the macosx-version-min setting defaults to particular OS version - which can lead to the mentioned warning message if that OS version is lower than the...

View Article



Answer by MateuszL for Object file was built for newer OSX version than being...

As cbrnr answered, you have to use -mmacosx-version-min compiler flag. To pass compiler flag through make, you can use CXXFLAGS environment variable:make CXXFLAGS="-mmacosx-version-min=10.10"<target...

View Article

Answer by cbrnr for Object file was built for newer OSX version than being...

You need to set the compiler flag -mmacosx-version-min to the version number of the SDK you want to build against. I don't use automake, but in cmake you'd set the variable CMAKE_OSX_DEPLOYMENT_TARGET,...

View Article

Object file was built for newer OSX version than being linked

I'm getting this error for C++ library I'm using. It uses GNU Automake for building. Which flag(s) I should supply for the make command to lower the target build platform to avoid seeing this warning...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images