Skip to Content.
Sympa Menu

freetds - Re: compile problems on dg/ux

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: compile problems on dg/ux
  • Date: Thu, 16 Sep 1999 07:24:25 -0400 (EDT)



DG/UX? Wow. Autoconf/automake is not required, it will simply use them if
you have them. As far as the make error goes, freetds requires gmake, so
I'd guess that is the problem there. I suppose I should fix configure to
bomb if gmake isn't there.

Hope this helps

Brian

On Thu, 16 Sep 1999, Jeff Driscoll wrote:

> Attempting to compile 0.46 on Data General DG/UX R4.20MU04 and getting the
> following error:
>
> dgtest# make
> No suffix list.
> Making all in src
> No suffix list.
> Making all in tds
> Make: line 226: syntax error. Stop.
> *** Error code 1
>
> Stop.
> *** Error code 1
>
> Stop.
> dgtest#
>
> I do not have autoconf or automake or auto* installed. Line 226 in
> src/tds/Makefile has something to do with .deps files. Is that required to
> get version 0.46 compiled?
>
> Did I understand correctly from a message Brian posted that 0.47 due
> shortly would not required autoconf?
>
> This the output of ./configure
>
> loading cache ./config.cache
> checking for a BSD compatible install... ./install-sh -c
> checking whether build environment is sane... yes
> checking whether make sets ${MAKE}... (cached) yes
> checking for working aclocal... missing
> checking for working autoconf... missing
> checking for working automake... missing
> checking for working autoheader... missing
> checking for working makeinfo... missing
> checking for gcc... (cached) 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... (cached) yes
> checking whether gcc accepts -g... (cached) yes
> checking whether make sets ${MAKE}... (cached) yes
> checking for a BSD compatible install... ./install-sh -c
> checking for ranlib... (cached) :
> checking host system type... i586-dg-dguxR4.20MU04
> checking for ld used by GCC... (cached) /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... (cached) no
> checking for BSD-compatible nm... (cached) /usr/ucb/nm -p
> checking whether ln -s works... (cached) yes
> checking for object suffix... o
> checking for executable suffix... 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 if gcc supports -c -o file.lo... yes
> checking if gcc supports -fno-rtti -fno-exceptions ... no
> checking if gcc static flag -static works... -static
> checking if the linker (/usr/bin/ld) is GNU ld... no
> checking whether the linker (/usr/bin/ld) supports shared libraries... yes
> checking command to parse /usr/ucb/nm -p output... ok
> checking how to hardcode library paths into programs... immediate
> checking for /usr/bin/ld option to reload object files... -r
> checking dynamic linker characteristics... dguxR4.20MU04 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... (cached) gcc -E
> checking for ANSI C header files... (cached) yes
> checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
> checking for unistd.h... (cached) yes
> checking whether struct tm is in sys/time.h or time.h... (cached) time.h
> checking whether byte ordering is bigendian... (cached) no
> checking for strftime... (cached) yes
> checking for socket... (cached) no
> creating ./config.status
> creating include/tdsver.h
> creating Makefile
> creating include/Makefile
> creating src/dblib/Makefile
> creating src/ctlib/Makefile
> creating src/Makefile
> creating src/tds/Makefile
> creating src/server/Makefile
> creating src/odbc/Makefile
> creating samples/Makefile
> creating src/dblib/unittests/Makefile
>
>
> ---
> 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