OS X incompatibility
skaji opened this issue · 1 comments
skaji commented
We build relocatable perls for OS X in travis ci.
It seems that OS X in travis ci is a little old, 10.4 (current 10.11).
So if we use relocatable perls in OS X 10.11, we see
ld: warning: object file (compilet-CIbN5.o) was built for newer OSX version (10.11) than being linked (10.4)
What can we do?