[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNU "make" error
From: |
Rahul V. Herwadkar |
Subject: |
Re: GNU "make" error |
Date: |
Tue, 20 Mar 2001 18:56:53 -0800 |
I could have sworn that the error I was getting was with GNU make 3.79.1
and that this GNU make was indeed in my path! Anyway, it seems to be
working now with GNU make so I guess I must have had the wrong make in
my path when I was getting that error! Thanks anyway...
--
Rahul V. Herwadkar | address@hidden | (650) 506-8130.
"Paul D. Smith" wrote:
>
> %% "Rahul V. Herwadkar" <address@hidden> writes:
>
> rvh> GNU Make version 3.79.1 gives the following error when invoked on the
> rvh> attached makefile:
>
> rvh> % make setup CFG="--prefix=/home/rherwadk/pkgs"
> rvh> make: Fatal error in reader: Makefile, line 19: Unexpected end of line
> rvh> seen
>
> GNU make never prints an error like that.
>
> Perhaps you're invoking the Solaris version of make. Check your PATH
> and make absolutely sure you're running GNU make (make --version) should
> print the GNU make version number).