This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Building GDB 7.3.92 with MinGW


On Tue, 10 Jan 2012, Tom Tromey wrote:

> Eli> Finally, a question: Why are we installing libraries (libbfd,
> Eli> libopcodes, libiberty) and the standards.info manual?  The libraries
> Eli> are not part of GDB, we import them from elsewhere.  "make install"
> Eli> will happily overwrite existing installation of these libraries that
> Eli> could potentially be newer, coming from their respective upstream
> Eli> distributions.  How about removing these from "make install"?
> 
> For libiberty, gcc is the authoritative source.  So, ask there.

My view is that libiberty should not be installed (unless 
--enable-install-libiberty or --enable-install-libbfd).  (These options 
already exist; it's just some defaults that are installing too much; maybe 
in some cases the options only control the headers not the libraries.)

http://gcc.gnu.org/wiki/ImprovementProjects#Toplevel_configuration_and_build_system

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]