I'm new to aspell and am having trouble getting it to compile. ./configure seems to run fine with --prefix=/home/me But when I run make I get pages of errors like the following: ld: fatal: symbol `__cxa_dyn_string_append' is multiply-defined: (file .libs/libaspell.lax/libaspell-common.a/dyn-string.o and file .libs/libaspell.lax/libstdc++.a/dyn-string.o); ld: fatal: symbol `__cxa_dyn_string_prepend_cstr' is multiply-defined: (file .libs/libaspell.lax/libaspell-common.a/dyn-string.o and file .libs/libaspell.lax/libstdc++.a/dyn-string.o); ld: fatal: symbol `__cxa_dyn_string_delete' is multiply-defined: (file .libs/libaspell.lax/libaspell-common.a/dyn-string.o and file .libs/libaspell.lax/libstdc++.a/dyn-string.o); ld: fatal: symbol `__cxa_dyn_string_clear' is multiply-defined: (file .libs/libaspell.lax/libaspell-common.a/dyn-string.o and file .libs/libaspell.lax/libstdc++.a/dyn-string.o); ld: fatal: symbol `__cxa_dyn_string_copy' is multiply-defined: (file .libs/libaspell.lax/libaspell-common.a/dyn-string.o and file .libs/libaspell.lax/libstdc++.a/dyn-string.o); ld: fatal: symbol `__cxa_dyn_string_init' is multiply-defined: (file .libs/libaspell.lax/libaspell-common.a/dyn-string.o and file .libs/libaspell.lax/libstdc++.a/dyn-string.o); ld: fatal: File processing errors. No output written to .libs/libaspell.so.15.0.2 collect2: ld returned 1 exit status make[1]: *** [libaspell.la] Error 1 make[1]: Leaving directory `/home/me/aspell-0.50.4.1/lib' make: *** [all-recursive] Error 1 I'm on Solaris 8 gcc-3.2.2 aspell-0.50.4.1 Can anybody tell me why there is a conflict between libaspell-common.a and libstdc++.a Please cc me since I'm not on the list. Thanks!! for any help Lynn _______________________________________________ Aspell-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/aspell-user
