[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Aspell-user] Aspell linking failure
From: |
George Karas |
Subject: |
[Aspell-user] Aspell linking failure |
Date: |
Fri, 01 Jul 2005 11:48:40 -0700 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) |
All,
I'm trying to build the latest version of Aspell (v0.60.3) on Solaris,
but I'm getting a link error. I've looked everywhere I can, but have
been unable to locate the problem.
I'm stumped. I don't know why it can't find these three symbols or, if
they don't exist, why it's looking for them. I'm not a C++ developer,
which is making this harder all around.
I'm using gcc/g++ 4.0.0 with libtool 1.5.18. I get the same exact error
on Solaris 8, 9, AND 10.
Here's the error. I separating the lines for readability:
# make
/usr/local/bin/libtool --tag=CXX --mode=link /usr/local/bin/g++ -w -O3
-pipe -fno-exceptions -L/usr/local/lib -R/usr/local/lib -o aspell
prog/aspell.o prog/check_funs.o prog/checker_string.o libaspell.la
-lncursesw -ldl -ldl
/usr/local/bin/g++ -w -O3 -pipe -fno-exceptions -o .libs/aspell
prog/aspell.o prog/check_funs.o prog/checker_string.o -L/usr/local/lib
./.libs/libaspell.so /usr/local/lib/libncursesw.so -ldl -Wl,-R
-Wl,/usr/local/lib
Undefined first referenced
symbol in file
acommon::HashTable<acommon::StringMap::Parms>::init(unsigned
int)./.libs/libaspell.so
acommon::BlockSList<acommon::StringPair>::clear() ./.libs/libaspell.so
acommon::HashTable<acommon::StringMap::Parms>::del()./.libs/libaspell.so
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 `/usr/local/build/gnu/aspell-0.60.3'
make: *** [all-recursive] Error 1
Any help would be greatly appreciated! TIA.
-george karas
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Aspell-user] Aspell linking failure,
George Karas <=