Following the same instructions on Mac OS X produced the following output. Not sure if this is an error or not, though, because I don't know what all the tests are doing...

creating url
make MAKE="make" check-TESTS
PASS: t_wordkey
PASS: t_wordlist
PASS: t_wordskip
PASS: t_wordbitstream
PASS: t_search
PASS: t_htdb
PASS: t_rdonly
PASS: t_trunc
../test/test_prepare: /Users/tedsr/htdig/test/./t_url: Permission denied
../test/test_prepare: exec: /Users/tedsr/htdig/test/./t_url: cannot execute: Undefined error: 0
FAIL: t_url
PASS: t_htdig
PASS: t_htsearch
PASS: t_htmerge
PASS: t_htnet
PASS: t_htdig_local
====================
1 of 14 tests failed
====================
make[2]: *** [check-TESTS] Error 1
make[1]: *** [check-am] Error 2
make: *** [check-recursive] Error 1


and here's the output from "nm */.libs/*.a | grep WordType8instance"

         U __ZN8WordType8instanceE
         U __ZN8WordType8instanceE
00000b60 s __GLOBAL__D__ZN8WordType8instanceE
00000b50 s __GLOBAL__I__ZN8WordType8instanceE
00000958 D __ZN8WordType8instanceE

That's all for now...

Ted Stresen-Reuter

On Saturday, September 20, 2003, at 08:51 AM, Lachlan Andrew wrote:

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
[EMAIL PROTECTED] 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)

-- [EMAIL PROTECTED] ht://Dig developer DownUnder (http://www.htdig.org)


------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ ht://Dig Developer mailing list: [EMAIL PROTECTED] List information (subscribe/unsubscribe, etc.) https://lists.sourceforge.net/lists/listinfo/htdig-dev




------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ ht://Dig Developer mailing list: [EMAIL PROTECTED] List information (subscribe/unsubscribe, etc.) https://lists.sourceforge.net/lists/listinfo/htdig-dev

Reply via email to