[htdig] Unsatisfied Symbol - HP10.20

2000-11-16 Thread Gordon Vart
HP 10.20 Everything compiles but it fails in the link with an Unsatisfied Symbols: L$BE0106 (data) - I found the token using nm in htsearch.o - and that file is being included in the link linenot sure really what else to do? I've tried moving the order of the libraries and stuff around

Re: [htdig] Unsatisfied Symbol - HP10.20

2000-11-16 Thread J. op den Brouw
Hi, On Thu, 16 Nov 2000, Gordon Vart wrote: HP 10.20 Everything compiles but it fails in the link with an Unsatisfied Symbols: L$BE0106 (data) Hmm, this is strange. I've compiled/linked 3.1.5 and some 3.2betas on a HP-UX 10.20 box without trouble. Are you using GCC/G++ and if so,

Re: [htdig] Unsatisfied Symbol - HP10.20

2000-11-16 Thread Geoff Hutchison
On Thu, 16 Nov 2000, J. op den Brouw wrote: Unsatisfied Symbols: L$BE0106 (data) Hmm, this is strange. I've compiled/linked 3.1.5 and some 3.2betas on a HP-UX 10.20 box without trouble. Are you using GCC/G++ and if so, which version. Can you send us a snippet of the output surrounding

Re: [htdig] Unsatisfied Symbol - HP10.20 (ISSUE RESOLVED)

2000-11-16 Thread Gordon Vart
We resolved the issue. Apparantly (and scarily) (Geoff you were correct) - the 98r2 Cygnus compiler for HPUX has some sort of issue with the following lines of code (line 284 in htsearch.cc): if (parser-hadError()) display.displaySyntaxError(parser-getErrorMessage()); else