Skip to Content.
Sympa Menu

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

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Taz Win <tazwin1 AT yahoo.com>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: Re: freetds digest: April 27, 2000, error with Makefile
  • Date: Mon, 1 May 2000 11:43:50 -0700 (PDT)


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/




Archive powered by MHonArc 2.6.24.

Top of Page