Hello Vincent,

I have no environment on my computer to compile Sagemath...but...

am i right, guessing that error 

" cc: error: /usr/lib/sagemath//local/ligcc/: Is a directory "

is simply because PATH (or LIBPATH or LD_LIBRARY_PATH or links options) is 
set (inside various Makefiles or scripts) with directory " 
/usr/lib/sagemath//local/libgcc" included ?

My main guess is various Makefiles or scripts contain one line like " 
/usr/lib/sagemath//local/ligcc/$VAR" where $VAR is not set.

Did you try a "make -n" ?   (Processing commands without executing them)

If I am right, you can bypass the error, moving the 
/usr/lib/sagemath//local/ligcc/ dir or setting the $VAR or changing PATH or 
... (no more ideas from me)

Dominique


On Thursday, 21 April 2016 04:52:40 UTC+2, vdelecroix wrote:
>
> Hello, 
>
> I was not able to use gcc with sage-7.1 installed from the ppa. I 
> constantly got 
>
>   $ sage -sh 
>   (sage-sh) $ gcc 
>   gcc: error: /usr/lib/sagemath//local/lib/gcc/: Is a directory 
>   error: command 'gcc' failed with exit status 1 
>
> In particular, it makes unusable the usage of Cython. 
>
> Best, 
> Vincent 
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to