My apologies for the delayed response to this message.

You are indeed correct, in that 3.8 appears to be the solution in this
case.  I am using 
 gcc -v
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.9/3.2/specs
Configured with: ../configure --with-as=/usr/ccs/bin/as
--with-ld=/usr/ccs/bin/ld --disable-nls
Thread model: posix
gcc version 3.2

I have got it all to compile, and index.  Running an htsearch causes a hang
after it goes to 

 ../../cgi-bin/htsearch -vvvv
Enter value for words: test
tempWords: 'test:0 '
Boolean: 'test:0 '
initial: ''
Fuzzy on: test
   exact test

This is probably due to 3.6, so I am going to recompile and try that.

Thanks for the response, and let me know how else I can help.

--Brett


Gilles Detillieux writes:

> According to Brett Thorson:
> > #######  QUESTION / PROBLEM  ############
> > On Solaris 8 or 9 when I try to compile htdig, I get the following error:
> > 
> > configure: error: To compile ht://Dig, you will need a C++ library. Try 
> > installing libstdc++.
> > 
> > But it is installed, and the config.log shows that it is indeed found, 
> > but it says that the libraries are deprecated.
> > 
> > ##########  SOLUTION  #################
> > 
> > In order to get around this you need to tell the compiler not to emit 
> > deprcated messages as it confuses the configure script.  Running the 
> > following command line will tell gcc to be silent, and it should compile.
> > 
> > CXXFLAGS=-Wno-deprecated CPPFLAGS=-Wno-deprecated ./configure
> 
> Actually, FAQ 3.6 deaLs with errors at run time, not errors from
> configure, so I think it would cloud the issue to add this tip there.
> The problem you're talking about is addressed in qustion 3.8.  There's
> probably a need to expand 3.8 somewhat, but to make sure we're on the
> same page, I'd like to know which version of gcc you're running on your
> Solaris system.  My understanding was that this particular problem was
> not specific to Solaris or any OS, but rather to gcc 3.x.
> 
> -- 
> Gilles R. Detillieux              E-mail: <[EMAIL PROTECTED]>
> Spinal Cord Research Centre       WWW:    http://www.scrc.umanitoba.ca/
> Dept. Physiology, U. of Manitoba  Winnipeg, MB  R3E 3J7  (Canada)





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

Reply via email to