Skip to Content.
Sympa Menu

freetds - Re: freetds digest: April 27, 2000, error with Makefile

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Gary D. Duzan" <gdd0 AT gte.com>
  • To: Taz Win <tazwin1 AT yahoo.com>
  • Cc: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
  • Subject: Re: freetds digest: April 27, 2000, error with Makefile
  • Date: Mon, 01 May 2000 15:01:32 -0400


On this point, the test.sh runs "make" in various subdirectories
when what it really needs is GNU make. This is a Bad Thing.

Gary Duzan
GTE Laboratories



In Message
<LYR103859-53044-2000.05.01-14.43.28--gduzan#gte.com AT franklin.oit.unc.edu> ,
Taz Win <tazwin1 AT yahoo.com> wrote:

=>Are you using GMAKE? If not that is your problem.
=>
=>--- Doug Poland <dpoland AT execpc.com> wrote:
=>> >
=>> > several users wrote me in the meantime that they
=>> > found my little instruction how to set up FreeTDS,
=>> > PHP3 and Apache useful. However, the meaning of
=>> > the PWD file is a common question. Therefore I
=>> > added some details here and repost the
=>> instruction.
=>> >
=>> >
=>> >
=>>
=>------------------------------------------------------------------------------
=>> > 1. Build FreeTDS
=>> > $ ./configure --prefix=/path/to/freetds
=>> --with-tdsver=4.2
=>> > $ make
=>> > $ make install
=>> > $ export SYBASE=/path/to/freetds
=>> > $ export LD_LIBRARY_PATH=/path/to/freetds/lib
=>> (or expand if
=>> > already existing)
=>> >
=>>
=>> Hi,
=>>
=>> I just downloaded the latest FreeTDS and was
=>> attempting
=>> to follow the listed instructions. When I ran make,
=>> I
=>> got the following error message...
=>>
=>> # make
=>> Making all in src
=>> Making all in tds
=>> "Makefile", line 231: Need an operator
=>> make: fatal errors encountered -- cannot continue
=>> *** Error code 1
=>>
=>> Stop.
=>> *** Error code 1
=>>
=>> Line 231 of my Makefile look like this...
=>>
=>> 230 dist-all: distdir
=>> 231 -chmod -R a+r $(distdir)
=>> 232 GZIP=$(GZIP_ENV) $(TAR) chozf
=>> $(distdir).tar.gz $(distdir)
=>> 233 -rm -rf $(distdir)
=>>
=>> Does anyone know what went wrong here?
=>>
=>> TIA!
=>>
=>> --
=>> Doug Poland
=>> dpoland AT execpc.com
=>>
=>>
=>> ---
=>> You are currently subscribed to freetds as:
=>> tazwin1 AT yahoo.com
=>> To unsubscribe, forward this message to
=>> $subst('Email.Unsub')
=>>
=>>
=>
=>__________________________________________________
=>Do You Yahoo!?
=>Send instant messages & get email alerts with Yahoo! Messenger.
=>http://im.yahoo.com/
=>
=>---
=>You are currently subscribed to freetds as: gduzan AT gte.com
=>To unsubscribe, forward this message to $subst('Email.Unsub')
=>




Archive powered by MHonArc 2.6.24.

Top of Page