On Monday, 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/slave/sage_git/build/local/include" "-g" "-O2" 
> "-fPIC" "-fno-common" "-Ddarwin" "-O2" "-c" 
> "/private/var/folders/gh/26025ywx7w128zfds279s_9r0000gn/T/ecl001IqKQ2b.c" 
> "-o" 
> "/private/var/folders/gh/26025ywx7w128zfds279s_9r0000gn/T/ecl001IqKQ2b.o"))
>
> Condition of type: UNBOUND-VARIABLE
>
> The variable C::GAZONK is unbound.
>
You probably downloaded a binary? By the looks of it, ecl has some paths 
hard-baked into it: 
"-I/Users/buildslave-sage/slave/sage_git/build/local/include". That path 
probably doesn't exist on your computer, but it was present on the mac on 
which the binary was built.

Compilation would probably fail anyway, because you probably don't have a 
gcc that is compatible with the rest of the build (I assume we're not 
shipping gcc with our binary).

The odd thing is that maxima deems it necessary to compile itself. Your 
binary should have a precompiled maxima available already. Something must 
have gotten damaged or the binary distribution from which you started is 
broken/incompatible with your OSX. First thing to try might be to try and 
install a fresh binary if you haven't done so already.
 

-- 
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.

Reply via email to