Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Aug 2017 14:36:59 +0300
From:      Michael Zhilin <mizhka@freebsd.org>
To:        Ed Maste <emaste@freebsd.org>, freebsd-current@freebsd.org
Subject:   [libelftc] internal library or not?
Message-ID:  <CAF19XBKZEEeS2B6qhZHuVO9eRo4TCKSiUso__LHdf6aMfU5ikw@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi Ed, freebsd-current,

I want to add C++ demangling into sysutils/pstack. In man pages I've found
eltfc_demangle, exact what I need. This function belongs to libelftc. "make
installworld" installs man pages and include files, but there is no
installed library. As results compilation error is occuried.

In Makefile I've noticied line "INTERNALLIB=" which avoids installation of
".a" file. Commenting it allows to compile program, but I wonder what is
correct way to use elftc_demangle. Is elftoolchain internal and can't be
used by ports as all (i.e. man pages and include file to be removed from
world installation)?

Thank you in advance,
  Michael.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAF19XBKZEEeS2B6qhZHuVO9eRo4TCKSiUso__LHdf6aMfU5ikw>