gcc file.C # uppercase .C (or .cpp) will process as C++
gcc file.c # lowercase .c will process as C
Francois
--
You received this message because you are subscribed to a topic in the Google Groups "sage-devel" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/sage-devel/hqH8t69ixxA/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to sage-devel+...@googlegroups.com.
To post to this group, send email to sage-...@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
--
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.
On Monday, May 6, 2013 2:19:47 AM UTC-7, François wrote:On 06/05/13 17:24, Pong wrote:
> Oh... I see. I am ignorant on what various flags mean.
>
> Let me summarize my problems and see if I get them right:
>
> 1) my gcc compiler confuses c and c++ programs.
> 2) I want to solve 1) by forcing sage to use the gcc-4.7.2. but the
> problem is that the copy of gcc that come with sage won't build from my
> system gcc...
> (see the my 3rd message in this discussion)
>
> Am I right? Any ideas on what else can I try?
>
Have you tried a build from scratch with the settings to buid
sage's own gcc?
Francois
--
Does it simply mean set the variable SAGE_INSTALL_GCC to yes and then issue "make" in the directory newly created by tar xvf... ?
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.
To post to this group, send email to sage...@googlegroups.com.
Hum so does someone know of a fix?
--
You received this message because you are subscribed to a topic in the Google Groups "sage-devel" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/sage-devel/hqH8t69ixxA/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to sage-devel+...@googlegroups.com.
To post to this group, send email to sage-...@googlegroups.com.
El jueves, 9 de mayo de 2013 20:21:43 UTC+2, Pong escribió:
> Hi Leif
>
>
> I haven't tried any of those. In fact, I just reinstall SAGE 5.8.1 which is available on the Arch community. Does anyone here know who is maintaining that package? It would be great if we get an update from there soon as well.
>
I compiled sage 5.9 successfully in Arch x86_64. I just had to add 'export CPP=/usr/bin/cpp' to the PKGBUILD before compilation
Hi arojas,
Which PKGBUILD did you use? Where I search on the arch repo, I only see SAGE-5.8 (in community) and SAGE-5.10-devel in AUR.
Where I downloaded the source (SAGE-5.9) and fellowed your suggestion by setting CPP to /usr/bin/cpp, I got the exact same error: "bits/c++config.h: No such file or directory"
The one in community is 5.8 (not 5.9) and isn't it a binary package?
I'm looking at the one from AUR which is 5.10 beta.