From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B03E71381F3 for ; Sun, 12 May 2013 15:35:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89C27E0A5B; Sun, 12 May 2013 15:35:28 +0000 (UTC) Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com [74.125.82.47]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DCA16E0A41 for ; Sun, 12 May 2013 15:35:26 +0000 (UTC) Received: by mail-wg0-f47.google.com with SMTP id e11so5379425wgh.2 for ; Sun, 12 May 2013 08:35:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=mXDp7fyQdHlIWdXJUwe18tLSPHzAAY6jFXG5Nqw17I4=; b=tOR3dU3MkaFNTIN0HfixX4+cuhDspwdU9jHPUkXg34vw3ccFdMU5Xriis9O/DGfDA1 PXDP1GZOyucuIZYNjhaS3Q791EERDgzwHrxmO3v3kJDN5JF0PiB6+j9hcmIqd23nTIVg YDbtjkFrdqBC6Re+Ct/7XYR0Bk4KSamhDnn/XfTtKQEnrvXHUOvCpzHCFN/c61CUNMQC TjQHMF+AbQXRKIBBsTRMZaLbJY9afDeOVN53Lrhv3NbiYF9vhBFZ5myE4Z6hCBpxS0Dw pQ6UT4t4M9slpQ9QoKi1Orab/phVxNq/VUWhXF7zO4aTOGx6L1tg/VDbhHx+f9icJLt2 ++Pw== X-Received: by 10.180.183.133 with SMTP id em5mr13574081wic.26.1368372925602; Sun, 12 May 2013 08:35:25 -0700 (PDT) Received: from [172.20.0.41] (196-210-126-126.dynamic.isadsl.co.za. [196.210.126.126]) by mx.google.com with ESMTPSA id x13sm11009747wib.3.2013.05.12.08.35.23 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 12 May 2013 08:35:24 -0700 (PDT) Message-ID: <518FB6AA.7030903@gmail.com> Date: Sun, 12 May 2013 17:35:06 +0200 From: Alan McKinnon User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130413 Thunderbird/17.0.5 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Libreoffice Compile References: <20130511195338.03c3752a535485581b8f3acd@web.de> <518F623C.9080304@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 13ac4ce6-6e38-4fe8-8180-01ef3a2bba8e X-Archives-Hash: dea95f10c948eb12a4bf8593202aac73 On 12/05/2013 15:48, William Tomlinson wrote: > Correct me if I'm wrong, but it is possible from what I've read to cross > compile using distcc. > http://www.gentoo.org/doc/en/cross-compiling-distcc.xml seems to > describe this in detail, though the article is nearly 7 years old. I > would prefer this over a one shot package install since you could > offload ALL of your compiles. I have no personal experience with distcc > and it may be more of a headache than it is worth. I just know it was > one of the options I looked at for a similar issue. First, before I respond, please do not top-post. If Gmail's web-based client makes not top-posting hard then please rather use a different client. distcc is designed to do the same compile over many machines. By design, they all run on the same compiler settings. You do not have this scenario. You need to build on a P4 for Atom. That is not distcc, it is cross-compile - which is a mission to set up properly. If you are building for ARM then it is worth it. But for one package, and only because the Atom builds slow? I doubt it's worth it. Thus, I recommended you simply install libreoffice-bin > > On May 12, 2013 5:36 AM, "Alan McKinnon" > wrote: > > On 11/05/2013 19:53, Silvio Siefke wrote: > > Hello, > > > > is there a way that i can compile Libreoffice on my Desktop System and > > copy to the Netbook? Because the netbook need long time to compile > libreoffice, > > and the Desktop is little faster. Or can i build a libreoffice > Package on > > Desktop and copy to the netbook? > > > > The Netbook is a Samsung NC 10, Atom Processor and the Desktop is > a Fujitsu P4. > > > > > > > > Thank you & Greetings > > Silvio > > > > Your desktop is a P4 > Your netbook is an Atom > > Others have noted how CHOST and CFLAGS must match on both machines, > otherwise the Atom will probably not run P4 code. This will probably be > a huge issue in your life and quite honestly, totally not worth it for > just one package. > > Just install app-office/libreoffice-bin on the netbook instead > > -- > Alan McKinnon > alan.mckinnon@gmail.com > > -- Alan McKinnon alan.mckinnon@gmail.com