You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did a fresh checkout of the v0.5 master, and ran make -j 4 on OSX 10.10.5. The build process completed but cmake weirdly reports that Julia was built for OSX 14.5, and is being linked to 10.7 (when I am in fact running 10.10.5)
LINK usr/lib/julia/sys.dylib
ld: warning: object file (/Users/rprechelt/julia/usr/lib/julia/sys.o) was built for
newer OSX version (14.5) than being linked (10.7)
make testall reports that all tests passed successfully, but thought this might be worth a look.
The text was updated successfully, but these errors were encountered:
I did a fresh checkout of the v0.5 master, and ran
make -j 4
on OSX 10.10.5. The build process completed but cmake weirdly reports that Julia was built for OSX 14.5, and is being linked to 10.7 (when I am in fact running 10.10.5)make testall
reports that all tests passed successfully, but thought this might be worth a look.The text was updated successfully, but these errors were encountered: