Here is a patch to fix the problem.
--- data.cc~ Fri Jul 13 16:45:17 2001
+++ data.cc Mon Jul 16 17:58:56 2001
@@ -132,7 +132,7 @@
{
#ifdef USE_FILE_INO
struct stat s;
- int ok = fstat(filedesc(f), &s);
+ int ok = fstat(f.file_no(), &s);
assert(ok == 0);
id_->ino = s.st_ino;
id_->dev = s.st_dev;
Could I please see config.log. I will explain why after I see it.
--
Kevin Atkinson
kevina at users sourceforge net
http://www.ibiblio.org/kevina/
_______________________________________________
aspell-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/aspell-user