On 16 Mai, 14:37, "Georg S. Weber" <georgswe...@googlemail.com> wrote: > 2. Symmetrica > Having a look at an install log of a successful build of the > Symmetrica spkg shows that some of the warnings are to be expected, > some not. From the logs ("gcc -v Using built-in specs. Target: x86_64- > suse-linux ...") I assume that you are using a 64bit OS, but then the > Symmetrica spkg log should display something like "gcc -O1 -m64 -fPIC - > g -DFAST -DALLTRUE ..." and not "gcc -O1 -fPIC -g -DFAST -DALLTRUE".
Since gcc was built for x86_64, the (implicit) default *is* "-m64", i.e. you don't have to specify it. -Leif -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org