[sage-support] Re: simple 'solve' error, possibly related to ecl and maxima installation

2014-11-20 Thread Bozh
OK, I got it. Thanks again. On Friday, November 21, 2014 11:34:44 AM UTC+8, Nils Bruin wrote: > > On Thursday, November 20, 2014 7:10:15 PM UTC-8, Bozh wrote: >> >> Are these warnings signs that maxima is still compiling itself every time >> I started? >> &

[sage-support] Re: simple 'solve' error, possibly related to ecl and maxima installation

2014-11-20 Thread Bozh
I'm completely ignorant of the internal compilation. Can I understand the problem this way: for a binary file, the compilation has been done already, so it should not be necessary for maxima to compile itself every time I call it. After I installed command line tools, the required compiler is t

[sage-support] Re: ld: warning: directory not found for option '-L/Users/buildslave-sage/slave/sage_git/build/local/lib

2014-11-18 Thread Bozh
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 corre

[sage-support] ld: warning: directory not found for option '-L/Users/buildslave-sage/slave/sage_git/build/local/lib

2014-11-18 Thread Bozh
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, b

[sage-support] Re: simple 'solve' error, possibly related to ecl and maxima installation

2014-11-17 Thread Bozh
@kcrisman, thanks again for all your help. On Tuesday, November 18, 2014 10:10:39 AM UTC+8, kcrisman wrote: > > > > On Monday, November 17, 2014 8:49:14 PM UTC-5, Bozh wrote: >> >> I run the following code: >> >> $ sage -maxima >> >> And the messages a

[sage-support] Re: simple 'solve' error, possibly related to ecl and maxima installation

2014-11-17 Thread Bozh
ay, November 17, 2014 5:49:14 PM UTC-8, Bozh wrote: >> >> ;;; (RUN-PROGRAM "gcc" ("-I." "-I/Applications/sage/local/lib/ecl/" >> "-I/Users/buildslave-sage/slave/sage_git/build/local/include" >> "-I/Users/buildslave-sage/sla

Re: [sage-support] simple 'solve' error, possibly related to ecl and maxima installation

2014-11-17 Thread Bozh
, at 10:10 AM, kcrisman wrote: > > > On Monday, November 17, 2014 8:49:14 PM UTC-5, Bozh wrote: > I run the following code: > > $ sage -maxima > > And the messages are: > > Can you see what is in > $ ls /usr/include/sys/ > > presumably types.h should b

[sage-support] Re: simple 'solve' error, possibly related to ecl and maxima installation

2014-11-17 Thread Bozh
te/var/folders/gh/26025ywx7w128zfds279s_9rgn/T/ecl001IqKQ2b.o")) Condition of type: UNBOUND-VARIABLE The variable C::GAZONK is unbound. No restarts available. Top level. > ---- So the problem lies in Maxima? I also tried 'sage -ecl' and i

[sage-support] simple 'solve' error, possibly related to ecl and maxima installation

2014-11-17 Thread Bozh
Hi sage-support, I'm a complete newbie to sage. Currently I started learning the very first example in the tutorial on algebra, but got the following error in 'solve'. I'm running OS X 10.9.5, and sage version is 6.4. sage: x=var('x') sage: solve(x^2 + 3*x + 2, x) In file included