aspell-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[aspell-user] aspell .33.7 make problems...


From: Joseph Crotty
Subject: [aspell-user] aspell .33.7 make problems...
Date: Thu, 2 Aug 2001 13:40:19 -0600

hey all,

Just tried to compile aspell v. .33.7.

Details
----------
1. Solaris 2.8
2. pspell .12.2
3. JCROTTY:airmail:/tmp/spell>gcc -v
    gcc version 2.95.2 19991024 (release)

Make dump (the last bit)...

ltextract  -R/usr/local/lib -R/usr/local/lib
-L/tmp/spell/pspell-.12.2/interface/.libs
-L/tmp/spell/pspell-.12.2/modules/.libs ../util/.libs/libaspell-util.a
-L/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2 -L/usr/ccs/bin
-L/usr/ccs/lib -L/usr/local/lib -lstdc++ -lm -lgcc -lgcc
../filter/.libs/libaspell-filter.a -lstdc++ -lm -lgcc -lgcc
/usr/local/lib/libpspell.so /usr/local/lib/libpspell-impl.so -lstdc++ -lm
-lgcc -lgcc   -lc 
(cd .libs && rm -f libaspell.so.10 && ln -s libaspell.so.10.1.1
libaspell.so.10)
(cd .libs && rm -f libaspell.so && ln -s libaspell.so.10.1.1 libaspell.so)
rm -fr .libs/libaspell.lax
mkdir .libs/libaspell.lax
rm -fr .libs/libaspell.lax/libaspell-util.a
mkdir .libs/libaspell.lax/libaspell-util.a
(cd .libs/libaspell.lax/libaspell-util.a && ar x
/tmp/spell/aspell-.33.7/lib/../util/.libs/libaspell-util.a)
rm -fr .libs/libaspell.lax/libaspell-filter.a
mkdir .libs/libaspell.lax/libaspell-filter.a
(cd .libs/libaspell.lax/libaspell-filter.a && ar x
/tmp/spell/aspell-.33.7/lib/../filter/.libs/libaspell-filter.a)
ar cru .libs/libaspell.a  config.o language.o phonetic.o writable_repl.o
data.o language_exceps.o readonly_ws.o writable_ws.o manager.o suggest.o
writable_base.o token.o check.o invalid_word.o invalid_flag.o multi_ws.o
file_data_util.o .libs/libaspell.lax/libaspell-util.a/editdist.o
.libs/libaspell.lax/libaspell-util.a/l2editdist.o
.libs/libaspell.lax/libaspell-util.a/split.o
.libs/libaspell.lax/libaspell-util.a/trim_space.o
.libs/libaspell.lax/libaspell-util.a/leditdist.o
.libs/libaspell.lax/libaspell-util.a/primes.o
.libs/libaspell.lax/libaspell-util.a/phonet.o
.libs/libaspell.lax/libaspell-util.a/file_exceps.o
.libs/libaspell.lax/libaspell-util.a/config_data.o
.libs/libaspell.lax/libaspell-util.a/bad_value.o
.libs/libaspell.lax/libaspell-util.a/file_util.o
.libs/libaspell.lax/libaspell-util.a/string_buffer.o
.libs/libaspell.lax/libaspell-util.a/typo_editdist.o
.libs/libaspell.lax/libaspell-util.a/simple_fstream.o
.libs/libaspell.lax/libaspell-filter.a/filter.o
.libs/libaspell.lax/libaspell-filter.a/map_repl_read.o
.libs/libaspell.lax/libaspell-filter.a/single_repl.o
.libs/libaspell.lax/libaspell-filter.a/hash_repl.o
.libs/libaspell.lax/libaspell-filter.a/repl.o
.libs/libaspell.lax/libaspell-filter.a/substr_repl.o
.libs/libaspell.lax/libaspell-filter.a/urlskip.o
.libs/libaspell.lax/libaspell-filter.a/map_repl.o
.libs/libaspell.lax/libaspell-filter.a/sgml.o
.libs/libaspell.lax/libaspell-filter.a/email.o
.libs/libaspell.lax/libaspell-filter.a/tex.o 
ranlib .libs/libaspell.a
rm -fr .libs/libaspell.lax
creating libaspell.la
(cd .libs && rm -f libaspell.la && ln -s ../libaspell.la libaspell.la)
make[3]: Leaving directory `/tmp/spell/aspell-.33.7/lib'
make[2]: Leaving directory `/tmp/spell/aspell-.33.7/lib'
Making all in src
make[2]: Entering directory `/tmp/spell/aspell-.33.7/src'
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../ -I../util -I../lib/inc -I../filter
-I/usr/local/include      -g -O2 -c aspell.cc
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../ -I../util -I../lib/inc -I../filter
-I/usr/local/include      -g -O2 -c termios.cc
In file included from /usr/include/curses.h:23,
                 from
/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2/include/curses.h:5,
                 from termios.cc:42:
/usr/include/widec.h:38: warning: `getwc' redefined
/usr/include/iso/wchar_iso.h:337: warning: this is the location of the
previous definition
/usr/include/widec.h:39: warning: `putwc' redefined
/usr/include/iso/wchar_iso.h:340: warning: this is the location of the
previous definition
/usr/include/widec.h:40: warning: `getwchar' redefined
/usr/include/iso/wchar_iso.h:338: warning: this is the location of the
previous definition
/usr/include/widec.h:41: warning: `putwchar' redefined
/usr/include/iso/wchar_iso.h:341: warning: this is the location of the
previous definition
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../ -I../util -I../lib/inc -I../filter
-I/usr/local/include      -g -O2 -c text_chain.cc
/bin/sh ../libtool --mode=link g++  -g -O2  -o aspell  aspell.o termios.o
text_chain.o ../lib/libaspell.la -lcurses 
mkdir .libs
g++ -g -O2 -o .libs/aspell aspell.o termios.o text_chain.o
../lib/.libs/libaspell.so
-L/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2 -L/usr/ccs/bin
-L/usr/ccs/lib -L/usr/local/lib -lstdc++ -lm -lgcc -lgcc -lstdc++ -lm -lgcc
-lgcc -L/tmp/spell/pspell-.12.2/modules/.libs -lstdc++ -lm -lgcc -lgcc
/usr/local/lib/libpspell-impl.so -L/tmp/spell/pspell-.12.2/interface/.libs
/usr/local/lib/libpspell.so /usr/local/lib/libltdl.so -ldl
/usr/local/lib/libpspell-modules.so -lstdc++ -lm -lgcc -lgcc -lstdc++ -lm
-lgcc -lgcc -lstdc++ -lm -lgcc -lgcc -lcurses -R/usr/local/lib
creating aspell
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../ -I../util -I../lib/inc -I../filter
-I/usr/local/include      -g -O2 -c compress.cc
/bin/sh ../libtool --mode=link g++  -g -O2  -o word-list-compress
compress.o  
g++ -g -O2 -o word-list-compress compress.o 
make[2]: Leaving directory `/tmp/spell/aspell-.33.7/src'
Making all in data
make[2]: Entering directory `/tmp/spell/aspell-.33.7/data'
cd ../; bd=`pwd`; cd scowl/final; \
cat english-*.10 english-*.20 english-*.35 english-*.50 \
            english-*.60 english-*.65 \
    special-*.35 special-*.50 \
| $bd/src/aspell --lang=english \
  create master $bd/data/english-med-only
Abort - core dumped
make[2]: *** [english-med-only] Error 134
make[2]: Leaving directory `/tmp/spell/aspell-.33.7/data'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/spell/aspell-.33.7'
make: *** [all-recursive-am] Error 2

Joe Crotty



reply via email to

[Prev in Thread] Current Thread [Next in Thread]