I am trying to install aspell from ftp://aeneas.mit.edu/pub/gnu/aspell/aspell-0.50.2.tar.gz on Solaris 2.7. Here is what I am doing/getting after I gtar -xzf aspell-0.50.2.tar.gz in $HOME:
export PATH=$PATH:/usr/local:/usr/local/bin:/usr/bin:$HOME:.:$HOME/aspell/install:$ HOME/aspell/install/exec:/usr/ccs/bin export CXX=/usr/local/bin/gcc export LD_LIBRARY_PATH=/usr/local/lib configure --host=sparc-sun-solaris2.7 --prefix=$HOME/aspell/install --exec-prefix=$HOME/aspell/install/exec make Making all in auto Making all in common make all-am /bin/ksh ../libtool --mode=link /usr/local/bin/gcc -g -O2 -o mk-dirs_h mk-dirs_h.o /usr/local/bin/gcc -g -O2 -o mk-dirs_h mk-dirs_h.o Undefined first referenced symbol in file cout mk-dirs_h.o ostream::operator<<(char const *) mk-dirs_h.o ld: fatal: Symbol referencing errors. No output written to mk-dirs_h collect2: ld returned 1 exit status *** Error code 1 make: Fatal error: Command failed for target `mk-dirs_h' Current working directory /home/u06631/aspell/aspell-0.50.2/common *** Error code 1 make: Fatal error: Command failed for target `all' Current working directory /home/u06631/aspell/aspell-0.50.2/common *** Error code 1 make: Fatal error: Command failed for target `all-recursive' I appreciate any ideas/suggestions on how to fix the issue. Thanks, Peter ************************************************************************** The information transmitted herewith is sensitive information intended only for use by the individual or entity to which it is addressed. If the reader of this message is not the intended recipient, you are hereby notified that any review, retransmission, dissemination, distribution, copying or other use of, or taking of any action in reliance upon this information is strictly prohibited. If you have received this communication in error, please contact the sender and delete the material from your computer. _______________________________________________ Aspell-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/aspell-user
