Skip to Content.
Sympa Menu

freetds - Re: compile fails on solaris 2.6(fatal error in reader)

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Gu Zheng-hao" <guzh AT lucent.com>
  • To: freetds
  • Subject: Re: compile fails on solaris 2.6(fatal error in reader)
  • Date: Fri, 19 May 2000 1:4:17


Hi,
I have already used the GNU make 3.79 with Freetds 5.0 and Freetds
snapshot On Solaris 2.6, but it still failed.
Following is the screen output of GNU make.
Could you pls give me any advice with this?
Thanks in advance!

Best regards,

GZH

============================================================
$ cc -V
cc: WorkShop Compilers 4.2 30 Oct 1996 C 4.2
usage: cc [ options] files. Use 'cc -flags' for details
$ gmake -v
GNU Make version 3.79, by Richard Stallman and Roland McGrath.
Built for sparc-sun-solaris2.6
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99
Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

Report bugs to <bug-make AT gnu.org>.
$ gmake
cd . && /home/see/gzh/tmp/tarf/freetds/missing automake --gnu Makefile
WARNING: `automake' is missing on your system. You should only need it if
you modified `Makefile.am', `acinclude.m4' or `configure.in'.
You might want to install the `Automake' and `Perl' packages.
Grab them from any GNU archive site.
cd . \
&& CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating Makefile
Making all in src
gmake[1]: Entering directory `/home/see/gzh/tmp/tarf/freetds/src'
cd .. \
&& CONFIG_FILES=src/Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating src/Makefile
gmake[1]: Leaving directory `/home/see/gzh/tmp/tarf/freetds/src'
gmake[1]: Entering directory `/home/see/gzh/tmp/tarf/freetds/src'
Making all in tds
gmake[2]: Entering directory `/home/see/gzh/tmp/tarf/freetds/src/tds'
cd ../.. \
&& CONFIG_FILES=src/tds/Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating src/tds/Makefile
gmake[2]: Leaving directory `/home/see/gzh/tmp/tarf/freetds/src/tds'
gmake[2]: Entering directory `/home/see/gzh/tmp/tarf/freetds/src/tds'
/bin/sh ../../libtool --mode=compile cc -DPACKAGE=\"freetds\"
-DVERSION=\"0.50\"
-DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_UNISTD_H=1 -DWORDS_BIGENDIAN=1
-DHA
VE_STRFTIME=1 -I. -I. -I../../include -g -DHW_BIG_ENDIAN -DTDS42 -c
mem.c
mkdir .libs
cc -DPACKAGE=\"freetds\" -DVERSION=\"0.50\" -DSTDC_HEADERS=1
-DHAVE_SYS_WAIT_H=1
-DHAVE_UNISTD_H=1 -DWORDS_BIGENDIAN=1 -DHAVE_STRFTIME=1 -I. -I.
-I../../include
-g -DHW_BIG_ENDIAN -DTDS42 -Wp,-MD,.deps/mem.pp -c -KPIC -DPIC mem.c -o
mem.o
command line: fatal: invalid arg for option M D: No such file or
directory
cc: acomp failed for mem.c
gmake[2]: *** [mem.lo] Error 1
gmake[2]: Leaving directory `/home/see/gzh/tmp/tarf/freetds/src/tds'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/see/gzh/tmp/tarf/freetds/src'
gmake: *** [all-recursive] Error 1
============================================================





Archive powered by MHonArc 2.6.24.

Top of Page