22 Dec
2016
22 Dec
'16
9:01 p.m.
On Thu, Dec 22, 2016 at 3:46 PM, Nat Goodspeed
At executable link time, this produces messages:
ld: warning: object file (packages/lib/Release/libboost_context-mt.a(jump_x86_64_sysv_macho_gas.o)) was built for newer OSX version (10.11) than being linked (10.9) ld: warning: object file (packages/lib/Release/libboost_context-mt.a(make_x86_64_sysv_macho_gas.o)) was built for newer OSX version (10.11) than being linked (10.9)
(These are the only two .o files producing such messages.)
I'm afraid that the resulting executable won't run on OS X 10.9 or 10.10, and that segment of the population is still interesting to us.
Or does that not even matter for assembly code? Should we simply disregard these warnings?