Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jan 2001 12:40:26 -0700
From:      Warner Losh <imp@harmony.village.org>
To:        Maxim Sobolev <sobomax@FreeBSD.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:  <200101181940.f0IJeQs47623@harmony.village.org>
In-Reply-To: Your message of "Thu, 18 Jan 2001 21:34:57 %2B0200." <3A674561.53C4E456@FreeBSD.org> 
References:  <3A674561.53C4E456@FreeBSD.org>  <200101181925.f0IJPed71392@freefall.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
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.

Warner


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?200101181940.f0IJeQs47623>