X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Fri, 26 Feb 2021 13:15:45 +0100 (CET) From: Roland Lutz To: "Don Kuenz (mail AT crcomp DOT net) [via geda-user AT delorie DOT com]" Subject: Re: [geda-user] FreeBSD 12.2 "make all-recursive" error In-Reply-To: <202102260353.11Q3rrfx007192@delorie.com> Message-ID: References: <202102260353 DOT 11Q3rrfx007192 AT delorie DOT com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 26 Feb 2021, Don Kuenz (mail AT crcomp DOT net) [via geda-user AT delorie DOT com] wrote: > You are correct, $< apparently doesn't work with FreeBSD 'make.' FreeBSD > now builds gschem error-free when gschem/src/Makefile.am contains the > lines shown below. Does the one, remaining $< near the top also need a > substitution? That's a good question. The build process uses $< in a number of places; I wonder why it's a problem here and not everywhere else. Maybe $< only works in suffix rules with FreeBSD `make'? If so, the $< in the `.c.x' rule should be fine. > Unfortunately, the binary's linked to an earlier version of libguile. What's the output of "pkg-config --libs guile-2.2" on your system? What do the lines below "checking for GUILE" in config.log say? What's the value of GUILE_PKG_NAME in your Makefile? Roland