On Apr 24, 10:30 am, ugus <[EMAIL PROTECTED]> wrote: > Hi Michael,
Hi Osman, > > I doubt compilation finished successfully in your case. You need to > > set SAGE_FORTAN to the system fortran since the g95 we ship is broken > > on Arch. We didn't automate that so far and we have been discussing of > > solving that problem by defaulting to gfortran if it is available. > > Setting the SAGE_FORTAN flag to gfortran did not solve the problem. I > am still getting the same errors. Since the pre-compiled version is > working on the same machine, I think that the problem should lie > somewhere in the compilation process. You are correct. Looking at the look that part seems to have worked perfectly. > > It would be great if you could post a link to install.log so I could > > have a look to see what is wrong. > > You can download it from here: > > http://www.4shared.com/file/45206703/736d1ac0/install.html Compressing it would be nice in the future :=) > Cheers, Now, since Fortran as a culprit is out I poked around and the following seems to be the likely cause of your trouble: gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall - Wstrict-prototypes -DHAVE_NDBM_H -I. -I/var/abs/local /sage/src/sage-3.0/spkg/build/python-2.5.2/src/./Include -I/var/abs/ local/sage/src/sage-3.0/local/include -I. -IInclude -I./ Include -I/usr/local/include -I/var/abs/local/sage/src/sage-3.0/spkg/ build/python-2.5.2/src/Include -I/var/abs/local/sage/sr c/sage-3.0/spkg/build/python-2.5.2/src -c /var/abs/local/sage/src/ sage-3.0/spkg/build/python-2.5.2/src/Modules/dbmmodule.c - o build/temp.linux-i686-2.5/var/abs/local/sage/src/sage-3.0/spkg/build/ python-2.5.2/src/Modules/dbmmodule.o gcc -pthread -shared -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 - Wall -Wstrict-prototypes build/temp.linux-i686-2.5/var/ab s/local/sage/src/sage-3.0/spkg/build/python-2.5.2/src/Modules/ dbmmodule.o -L/var/abs/local/sage/src/sage-3.0/local/lib -L/us r/local/lib -o build/lib.linux-i686-2.5/dbm.so *** WARNING: renaming "dbm" since importing it failed: build/lib.linux- i686-2.5/dbm.so: undefined symbol: dbm_firstkey building 'gdbm' extension Since I am relatively clueless about Arch can you poke around and tell me what version of gdbm you have installed? Are there things like Gentoo's USEFLAGS that could have an effect on this? Are you current? The image we build on is about two weeks old. > Osman Cheers, Michael --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---