Hi -
I'm trying to compile on a Sparc Solaris 8 machine. I don't care
about curses, so my configure is
configure --disable-curses
I have gcc. The configuration goes okay, but this is the last part
of the compilation:
g++ -I/usr/local/include -o .libs/aspell prog/aspell.o
prog/check_funs.o prog/checker_string.o -L/usr/local/lib
./.libs/libaspell.so -lc /usr/local/lib/libstdc++.so
-L/opt/src/gcc-3.4.2-target/sparc-sun-solaris2.8/libstdc++-v3/src
-L/opt/src/gcc-3.4.2-target/sparc-sun-solaris2.8/libstdc++-v3/src/.libs
-L/opt/src/gcc-3.4.2-target/gcc -ldl -Wl,-R -Wl,/usr/local/lib
ld: warning: file /usr/local/lib/libstdc++.so: attempted multiple
inclusion of file
Undefined first referenced
symbol in file
libintl_bind_textdomain_codeset prog/aspell.o
I believed I had a problem with the libintl libraries, so I
disabled /usr/include/libintl.h so that the compilation would pick up
/usr/local/include/libintl.h. I also set up this env variable
CXXFLAGS=-I/usr/local/include -L/usr/local/lib
I also found discussion of changing the LIBINTL tag to LTLIBINTL
tag in Makefile.am, so I did that as well.
Nothing seems to affect the outcome of the compilation. Anyone
have a solution?
Garey Mills
Library Systems Office
UC Berkeley
The brain is not where you think
_______________________________________________
Aspell-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/aspell-user