Skip to Content.
Sympa Menu

freetds - Re: Version 0.46pre1

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Brian Bruns <camber AT umcc.ais.org>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: Version 0.46pre1
  • Date: Fri, 20 Aug 1999 17:21:41 -0400 (EDT)


Yeah, I've got a fix to this, but it won't go in until later this weekend.
(The fix is to grab libtool 1.2 and use it to replace ltconfig and
ltmain.sh that comes with the package).

Brian

On Fri, 20 Aug 1999, Martin Spott wrote:

> > As usual, unless there is a show stopper this will be 0.46, so try it!
>
> Out of the box on Solaris2.5.1/Sparc with autoconf-2.13, automake-1.4 and
> libtool-1.3.3, 'make' stops here:
>
> cd . && aclocal
> cd . && automake --gnu --include-deps Makefile
> cd . && autoconf
> configure.in:27: warning: AC_TRY_RUN called without default to allow cross
> compiling
> [...]
> updating cache /dev/null
> ltconfig: unrecognized option `--no-reexec'
> Try `ltconfig --help' for more information.
> configure: error: libtool configure failed
> make: *** [config.status] Error 1
>
>
> Then I use to apply this patch to freetds/aclocal.m4 (already _after_ having
> run 'make' for the first time !):
>
> --- freetds/aclocal.m4 Fri Aug 20 21:47:00 1999
> +++ freetds_patched/aclocal.m4 Fri Aug 20 21:44:19 1999
> @@ -115,7 +115,7 @@
> LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
> LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
> DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
> -${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
> +${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \
> $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
> || AC_MSG_ERROR([libtool configure failed])
>
> @@ -149,7 +149,6 @@
> dnl
>
> # Check for any special flags to pass to ltconfig.
> -libtool_flags="--cache-file=$cache_file"
> test "$enable_shared" = no && libtool_flags="$libtool_flags
> --disable-shared"
> test "$enable_static" = no && libtool_flags="$libtool_flags
> --disable-static"
> test "$enable_fast_install" = no && libtool_flags="$libtool_flags
> --disable-fast-install"
>
>
> Afterwards 'make' succeeds - but my SPARC CPU is still considered to be
> little-endian :-)
>
> make[2]: Entering directory /usr/local/src/freetds/src/tds'
> /bin/sh ../../libtool --mode=compile gcc -DPACKAGE=\"freetds\"
> -DVERSION=\"0.46\
> " -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_UNISTD_H=1
> -DWORDS_BIGENDIAN=1 -DH
> AVE_STRFTIME=1 -I. -I. -I../../include -g -O2 -DHW_LITTLE_ENDIAN
> -DTDS50 -c
> ^^^^^^^^^^^^^^^^
> mem.c
> gcc -DPACKAGE=\"freetds\" -DVERSION=\"0.46\" -DSTDC_HEADERS=1
> -DHAVE_SYS_WAIT_H=
> 1 -DHAVE_UNISTD_H=1 -DWORDS_BIGENDIAN=1 -DHAVE_STRFTIME=1 -I. -I.
> -I../../includ
> e -g -O2 -DHW_LITTLE_ENDIAN -DTDS50 -Wp,-MD,.deps/mem.pp -c -fPIC -DPIC
> mem.c
> ^^^^^^^^^^^^^^^^
> mv -f mem.o mem.lo
> [...]
>
>
> Martin.
> --
> Unix _IS_ user friendly - it's just selective about who its friends are !
> --------------------------------------------------------------------------
>
> ---
> You are currently subscribed to freetds as: camber AT ais.org
> To unsubscribe, forward this message to $subst('Email.Unsub')
>
>





Archive powered by MHonArc 2.6.24.

Top of Page