Thanks Goeff,
1-
the end of config.log :
----------
#include "confdefs.h"
#include <sys/types.h>
#include <sys/socket.h>
 extern "C" int getpeername(int, struct sockaddr *, size_t *);
 struct sockaddr s;  size_t l; 
int main() {
  getpeername(0, &s, &l); 
; return 0; }
configure:4304: c++ -c -g -O2 -Wall -fno-rtti -fno-exceptions  -I/usr/local/include 
conftest.C 1>&5
configure:4333: checking how to call select?
configure:4350: c++ -c -g -O2 -Wall -fno-rtti -fno-exceptions  -I/usr/local/include 
conftest.C 1>&5
configure:4379: checking for bool data type?
configure:4388: c++ -c -g -O2 -Wall -fno-rtti -fno-exceptions  -I/usr/local/include 
conftest.C 1>&5
configure: In function `int main()':
configure:4384: warning: unused variable `bool i'
configure:4403: checking for true and false?
configure:4412: c++ -c -g -O2 -Wall -fno-rtti -fno-exceptions  -I/usr/local/include 
conftest.C 1>&5
configure:4445: checking user name
configure:4455: checking if apache is wanted
configure:4549: checking apache version >= 1.3.1
configure:4565: checking apache modules
-----------
2-
#gcc -v
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.6/2.95.2/specs
gcc version 2.95.2 19991024 (release)
3-
NO  u_int8_t  is defined in  /usr/include/sys/types.h
# grep u_int8_t types.h
# grep u_int types.h
typedef unsigned int    u_int;

Any help could be so appreciated.
/John.

Geoff Hutchison wrote:
> 
> On Thu, 17 May 2001, John Hardly wrote:
> 
> > compile the Berkeley DB. I've searched thru the mailing list
> > archive and  I found that someone solved the problem: the fix was
> > to use Bash instead of sun's Shell.
> 
> Eh, I missed that one. I don't see how that would make a difference to the
> configure script.
> 
> > checking for u_int8_t... no
> > configure: error: No unsigned 8-bit integral type.
> 
> What would be very useful is if you could take a look at the end of the
> config.log file, which lists what the compiler command was and what the
> error message from the compiler was. You also don't mention what compiler
> you're using or whether you can find the u_int8_t in your includes. On my
> system, it's in sys/types.h.
> 
> --
> -Geoff Hutchison
> Williams Students Online
> http://wso.williams.edu/

-- 
John Hardly
E-mail : john (at) iav (dot) ac (dot) ma

_______________________________________________
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