According to Joe:
> I am trying to compile version 3.1.2 on an HP 9000 857 under HPUX 10.20
> using gcc (g++) version 2.8.1
> I get an error message:
> ----------------------------------------------------------------------------------
>
> # make
> gcc -c -O -I. -I./../include ./../btree/bt_compare.c
> In file included from
> /opt/gcc/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.8.1/include/sy
> s/types.h:11,
> from ./../btree/bt_compare.c:54:
> /usr/include/sys/stdsyms.h:244: #error "Large Files (ILP32) not
> supported in str
> ict ANSI mode."
> *** Error exit code 1
>
> Stop.
> *** Error exit code 1
>
> Stop.
> -------------------------------------------------------------------------------
>
> I am new at C and don't know where to go with this error. It seems to
> point to header files, or ANSI declaration.
> I will be glad to contribute the binaries after succeeding...
Geoff posted this solution a month ago...
Go into the db/dist directory, type:
./configure --disable-bigfile
Then procede with the make as usual.
--
Gilles R. Detillieux E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba Phone: (204)789-3766
Winnipeg, MB R3E 3J7 (Canada) Fax: (204)789-3930
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the SUBJECT of the message.