-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linker warning on OSX -- wrong version number used? #14182
Comments
There's a |
I see these lines in
They may confuse "Darwin version" and "OSX version". I doubt that many places in Julia will need to know the kernel version, whereas the OSX version seems relevant in many respects since Apple's toolchain changes. I suggest switching from |
Yes, we should probably get rid of DARWINVER and switch to OS X versions. Perhaps worth fixing #6674 too in favour of using OS X versions. |
Probably worth nothing that this is an upstream bug (llvm), not Julia: http://lists.llvm.org/pipermail/llvm-dev/2015-September/090758.html |
This is still happening to me! Is there an (upstream) fix? Should I switch the LLVM version I'm using? |
I see this warning when building Julia (0.5 master):
Note that the OSX version of my system is 10.11 (El Capitan), while my kernel version is 15.0. This looks as if some script used the kernel version instead of the OSX version when using the
-macos_version_min
option told
.PS: There's no "OSX" or "Apple" label for issues. But there's an "MS-DOS" one?
The text was updated successfully, but these errors were encountered: