Dear François 

Thank yoy for your suggestion

>From what I understand I should config initially sage with :

export GCC=/usr/bin/gcc

ONLY and not along with

export CC=/usr/bin/cc

or instead 

export CC=/usr/bin/gcc

Am I correct?


On Saturday, September 23, 2017 at 11:55:45 PM UTC+3, François Bissey wrote:
>
> You could also have done 
> CC=gcc make 
> and that would have worked too. 
>
> > On 24/09/2017, at 09:31, tasos <tasos....@gmail.com <javascript:>> 
> wrote: 
> > 
> > Indeed that was it!! 
> > 
> > Following your suggestion in 
> https://groups.google.com/forum/m/#!topic/sage-devel/2cdsAGTxYm8  I 
> edited the file inixccompiler.py 
> > and replaced at the end of the definition 
> > 
> > def runtime_library_dir_option(self, dir): 
> > ... 
> > else: 
> >             return "-Wl,-R" + dir 
> > 
> > the "-R" with "-Wl,-R" and continued "make". 
> > 
> > Sage build was complete! I ran Sage with all new features now. 
> > 
> > Thanks a lot ! 
> > 
> > 
> > 
> > -- 
> > 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+...@googlegroups.com <javascript:>. 
> > To post to this group, send email to sage-...@googlegroups.com 
> <javascript:>. 
> > Visit this group at https://groups.google.com/group/sage-devel. 
> > For more options, visit https://groups.google.com/d/optout. 
>
>

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