Re: single (debug) binaries from base source tree install fails (/usr/bin/true)

From: Kostik Belousov <kostikbel_at_gmail.com>
Date: Fri, 22 Jan 2010 14:08:56 +0200
On Fri, Jan 22, 2010 at 12:51:29PM +0100, Dag-Erling Sm??rgrav wrote:
> Harald Schmalzbauer <h.schmalzbauer_at_omnilan.de> writes:
> > I try to install a DEBUG_FLAGS=-g version of top since it core dumps
> > on my 8.0-RELEASE box.
> 
> How?
> 
> > Compiling works with warnings, but installing fails with superfluous
> > "/usr/bin/true" after install:
> >
> > install /usr/bin/true -o root -g wheel -m 555   top /usr/bin
> > install: -o: No such file or director
> 
> You screwed up somewhere...  built in the wrong directory or something.
> The correct procedure is simply:
> 
> % cd /usr/src/usr.bin/top
> % make clean
> % make DEBUG_FLAGS=-g
> % make install

make install shall be done with DEBUG_FLAGS=-g too, otherwise installed
binary will be stripped.

Received on Fri Jan 22 2010 - 11:09:03 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:00 UTC