curl / Mailing Lists / curl-users / Single Mail

curl-users

Re: Building curl 7.57.0 on Solaris 9

From: Dan Fandrich <dan_at_coneharvesters.com>
Date: Wed, 28 Feb 2018 11:06:23 +0100

On Tue, Feb 27, 2018 at 11:43:56AM +0000, Tamzin Oscroft wrote:
> make: Fatal error in reader: Makefile, line 3559: Badly formed macro assignment
> Current working directory /test/taz/18.2/curl-7.57.0/lib
> *** Error code 1
> make: Fatal error: Command failed for target `install-recursive'
> Line 3560 in lib/Makefile isn't an assignment - it's the line:
>
> -rm -f ./$(DEPDIR)/libcurl_la-sha256.Plo

The problem might not be *exactly* on that line but some lines before if the
issue is e.g., a missing parenthesis or quote or GNU-specific construct. Take a
closer look at the lines in the Makefile around that area and see if you can
spot something untoward. We try to keep the makefile compatible with non-GNU
make, but it occasionally happens that a GNUism slips in.

>>> Dan
-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2018-02-28