version .0.8.0 and 0.8.1 both complain when running ./configure
checking size of signed... configure: error: cannot compute sizeof
(signed)
See `config.log' for more details.
config.log is not all that helpful that I can make out.
| #include <stdlib.h>
| int
| main ()
| {
|
| FILE *f = fopen ("conftest.val", "w");
| if (! f)
| return 1;
| if (((long int) (sizeof (ac__type_sizeof_))) < 0)
| {
| long int i = longval ();
| if (i != ((long int) (sizeof (ac__type_sizeof_))))
| return 1;
| fprintf (f, "%ld\n", i);
| }
| else
| {
| unsigned long int i = ulongval ();
| if (i != ((long int) (sizeof (ac__type_sizeof_))))
| return 1;
| fprintf (f, "%lu\n", i);
| }
| return ferror (f) || fclose (f) != 0;
|
| ;
| return 0;
| }
configure:6377: error: cannot compute sizeof (signed)
See `config.log' for more details.
Installing on RHEL 5.0 All other libraries and dependencies installed. I
installed 0.7.0 with no problem.
Mike Clark
LINUX/UNIX Systems & DB Admin
Washington Western Bankruptcy Court
(206) 370-5381