Date: Thu, 18 Jan 2001 21:52:21 +0200 From: Maxim Sobolev <sobomax@FreeBSD.org> To: Warner Losh <imp@harmony.village.org> Cc: "Bruce A. Mah" <bmah@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386RELNOTES.TXT Message-ID: <3A674974.41D969E6@FreeBSD.org> References: <3A674561.53C4E456@FreeBSD.org> <200101181925.f0IJPed71392@freefall.freebsd.org> <200101181940.f0IJeQs47623@harmony.village.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Warner Losh wrote:
> In message <3A674561.53C4E456@FreeBSD.org> Maxim Sobolev writes:
> : Warner: I think it's worth to be mentioned in src/UPDATING, as
> : someone who does update using "make world" should manually remove
> : old /usr/lib/ligcc_r.a and for transition period (many ports assume
> : that gcc_r is present) replace it with symbolic link to libgcc.a.
>
> Write me an entry, and I'll publish it. Or proof the following:
> libgcc_r.a has been depricated. Before doing a installworld,
> you'll need to
> rm /usr/lib/libgcc_r.a
> ln -s /usr/lib/libgcc.a /usr/lib/libgcc_r.a
> after the ports collection has been updated, you can remove
> the libgcc_r.a symlink.
How about the following edition?
libgcc_r.a has been depricated. After doing a installworld,
you'll need to
rm /usr/lib/libgcc_r.a
ln -s /usr/lib/libgcc.a /usr/lib/libgcc_r.a
after the ports collection has been updated (right now many
ports still expect that the libgcc_r exists), you can remove
the libgcc_r.a symlink.
-Maxim
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A674974.41D969E6>
