Re: [sage-devel] Singular fails to build in Sage 5.9

2013-05-05 Thread Francois Bissey
On 05/05/13 21:12, Wai Yan Pong wrote: > Hum I see what you are saying. Well my case is a bit tricky but I think > I'm not alone. I am using Archlinux, so there is not g++ separately. And > gcc decides whether the program as a C or C++ program in the following way. > > |gcc file.C # uppercase .C (

Re: [sage-devel] Singular fails to build in Sage 5.9

2013-05-05 Thread Wai Yan Pong
Hum I see what you are saying. Well my case is a bit tricky but I think I'm not alone. I am using Archlinux, so there is not g++ separately. And gcc decides whether the program as a C or C++ program in the following way. gcc file.C # uppercase .C (or .cpp) will process as C++ gcc file.c # lowercas

Re: [sage-devel] Singular fails to build in Sage 5.9

2013-05-05 Thread Francois Bissey
On 05/05/13 19:32, Pong wrote: > Looking for help in compiling SAGE 5.9 > > I encountered an error in buliding Singular-3-1-5.p7 > > I suspect the following may be the relevant part of the log file > > In file included from ../kernel/si_gmp.h:4:0, > from ../kernel/structs.h:15,