> I'm assuming configure works perfectly well for you?

It runs just fine, what it's finding for configuration is another
question...

> Do you get the same sorts of strange errors if you try the current
snapshots:
> <http://www.htdig.org/files/snapshots/> (There isn't likely to be
> anything very different here, but perhaps something is amiss with the
> way 3.2.0b3 was upackaged.)

Thanks for the suggestion.  It does appear there's something screwy with my
environment, since with gnu-make under a different user I get a tad further.
Now I'm getting some undeclared variables ( that apparently didn't exist for
3.1.5).
Beta 4 snapshot produces the same output now as the Beta 3 output included
below.

So perhaps old or not found .h files, maybe weird .a files, something that
is user environment specific?

is...
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes

normal for a ./configure run?

Any clues are appreciated.

Beta 3 now gives.....

.
.
.
gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -I/usr/include -g 
-O2 -Wall -Wp,-MD,.deps/db_dup.pp -c db_dup.c -o db_dup.o >/dev/null 2>&1
mv -f .libs/db_dup.lo db_dup.lo
/bin/sh ./libtool --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib  -D_REENTRANT  -I/usr/include  
-g -O2 -Wall -c db_err.c
rm -f .libs/db_err.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib -D_REENTRANT -I/usr/include -g 
-O2 -Wall -Wp,-MD,.deps/db_err.pp -c db_err.c  -fPIC -DPIC -o
.libs/db_err.lo
db_err.c: In function `CDB___db_err':
db_err.c:278: `__builtin_va_alist' undeclared (first use in this function)
db_err.c:278: (Each undeclared identifier is reported only once
db_err.c:278: for each function it appears in.)
db_err.c:275: warning: `ap' might be used uninitialized in this function
db_err.c: In function `CDB___db_logmsg':
db_err.c:408: `__builtin_va_alist' undeclared (first use in this function)
db_err.c:395: warning: `ap' might be used uninitialized in this function
make[1]: *** [db_err.lo] Error 1
make[1]: Leaving directory `/home/www1/htdig-3.2.0b3/db'
make: *** [all-recursive] Error 1

Dave


_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a 
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to