Skip to Content.
Sympa Menu

freetds - Solaris-Trouble

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Martin Spott <sk001sp AT mail.ihg.uni-duisburg.de>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Solaris-Trouble
  • Date: Wed, 13 Jan 1999 12:29:14 +0100


This is the first mail using another mailreader on this computer - so please
forgive me any trouble.
I just (Wed Jan 13 12:25:20 MET 1999) did a currend CVS checkout and tried
to compile the whole lot on a "SunOS trace 5.6 Generic_105182-05 i86pc i386
i86pc". The effect is almost the same, I did autoconf;configure. Output of
autoconf:

configure.in:27: warning: AC_TRY_RUN called without default to allow cross
compiling


Output of configure:

creating cache ./config.cache
checking for a BSD compatible install... /opt/gnu/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether make sets ${MAKE}... (cached) yes
checking for a BSD compatible install... /opt/gnu/bin/install -c
checking for ranlib... ranlib
checking host system type... i386-pc-solaris2.6
checking for ld used by GCC... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for BSD-compatible nm... /usr/ccs/bin/nm -p
checking whether ln -s works... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking whether the linker (/usr/ccs/bin/ld) supports shared libraries... yes
checking command to parse /usr/ccs/bin/nm -p output... yes
checking how to hardcode library paths into programs... immediate
checking for /usr/ccs/bin/ld option to reload object files... -r
checking dynamic linker characteristics... solaris2.6 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for unistd.h... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking whether byte ordering is bigendian... no
./configure: test: argument expected


config.log:

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:566: checking for a BSD compatible install
configure:619: checking whether build environment is sane
configure:676: checking whether make sets ${MAKE}
configure:722: checking for working aclocal
configure:735: checking for working autoconf
configure:748: checking for working automake
configure:761: checking for working autoheader
configure:774: checking for working makeinfo
configure:793: checking for gcc
configure:870: checking whether the C compiler (gcc ) works
configure:884: gcc -o conftest conftest.c 1>&5
configure:904: checking whether the C compiler (gcc ) is a cross-compiler
configure:909: checking whether we are using GNU C
configure:918: gcc -E conftest.c
configure:933: checking whether gcc accepts -g
configure:961: checking whether make sets ${MAKE}
configure:998: checking for a BSD compatible install
configure:1050: checking for ranlib
configure:1148: checking host system type
configure:1181: checking for ld used by GCC
configure:1238: checking if the linker (/usr/ccs/bin/ld) is GNU ld
configure:1254: checking for BSD-compatible nm
configure:1291: checking whether ln -s works
configure:1360: checking how to run the C preprocessor
configure:1381: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1421: checking for ANSI C header files
configure:1434: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1501: gcc -o conftest -g -O2 conftest.c 1>&5
configure:1525: checking for sys/wait.h that is POSIX.1 compatible
configure:1546: gcc -c -g -O2 conftest.c 1>&5
configure:1570: checking for unistd.h
configure:1580: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1608: checking whether struct tm is in sys/time.h or time.h
configure:1621: gcc -c -g -O2 conftest.c 1>&5
configure:1644: checking whether byte ordering is bigendian
configure:1662: gcc -c conftest.c 1>&5
configure: In function `main':
configure:1657: `bogus' undeclared (first use in this function)
configure:1657: (Each undeclared identifier is reported only once
configure:1657: for each function it appears in.)
configure:1657: parse error before `endian'
configure: failed program was:
#line 1651 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
int main() {

#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
bogus endian macros
#endif
; return 0; }
configure:1710: gcc -o conftest conftest.c 1>&5


Martin.
--
Unix _IS_ user friendly - it's just selective about who its friends are !
--------------------------------------------------------------------------



  • Solaris-Trouble, Martin Spott, 01/13/1999

Archive powered by MHonArc 2.6.24.

Top of Page