On Wednesday 09 February 2005 04:45 am, Holly Bostick <[EMAIL PROTECTED]> 
wrote:
> Shaun Lipscombe wrote:
> > If you emerge a program and it fails.. and you then re-emerge it, is
> > there a way to tell emerge to continue compiling from where it left
> > off using the .o files that are already compiled?
>
> Actually, emerge does compile from where it left off in some respect; it
> does start the process from the beginning, but if the section is found
> to already be compiled, it is not recompiled; Portage just goes on to
> the next part.

If by "section" you mean "package" then you are right.
However, the first part of emerging a single package is to clean the 
temporary directory for that package (ebuild package.ebuild clean), 
removing any already compiled .o, .so, and .la files, along with anything 
else.  To prevent the clean step you'll have to go back to using thing 
ebuild too staight: 'ebuild package.ebuild merge' will work fine.

-- 
Boyd Stephen Smith Jr.
[EMAIL PROTECTED]
ICQ: 514984 YM/AIM: DaTwinkDaddy

--
gentoo-user@gentoo.org mailing list

Reply via email to