Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Mar 2006 17:34:29 +0300
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        Olivier Houchard <cognet@FreeBSD.org>
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/rescue/rescue Makefile
Message-ID:  <20060327143429.GA47729@ip.net.ua>
In-Reply-To: <200603271256.k2RCuUU0014931@repoman.freebsd.org>
References:  <200603271256.k2RCuUU0014931@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--EeQfGwPcQSOJBaQU
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, Mar 27, 2006 at 12:56:30PM +0000, Olivier Houchard wrote:
> cognet      2006-03-27 12:56:30 UTC
>=20
>   FreeBSD src repository
>=20
>   Modified files:
>     rescue/rescue        Makefile=20
>   Log:
>   *sigh*
>   Move the -lbsdxml after -lgeom, so that ld doesn't get confused and pre=
tend
>   he can't find the symbol from libbsdxml needed in libgeom.
>   This should fix the rescue build breakage.
>  =20
>   Revision  Changes    Path
>   1.49      +2 -2      src/rescue/rescue/Makefile
>=20
Some time ago I've taught lorder(1) to understand .a libraries,
so it can be used to sort them in proper order, for example:

$ lorder /usr/lib/libc.a /usr/lib/libgeom.a /usr/lib/libbsdxml.a | tsort
/usr/lib/libgeom.a
/usr/lib/libbsdxml.a
/usr/lib/libc.a

Versions of lorder(1) in HEAD and RELENG_6 know about this.
This tool is essential to static linking.


Cheers,
--=20
Ruslan Ermilov
ru@FreeBSD.org
FreeBSD committer

--EeQfGwPcQSOJBaQU
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (FreeBSD)

iD8DBQFEJ/f1qRfpzJluFF4RAvJkAKCSpk+1ROt3t1tl+KPwA4G/sNOjMQCcC6g9
gPeDrL5j1ApHvyfdaOTk/rA=
=ZJfx
-----END PGP SIGNATURE-----

--EeQfGwPcQSOJBaQU--



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