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: "Doug Poland" <dpoland AT execpc.com>
  • To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
  • Subject: Re: freetds digest: April 27, 2000, error with Makefile
  • Date: Mon, 1 May 2000 13:13:24 -0500


>
> 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





Archive powered by MHonArc 2.6.24.

Top of Page