Skip to Content.
Sympa Menu

freetds - RE: [freetds] 0.63 Release Candidate 2

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Spadea, David NYC" <DBSpadea AT citco.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] 0.63 Release Candidate 2
  • Date: Wed, 1 Dec 2004 10:05:56 -0500

James et al,

I am having difficulty building 0.63-RC[12] on Solaris. I've pasted the
configure for RC2 and make below (the make dies immediately).

RC1 gets past this stage, but produces hundreds of lines of errors building
odbc.c. I was unable to get around this, because the addition of
--disable-odbc to the configure did not disable the build of this file. I
even tried a fresh untar of the source before adding the --disable-odbc
switch. For the record, I'm building against unixODBC-2.2.10. I didn't paste
output because there's a LOT of it, and I don't know if it's still a problem
in RC2. It can be produced upon request.

I was able to successfully build 0.62 after adding --disable-apps (tsql
wouldn't build, but that's really just an annoyance at this point).

I'm happy to test any fixes/workarounds available.

Thanks for your time and any pointers you can provide,
Dave


lyca:/export/home/dbspadea/freetds-0.63RC2 $ ./configure
--prefix=/export/home/dbspadea/3rd/freetds0.63RC2
--with-unixodbc=~/3rd/unixODBC/ --with-tdsver=4.2
checking for a BSD-compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking build system type... sparc-sun-solaris2.9
checking host system type... sparc-sun-solaris2.9
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... egrep
checking for ld used by gcc... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for /usr/ccs/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/ccs/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 262144
checking command to parse /usr/ccs/bin/nm -p output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/ccs/bin/ld) supports shared
libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... solaris2.9 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking whether the g++ linker (/usr/ccs/bin/ld) supports shared
libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/ccs/bin/ld) supports shared
libraries... yes
checking dynamic linker characteristics... solaris2.9 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/ccs/bin/ld) supports shared
libraries... yes
checking dynamic linker characteristics... solaris2.9 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking for iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, const char * *inbuf, size_t
*inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for doxygen... no
checking for library containing socket... -lsocket
checking for library containing gethostbyname... -lnsl
checking for library containing tgetent... -lncurses
checking for readline in -lreadline... no
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for unistd.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for sys/types.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking paths.h usability... no
checking paths.h presence... no
checking for paths.h... no
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking odbcss.h usability... no
checking odbcss.h presence... no
checking for odbcss.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking whether INADDR_NONE is defined... no
checking for char... yes
checking size of char... 1
checking for short... yes
checking size of short... 2
checking for long... yes
checking size of long... 4
checking for int... yes
checking size of int... 4
checking for float... yes
checking size of float... 4
checking for double... yes
checking size of double... 8
checking for long double... yes
checking size of long double... 16
checking for long long... yes
checking size of long long... 8
checking for __int64... no
checking size of __int64... 0
checking for void *... yes
checking size of void *... 4
checking is FIONBIO defined... need -DBSD_COMP
checking for socklen_t... yes
checking whether byte ordering is bigendian... yes
checking for an ANSI C-conforming const... yes
checking whether we can use -Wl,-Bsymbolic... yes
checking whether we can use -static-libgcc... yes
checking for vsnprintf... yes
checking for gettimeofday... yes
checking for basename... yes
checking for nl_langinfo... yes
checking for locale_charset... no
checking for setenv... no
checking for putenv... yes
checking for getuid... yes
checking for getpwuid... yes
checking for getpwuid_r... yes
checking for inet_ntoa_r... yes
checking for getipnodebyaddr... yes
checking for getipnodebyname... yes
checking for freehostent... yes
checking for getaddrinfo... yes
checking for getnameinfo... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for gethostname... yes
checking for sethostent_r... no
checking for gethostent_r... yes
checking for asprintf... no
checking for vasprintf... no
checking for atoll... yes
checking for strtok_r... yes
checking whether malloc_options variable is present... no
checking compile-time options
~/3rd/unixODBC/
looking for installed odbc driver manager
checking for SQLGetPrivateProfileString in -lodbcinst... no
checking threadsafety... enabled
checking for which type of gethostbyname_r... five
checking for which type of getservbyname_r... five
checking for which type of gethostbyaddr_r... seven
checking for which type of getpwuid_r... four_pw
checking for which type of localtime_r... struct
configure: debug enabled
done
configure: creating ./config.status
config.status: creating include/tdsver.h
config.status: creating include/tds_sysdep_public.h
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating doc/Makefile
config.status: creating samples/Makefile
config.status: creating src/Makefile
config.status: creating src/tds/Makefile
config.status: creating src/tds/unittests/Makefile
config.status: creating src/dblib/Makefile
config.status: creating src/dblib/unittests/Makefile
config.status: creating src/ctlib/Makefile
config.status: creating src/ctlib/unittests/Makefile
config.status: creating src/replacements/Makefile
config.status: creating src/server/Makefile
config.status: creating src/pool/Makefile
config.status: creating src/odbc/Makefile
config.status: creating src/odbc/unittests/Makefile
config.status: creating src/apps/Makefile
config.status: creating freetds.spec
config.status: creating win32/Makefile
config.status: creating win32/msvc6/Makefile
config.status: creating win32/dev-cpp/Makefile
config.status: creating win32/version.rc
config.status: creating win32/freetds.nsh
config.status: creating include/config.h
config.status: include/config.h is unchanged
config.status: executing depfiles commands
lyca:/export/home/dbspadea/freetds-0.63RC2 $ make
Making all in include
make[1]: Entering directory `/export/home/dbspadea/freetds-0.63RC2/include'
cd .. && /bin/bash /export/home/dbspadea/freetds-0.63RC2/missing --run
autoheader
configure.in:75: /usr/local/bin/m4: ERROR: Reading inserted file: No such
file or directory
autom4te: /usr/local/bin/m4 failed with exit status: 1
autoheader: /usr/local/bin/autom4te failed with exit status: 1
make[1]: *** [config.h.in] Error 1
make[1]: Leaving directory `/export/home/dbspadea/freetds-0.63RC2/include'
make: *** [all-recursive] Error 1




-----Original Message-----
From: freetds-bounces AT lists.ibiblio.org
[mailto:freetds-bounces AT lists.ibiblio.org] On Behalf Of James K. Lowden
Sent: Tuesday, November 30, 2004 11:19 PM
To: TDS Development Group
Subject: [freetds] 0.63 Release Candidate 2



http://ibiblio.org/pub/Linux/ALPHA/freetds/stable/freetds-0.63RC2.tar.gz

* Includes Bill's fix to dbresults/dbmorecmds.
* libtds is version 4.0.0.
* some updated documentation.

Please test it with your favorite OS. I'm guessing I'll release it Sunday
if there are no complaints.

--jkl
_______________________________________________
FreeTDS mailing list
FreeTDS AT lists.ibiblio.org http://lists.ibiblio.org/mailman/listinfo/freetds




Archive powered by MHonArc 2.6.24.

Top of Page