doing a ./configure
terminates with the message
checking whether byte ordering is bigendian... configure: error: can not run
test program while cross compiling
configure: error: ./configure failed for db/dist
the configure works up till it starts dealing with htdig/db/ Then it
detects that
c++ ( gcc) can be for cross-compiling and this seems to stump the
bidendian test.
eg:
..
..
..
configuring in db/dist
running /bin/sh ./configure --enable-cxx --cache-file=../.././config.cache
--srcdir=.
loading cache ../.././config.cache
checking if building in the top-level directory... checking for a BSD
compatible install... ./install-sh -c
checking host system type... sparc-sun-solaris2.7
checking if --enable-debug option specified... no
checking for cc... (cached) gcc
checking for gcc... (cached) gcc
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -O ) works... yes
checking whether the C compiler (gcc -O ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking if --enable-diagnostic option specified... no
checking if --enable-cxx option specified... yes
checking for c++... (cached) c++
checking whether the C++ compiler (c++ -O ) works... yes
checking whether the C++ compiler (c++ -O ) is a cross-compiler... yes
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking if --enable-compat185 option specified... no
checking if --enable-dump185 option specified... no
checking for ar... /usr/ccs/bin/ar
checking for chmod... /usr/bin/chmod
checking for cp... /usr/bin/cp
checking for mkdir... /usr/bin/mkdir
checking for ranlib... /usr/ccs/bin/ranlib
checking for rm... /usr/bin/rm
checking for sh... /usr/bin/sh
checking for strip... /usr/ccs/bin/strip
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for ssize_t... yes
checking whether byte ordering is bigendian... configure: error: can not run
test program while cross compiling
configure: error: ./configure failed for db/dist
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.