On Sun, 13 Feb 2000, Maurizio Loreti wrote:

> > I have just uploaded a prerelease of aspell to
> > ftp://aspell.sourceforge.net/pub/aspell/aspell-.29.1pre1.tar.gz.
> > 
> > This version has the reworked read-only word list and should now be able
> > compile and run on the alpha with gcc 2.95.
> > 
> > If you have problems with an undefined symbol is aspell.o add the line
> >   template crope
> > somewhere after the includes in src/aspell.cc and send me an email so that
> > I know your platform had a problem with it.
> 
> Yes, I had problems ...
> I have unpacked the distribution, then used the commands:
> 
> gzip -dc aspell-.29.1pre1.tar.gz | tar xof -
> cd aspell-.29.1pre1
> ./configure alphaev56-dec-osf4.0d --prefix=/opt/gnu --with-gcc
> make
> 
> The compiler is gcc-2.95.2 .  I had undefined symbols in aspell.o,
> I have added the line you suggested, as in:
> ...
> #include "string_map.hh"
> 
> using namespace autil;
> using namespace aspell;
> 
> template crope

You forgot the semicolon.  Sorry that I did not include it.

---
Kevin Atkinson
[EMAIL PROTECTED]
http://metalab.unc.edu/kevina/


_______________________________________________
aspell-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/aspell-user

Reply via email to