Hi,

the compilation fails in singular with:
In file included from ../kernel/si_gmp.h:4:0,
                 from ../kernel/structs.h:15,
                 from weight0.c:13:
../factory/cf_gmp.h:2501:28: fatal error: bits/c++config.h: Aucun
fichier ou dossier de ce type
 #include <bits/c++config.h>

I wrote the following in test.cc:
#include <bits/c++config.h>

int
main(int argc,
     char* argv[])
{
  return 0;
}

and managed to compile it with both "gcc -o test test.cc" and "g++ -o
test test.cc", so this file is actually correctly found by the compiler
on my system.

In case it matters, the compiler is gcc (Debian 4.8.1-8) 4.8.1.

I compiled and tested sage-5.11.rc1 just yesterday on that box... and
all reasonable tests passed (the quadratic forms automorphisms' tests
are too much for that box). I don't know exactly what could happen... if
someone has a clue...

Snark on #sagemath

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to