problems with make

Michael Geier mgeier at cdmsports.com
Wed Aug 30 13:45:35 EDT 2000


thanks...I reinstalled the make-3.79.1 from gnu.org into a non-default dir
and renamed it.  worked just fine.

-----Original Message-----
From: bounce-freetds-114818 at franklin.oit.unc.edu
[mailto:bounce-freetds-114818 at franklin.oit.unc.edu]On Behalf Of Mark
Schaal
Sent: Wednesday, August 30, 2000 12:19 PM
To: TDS Development Group
Subject: [freetds] Re: problems with make



Are you really sure you are using GNU make and not the system make?
I named GNU make "gmake" when I installed it to keep things easy.
Check out the example below and see how similar it looks.


Script started on Wed Aug 30 10:13:49 2000
# make
Making all in src
Making all in tds
mksh: Fatal error in reader: = missing from replacement macro reference
Current working directory /logs/projects/DBI/freetds/src/tds
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /logs/projects/DBI/freetds/src
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'



# gmake
Making all in src
gmake[1]: Entering directory `/logs/projects/DBI/freetds/src'
Making all in tds
gmake[2]: Entering directory `/logs/projects/DBI/freetds/src/tds'
/bin/sh ../../libtool --mode=compile
gcc -DPACKAGE=\"freetds\" -DVERSION=\"0.50\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAI
T_H=1 -DHAVE_UNISTD_H=1 -DBSD_COMP=1 -DHAVE_STRFTIME=1  -I. -I.  -I../../inc
lude  -g -O2 -DHW_LITTLE_ENDIAN -DTDS42 -c mem.c
rm -f .libs/mem.lo
gcc -DPACKAGE=\"freetds\" -DVERSION=\"0.50\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAI
T_H=
1 -DHAVE_UNISTD_H=1 -DBSD_COMP=1 -DHAVE_STRFTIME=1 -I. -I. -I../../include -
g -O 2 -DHW_LITTLE_ENDIAN -DTDS42 -Wp,-MD,.deps/mem.p -c  -fPIC -DPIC
mem.c -o .libs/ mem.lo
.
.
.
etc

script done on Wed Aug 30 10:14:02 2000

--
Mark J. Schaal					Phone:      (909) 620-7724
TST On Ramp					Fax:	    (909) 620-8174
System Administrator				E-Mail: mark at tstonramp.com

---
You are currently subscribed to freetds as: mgeier at cdmsports.com
To unsubscribe, forward this message to
$subst('Email.Unsub')




More information about the FreeTDS mailing list