Thanks Jim. Even when looking right at the answer, sometimes it takes someone else to point out the obvious. Info in the FAQ took care of the configure error I was getting.
Now, on the make, I'm getting the following compile error:
# /usr/local/bin/make
make[1]: Entering directory `/apps/htdig-3.1.6/db/dist'
gcc -c -O -I. -I./../include -Wno-deprecated ../btree/bt_compare.c
gcc -c -O -I. -I./../include -Wno-deprecated ../btree/bt_conv.c
gcc -c -O -I. -I./../include -Wno-deprecated ../btree/bt_curadj.c
gcc -c -O -I. -I./../include -Wno-deprecated ../btree/bt_cursor.c
...
c++ -c -DDEFAULT_CONFIG_FILE=\"/opt/www/htdig/conf/htdig.conf\" -I../htlib -I..
/htcommon -I../db/dist -I../include -Wno-deprecated String_fmt.cc
c++ -c -DDEFAULT_CONFIG_FILE=\"/opt/www/htdig/conf/htdig.conf\" -I../htlib -I..
/htcommon -I../db/dist -I../include -Wno-deprecated URL.cc
In file included from HtRegex.h:30,
from HtRegexReplace.h:22,
from HtRegexReplaceList.h:20,
from HtURLRewriter.h:9,
from URL.cc:16:
gregex.h:394: conflicting types for `typedef int regoff_t'
/usr/include/reg_types.h:49: previous declaration as `typedef off_t regoff_t'
make[1]: *** [URL.o] Error 1
make[1]: Leaving directory `/apps/htdig-3.1.6/htlib'
make: *** [all] Error 1
Dave Thompson
| Jim Cole <[EMAIL PROTECTED]>
02/13/2003 04:36 PM
|
To: [EMAIL PROTECTED] cc: [EMAIL PROTECTED] Subject: Re: [htdig] Error configuring htDig 3.1.6 [Sophos_T] |
On Thursday, February 13, 2003, at 12:09 PM,
[EMAIL PROTECTED] wrote:
> configure: error: To compile ht://Dig, you will need a C++ library.
> Try installing libstdc++.
>
>
> I have: gcc-3.2.1 which includes C++ libraries as I understand, and
> tru64-v5.1
If you haven't already done so, take a look at
http://www.htdig.org/FAQ.html#q3.8 ? With GCC 3.2, deprecated header
warnings are generated which lead configure to incorrectly assume that
libstdc++ is missing.
Jim

