[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Aspell-user] Problems installing aspell-0.50.5 on SCO Unixware7.1.3
From: |
Christoph Hintermüller |
Subject: |
Re: [Aspell-user] Problems installing aspell-0.50.5 on SCO Unixware7.1.3 |
Date: |
Thu, 29 Jul 2004 22:03:12 +0200 |
User-agent: |
KMail/1.6.2 |
Hi John
Am Donnerstag, 29. Juli 2004 20:08 schrieben Sie:
> Chris,
> I unzipped, un-tarred (tar -xvf) added CC=gcc; CXX=g++; to the configure
Do not add to configure file but rather set the corresponding environment
variable as follows:
shell> export CC=gcc
shell> ./configure
This is the more safe way. do not forget to replace your modiefied version of
configure by the original one.
in case you are using (t)csh call instead
(t)csh> setenv CC=gcc
(t)csh> ./configure
> file , ran ./configure, ran make && make install. That is about it. The log
> says exactly what I posted.
>
>
> *** Warning: inter-library dependencies are not known to be supported.
> *** All declared inter-library dependencies are being dropped.
> *** The inter-library dependencies that have been dropped here will be
> *** automatically added whenever a program is linked with this library
> *** or is declared to -dlopen it.
> g++ -shared -nostdlib /usr/ccs/lib/crti.o /usr/ccs/lib/values-Xa.o
> /usr/local/li
> b/gcc-lib/i686-UnixWare7.0.1-sysv5/2.95.2/crtbegin.o .libs/dummy.o
> /usr/local/
> lib/gcc-lib/i686-UnixWare7.0.1-sysv5/2.95.2/crtend.o /usr/ccs/lib/crtn.o -o
> .li
> bs/libpspell.so.15.0.3
> (cd .libs && rm -f libpspell.so.15 && ln -s libpspell.so.15.0.3
> libpspell.so.15)
> (cd .libs && rm -f libpspell.so && ln -s libpspell.so.15.0.3 libpspell.so)
> creating libpspell.la
> (cd .libs && rm -f libpspell.la && ln -s ../libpspell.la libpspell.la)
> Making all in examples
> source='example-c.c' object='example-c.o' libtool=no \
> depfile='.deps/example-c.Po' tmpdepfile='.deps/example-c.TPo' \
> depmode=gcc /bin/ksh ../depcomp \
> gcc -DHAVE_CONFIG_H -I. -I. -I../common -I../interfaces/cc/ -g
> -O2 -
> c example-c.c
> /bin/ksh ../libtool --mode=link gcc -g -O2 -o example-c
> example-c.o
> ../lib/libaspell.la
> mkdir .libs
> LD_RUN_PATH="/usr/local/lib:$LD_RUN_PATH" gcc -g -O2 -o .libs/example-c
> example-
> c.o ../lib/.libs/libaspell.so
> Undefined first referenced
> symbol in file
> istream::_skip_ws(void) ../lib/.libs/libaspell.so
> ostream::operator<<(char const *) ../lib/.libs/libaspell.so
> istrstream::istrstream(int, char const *, int)../lib/.libs/libaspell.so
> streambuf::sungetc(void) ../lib/.libs/libaspell.so
> cerr ../lib/.libs/libaspell.so
> istrstream::~istrstream(void) ../lib/.libs/libaspell.so
> sqrt ../lib/.libs/libaspell.so
> __length_error(char const *) ../lib/.libs/libaspell.so
> endl(ostream &) ../lib/.libs/libaspell.so
> ostream::flush(void) ../lib/.libs/libaspell.so
> _IO_getc ../lib/.libs/libaspell.so
> __out_of_range(char const *) ../lib/.libs/libaspell.so
> UX:ld: ERROR: Symbol referencing errors. No output written to
> .libs/example-c
> collect2: ld returned 1 exit status
> *** Error code 1 (bu21)
>
>
Hm did you make any further changes to configure than the cc stuff. Have you
checked the requirements of aspell against the installed versions. have you
checked if aspell lib was built properly do this by calling:
shell> make all install > AspellBuildLog.log 2>&1
check this file and/or send it
(t)csh should be similar
cu
Crhis
ps: i've set cc to aspell list do the same please
- Re: [Aspell-user] Problems installing aspell-0.50.5 on SCO Unixware7.1.3,
Christoph Hintermüller <=