Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: build failure on mac



On Feb 17,  1:19pm, gdt%ir.bbn.com@localhost (Greg Troxel) wrote:
-- Subject: Re: build failure on mac

| The problem seems to be in external/gpl3/binutils/usr.sbin/dbsym/Makefile:
| 
|   revision 1.7
|   date: 2013/02/14 21:29:36;  author: christos;  state: Exp;  lines: +8 -4
|   re-order library dependencies to make sure that -lintl and -lz are after
|   the rest of the libraries so that static linking works.
| 
| There is;
| 
|   LDADD+=         -lz
|   DPADD+=         ${LIBZ}
| 
| which seems wrong in the HOSTPROG case.

I wonder how to fix this properly. Perhaps we need an autoconf test? Or
is it just enough not to include libz in the hostprog case?

christos


Home | Main Index | Thread Index | Old Index