On Tue, 29 Aug 2000, Geoff Hutchison wrote:

> > acinclude.m4
> > aclocal.m4
> > acconfig.h
> > configure.in
> 
> These are all used by automake and autoconfig to form the main configure
> script and include file. Most people won't have to worry about them unless
> they want to modify the configure script.


Well, that's the problem. I'm testing 3.2.0b3-082700 and I have the
same problem for some snapshots now.

I use --disable-bigfile (or --enable-bigfile=no) and still configure
sets some #define so that big files support is added. And then
compilation fails, of course....

>From include/htconfig.h

...
/* Define if building big-file environment (e.g., Solaris, HP/UX). */
#define HAVE_FILE_OFFSET_BITS 1
...

And this should be #undef.....

And db/db_config.h

...
/* Define if building big-file environment (e.g., Solaris, HP/UX). */
#define HAVE_FILE_OFFSET_BITS 1
...

The same problem! I seems that somewhere --disable-bigfile is not
processed well.

--jesse
--------------------------------------------------------------------
J. op den Brouw                           Johanna Westerdijkplein 75
Haagse Hogeschool                                  2521 EN  DEN HAAG
Faculty of Engeneering                                   Netherlands
Electrical Engeneering                                +31 70 4458936
-------------------- [EMAIL PROTECTED] --------------------

Linux - because reboots are for hardware changes


------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED] 
You will receive a message to confirm this. 


Reply via email to