Hi all,

I applied attached patch to Linbox 1.1.4 tarball and I was able to
build & pass regression tests with gcc 4.3 trunk.

Regards,
ismail

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@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-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

--- linbox-1.1.4/linbox/ffpack/ffpack.h	2007-11-12 00:57:40.000000000 +0200
+++ linbox-fixed/linbox/ffpack/ffpack.h	2007-12-04 17:51:04.000000000 +0200
@@ -1341,7 +1341,7 @@
 	static int
 	KGFast ( const Field& F, std::list<Polynomial>& charp, const size_t N,
 		 typename Field::Element * A, const size_t lda, 
-		 size_t * kg_mc, size_t* kg_mc, size_t* kg_j );
+		 size_t * kg_mc, size_t* kg_mc2, size_t* kg_j );
 
 	template <class Field, class Polynomial>
 	static std::list<Polynomial>&

Reply via email to