Skip to Content.
Sympa Menu

freetds - Re: Planning for release 0.45

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Martin Spott <martin AT quickstep.cologne.de>
  • To: freetds AT franklin.oit.unc.edu
  • Subject: Re: Planning for release 0.45
  • Date: Thu, 3 Jun 1999 16:46:40 +0200


> [...] If you have bugs/missing features/programs to
> test/suggestions that are not listed here, please let me know so I can try
> to get them in.

Configuring on Solaris2.5.1/Sparc seems to work, though compiling starts
like this:

cd . && automake --gnu --include-deps Makefile
aclocal.m4: 23: `AM_PROG_INSTALL' is obsolete; use `AC_PROG_INSTALL'
make: *** [Makefile.in] Error 1


If I change line 23 to "[AC_REQUIRE([AC_PROG_INSTALL])"
^

then the compiler does'nt worry about it. Though later I experience this:

gcc -DPACKAGE=\"freetds\" -DVERSION=\"0.41\" -DSTDC_HEADERS=1
-DHAVE_SYS_WAIT_H=1 -DHAVE_UNISTD_H=1 -DWORDS_BIGENDIAN=1 -DHAVE_STRFTIME=1
-I. -I. -I../../include -I/opt/gnu/include -I/usr/local/include -O3
-DHW_LITTLE_ENDIAN -DTDS50 -Wp,-MD,.deps/convert.p -c -fPIC -DPIC convert.c
convert.c:489: warning: `_string_to_tm' was declared implicitly `extern' and
later `static'
convert.c:98: warning: previous declaration of `_string_to_tm'
convert.c: In function `_string_to_tm':
convert.c:490: parse error before `1'
convert.c:515: duplicate case value
convert.c:503: this is the first entry for that value
make[2]: *** [convert.lo] Error 1
make[2]: Leaving directory `/usr/local/src/freetds/src/tds'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/freetds/src'
make: *** [all-recursive] Error 1


Craig, did you have a try on the our Solaris/Sparc these days/weeks ? Now it
offers egcs-1.1.2, libtool-1.3, perl-5.005.02, DBI-1.06,

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




Archive powered by MHonArc 2.6.24.

Top of Page