|
From: Burcin E. <bu...@er...> - 2009-03-14 13:50:38
|
Hi Bill, On Tue, 10 Mar 2009 20:05:31 +0000 Bill Hart <goo...@go...> wrote: > I have just released FLINT version 1.2.0. It is available at > http://www.flintlib.org/ While trying to make an spkg for Sage, I got the following: gcc -std=c99 -I -O3 -c fmpz_poly.c -o fmpz_poly.o fmpz_poly.c:32:17: error: omp.h: No such file or directory make: *** [fmpz_poly.o] Error 1 Is omp.h a typo for gmp.h? It is also included in fmpz_poly-test.c. It seems that the files F_mpz.h and F_mpz_mat.h mentioned in NTL-interface.cpp are not a part of the tarball either. Continuing the build after replacing omp.h with gmp.h still doesn't work, since g++ complains about F_mpz_t and F_mpz_mat_t not being declared anywhere. Cheers, Burcin |