[sage-devel] Re: Compilation problems with SAGE-2.8.5.1 released

2007-09-29 Thread Michael Abshoff
William Stein wrote: > > On 9/28/07, Eliz <[EMAIL PROTECTED]> wrote: >> >> I still can't build flint-0.2.p3.spkg. > > Looking at your first message, I just realized that > you are building using > > "gcc version 4.3.0 20070531 (experimental)" > > This is the unstable active development version of

[sage-devel] Re: Compilation problems with SAGE-2.8.5.1 released

2007-09-28 Thread Eliz
I relinked my gcc to gcc-4.1 and the compilation works !!! Thanks !! Elizabeth On Sep 28, 12:00 pm, "William Stein" <[EMAIL PROTECTED]> wrote: > On 9/28/07, Eliz <[EMAIL PROTECTED]> wrote: > > > > > I still can't build flint-0.2.p3.spkg. > > Looking at your first message, I just realized that >

[sage-devel] Re: Compilation problems with SAGE-2.8.5.1 released

2007-09-28 Thread William Stein
On 9/28/07, Eliz <[EMAIL PROTECTED]> wrote: > > I still can't build flint-0.2.p3.spkg. Looking at your first message, I just realized that you are building using "gcc version 4.3.0 20070531 (experimental)" This is the unstable active development version of GCC. It's highly unlikely to actually

[sage-devel] Re: Compilation problems with SAGE-2.8.5.1 released

2007-09-28 Thread Eliz
I still can't build flint-0.2.p3.spkg. Here is the start of the error messages relating to building flint-0.2.p3: g++ -fPIC -shared -fPIC -o libflint.so mpn_extras.o Z.o memory- manager.o Z_mpn.o ZmodF.o ZmodF_mul.o ZmodF_mul-tuning.o fmpz.o fmpz_poly.o mpz_poly-tuning.o mpz_poly.o ZmodF_poly.o

[sage-devel] Re: Compilation problems with SAGE-2.8.5.1 released

2007-09-28 Thread William Stein
Hello, I've posted a new spkg for flint here: http://sagemath.org/packages/standard/flint-0.2.p3.spkg which takes into account all Bill's remarks below. Please try it out (by putting it in SAGE_ROOT/spkg/standard/ and typing "make") on your system, and let us know if it fixes the problem for

[sage-devel] Re: Compilation problems with SAGE-2.8.5.1 released

2007-09-28 Thread Bill Hart
Well my FLINT makefile *still* seems to have INCS = -I"/usr/include", so if that directory contains gmp.h on her machine, then it could well be picking up the wrong version of GMP. FLINT builds on sage.math without adding this directory to the INCS, so I'd say try removing that directory from the

[sage-devel] Re: Compilation problems with SAGE-2.8.5.1 released

2007-09-27 Thread David Harvey
>> test-support.o: In function `__gmpz_fits_uint_p': >> test-support.c:(.text+0x0): multiple definition of >> `__gmpz_fits_uint_p' >> Z_mpn-test.o:Z_mpn-test.c:(.text+0x0): first defined here >> test-support.o: In function `__gmpz_fits_ulong_p': >> >> Here is the end of the install.log >> >> ZmodF

[sage-devel] Re: Compilation problems with SAGE-2.8.5.1 released

2007-09-27 Thread William Stein
On 9/27/07, Robert Bradshaw <[EMAIL PROTECTED]> wrote: > > Glad you're enjoying SAGE. > > Flint is a new experimental package that isn't yet used in SAGE (but > will be soon we hope, as soon as the library matures a bit more and > stabilizes). You should be able to proceed by touching sage/spkg/ >

[sage-devel] Re: Compilation problems with SAGE-2.8.5.1 released

2007-09-27 Thread Robert Bradshaw
Glad you're enjoying SAGE. Flint is a new experimental package that isn't yet used in SAGE (but will be soon we hope, as soon as the library matures a bit more and stabilizes). You should be able to proceed by touching sage/spkg/ installed/flint-0.2.p2 and then running sage -upgrade again, a