Skip to Content.
Sympa Menu

freetds - compile problems on dg/ux

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Jeff Driscoll" <jdriscol AT gate.net>
  • To: freetds
  • Subject: compile problems on dg/ux
  • Date: Thu, 16 Sep 1999 1:51:34


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





Archive powered by MHonArc 2.6.24.

Top of Page