|
From: Lachlan A. <lh...@us...> - 2003-09-20 13:54:07
|
Greetings Jesse,
It's very good to hear that it compiles and runs!
The make check problem is a mystery...
Try
cd htword ; make clean ; cd .. ; make check
If that doesn't work, could you please mail the results of
nm */.libs/*.a | grep WordType8instance
and
nm htword/.libs/libhtword.a | grep WordType8instance
? Thanks.
Lachlan
On Thu, 18 Sep 2003 23:54, Jesse op den Brouw wrote:
> Patch applied, line 156 commented out in the .h file:
> configure runs fine,
> make runs fine
> make check breaks:
>
> g++ -g -O2 -Wall -fno-rtti -fno-exceptions -o testnet testnet.o
> -L/opt/htdig/lib/zlib/lib ../htnet/.libs/libhtnet.a
> ../htcommon/.libs/libcommon.a ../htword/.libs/libhtword.a
> ../db/.libs/libhtdb.a ../htlib/.libs/libht.a -lz
> collect2: ld returned 1 exit status
> /usr/ccs/bin/ld: Unsatisfied symbols:
> WordType::instance (data)
> make[2]: *** [testnet] Error 1
> make[2]: Leaving directory
> `/pers/www/msql/Projects/Htdig/BUILD320/htdig-3.2.0b4-20030914/test
>' make[1]: *** [check-am] Error 2
> make[1]: Leaving directory
> `/pers/www/msql/Projects/Htdig/BUILD320/htdig-3.2.0b4-20030914/test
>' make: *** [check-recursive] Error 1
> [msql@chaos htdig-3.2.0b4-20030914]$
>
>
> make install runs fine
> rundig -v runs fine ( I used an institute's server instead of
> www.htdig.org).
> search works fine (so it seems)
--=20
lh...@us...
ht://Dig developer DownUnder (http://www.htdig.org)
|