Yes, I had Command Line Tools installed, and the Xcode version is 6.1. After I stop getting that error from my previous post (https://groups.google.com/forum/#!topic/sage-support/wj4ObDhv_xE), I get these new warnings. I know very little about Xcode or CLT so I'm quite confused. I can get correct answers now, with these haunting warnings. I think the problem still lies in Maxima, because when I enter "$ sage -maxima" these warnings appear in several places. For your reference, I paste the message below:
$ sage -maxima ;;; Loading #P"/Applications/sage/local/lib/ecl/cmp.fas" ;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0 ;;; ;;; End of Pass 1.ld: warning: directory not found for option '-L/Users/buildslave-sage/slave/sage_git/build/local/lib' ld: warning: directory not found for option '-L/Users/buildslave-sage/slave/sage_git/build/local/lib' ld: warning: directory not found for option '-L/Users/buildslave-sage/slave/sage_git/build/local/lib' ;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0 ;;; ;;; End of Pass 1.ld: warning: directory not found for option '-L/Users/buildslave-sage/slave/sage_git/build/local/lib' ld: warning: directory not found for option '-L/Users/buildslave-sage/slave/sage_git/build/local/lib' ld: warning: directory not found for option '-L/Users/buildslave-sage/slave/sage_git/build/local/lib' ;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0 ;;; ;;; End of Pass 1.ld: warning: directory not found for option '-L/Users/buildslave-sage/slave/sage_git/build/local/lib' ld: warning: directory not found for option '-L/Users/buildslave-sage/slave/sage_git/build/local/lib' ld: warning: directory not found for option '-L/Users/buildslave-sage/slave/sage_git/build/local/lib' ;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0 ;;; ;;; End of Pass 1.ld: warning: directory not found for option '-L/Users/buildslave-sage/slave/sage_git/build/local/lib' ld: warning: directory not found for option '-L/Users/buildslave-sage/slave/sage_git/build/local/lib' ld: warning: directory not found for option '-L/Users/buildslave-sage/slave/sage_git/build/local/lib' ;;; Loading #P"/Applications/sage/local/lib/ecl/sb-bsd-sockets.fas" ;;; Loading #P"/Applications/sage/local/lib/ecl/sockets.fas" ;;; Loading #P"/Applications/sage/local/lib/ecl/defsystem.fas" Maxima 5.34.1 http://maxima.sourceforge.net using Lisp ECL 13.5.1 Distributed under the GNU Public License. See the file COPYING. Dedicated to the memory of William Schelter. The function bug_report() provides bug reporting information. (%i1) On Tuesday, November 18, 2014 11:38:34 PM UTC+8, kcrisman wrote: > > > > > I tried installing sage 6.4 from several binaries but everytime I started >> a new sage and type in some calculations, the above warning message >> appears. If I re-type the exact calculations again, such warnings >> disappear. Further, it seems that these warnings are related to certain >> calculations, but not all. >> > > Let me guess that they only happen when you do integration or symbolic > summation? In which case somehow the Sage Maxima instance is looking for > this. It doesn't appear to be affecting the calculation, at least. > >> sage: integral(x*sin(x^2),x) >> ld: warning: directory not found for option >> '-L/Users/buildslave-sage/slave/sage_git/build/local/lib' >> >> > >> I'm running on a OS X 10.9.5. I tried download binary files from >> different locations, but the same warnings appear. I also tried to install >> via source code, but unfortunately failed. Many thanks in advance. >> > > Hopefully you won't need to, but did you manage to get the command line > tools from Apple? That should suffice. (See the developer guide > http://www.sagemath.org/doc/developer/index.html and installation guide > http://www.sagemath.org/doc/installation/source.html#prerequisites .) > -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
