Greetings! I'm trying to compile aspell 0.60.4 on Solaris 8 x64.
Seems to compile fine, but dies at the linker. curses is NOT installed on this system nor do I need support for anything but the aspell API. I've tried with gnu configure and also directing LD to /usr/ucb/ld & /usr/ccs/bin/ld. Same problem on both. Ideas???
./configure CXX=/usr/local/bin/gcc --disable-curses LDFLAGS=-L/usr/lib LD=/usr/ucb/ld
/usr/local/bin/gcc -g -O2 -fno-exceptions -o .libs/aspell prog/aspell.o prog/check_funs.o prog/checker_string.o -L/usr/lib ./.libs/libaspell.so -ldl -Wl,-R -Wl,/usr/local/lib
Undefined first referenced
symbol in file
__cxa_pure_virtual prog/aspell.o
vtable for __cxxabiv1::__si_class_type_infoprog/aspell.o
std::__default_alloc_template<(bool)1, (int)0>::_S_node_allocator_lock./.libs/libaspell.so
vtable for __cxxabiv1::__vmi_class_type_info./.libs/libaspell.so
log ./.libs/libaspell.so
operator new[](unsigned) ./.libs/libaspell.so
__cxa_bad_typeid ./.libs/libaspell.so
sqrt ./.libs/libaspell.so
std::__default_alloc_template<(bool)1, (int)0>::_S_free_listprog/aspell.o
std::__default_alloc_template<(bool)1, (int)0>::deallocate(void*, unsigned)prog/aspell.o
floor ./.libs/libaspell.so
vtable for __cxxabiv1::__class_type_infoprog/aspell.o
operator delete(void*) prog/aspell.o
std::__default_alloc_template<(bool)1, (int)0>::_S_refill(unsigned)prog/aspell.o
operator new(unsigned) prog/aspell.o
std::__default_alloc_template<(bool)1, (int)0>::allocate(unsigned)prog/aspell.o
operator delete[](void*) ./.libs/libaspell.so
std::__default_alloc_template<(bool)1, (int)0>::_Lock::_Lock[in-charge]()prog/aspell.o
std::__default_alloc_template<(bool)1, (int)0>::_Lock::~_Lock [in-charge]()prog/aspell.o
ld: fatal: Symbol referencing errors. No output written to .libs/aspell
collect2: ld returned 1 exit status
make[1]: *** [aspell] Error 1
make[1]: Leaving directory `/home/artsci/admin/ascc/koch/source/aspell-0.60.4'
make: *** [all-recursive] Error 1
_______________________________________________ Aspell-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/aspell-user
