From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-user+bounces-142787-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C28ED1381F3 for <garchives@archives.gentoo.org>; Wed, 21 Nov 2012 22:20:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D05E21C064; Wed, 21 Nov 2012 22:19:53 +0000 (UTC) Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com [209.85.214.53]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3935E0713 for <gentoo-user@lists.gentoo.org>; Wed, 21 Nov 2012 22:17:50 +0000 (UTC) Received: by mail-bk0-f53.google.com with SMTP id j5so3237459bkw.40 for <gentoo-user@lists.gentoo.org>; Wed, 21 Nov 2012 14:17:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ZDjMfDs2EZqM98k4pfPy9ZvajjEdaQW9Hy0yxx04stQ=; b=a2wWUm4kZlEOYx9V22gYlxqunKDrWbKr2QlDiFOKlgdxPlZ//dcajKGRMvw5a3nsRN EYXrfg25+YVGtRei5VQvEvD8BtqhI0rOGlA0oiIVuLH+l0dEEZhLnghr1564kf2ti84r nujrXz1VF3noC7HbA/+mRVPan0nw3x61yivgtSD1/adwi+5udx24ux1St9M1eGRToY5i jYsop8bklZDDNuu/Ntbe59Z14Ns+05W3B6LKRPrgB6mtj+a75slbLRp54+sPEIqGtBr4 HI6iSVKGn77Vy3ND4ej6wR/plu3+mfsZWl5Qb5ZtCbkT9WwDM+qv0h6xjloZA6DoNweA RZ6g== Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.204.156.139 with SMTP id x11mr7255865bkw.128.1353536269323; Wed, 21 Nov 2012 14:17:49 -0800 (PST) Received: by 10.205.26.137 with HTTP; Wed, 21 Nov 2012 14:17:49 -0800 (PST) In-Reply-To: <CAN0CFw3D_ySxieW9Mnq-0TLZcQsSi=24_hi6-rH3YtTWxSii8g@mail.gmail.com> References: <CAN0CFw152tjJL1sqpOAOQ1EDzxfs4ub9UuY6RLPE_SYNSMeDpA@mail.gmail.com> <20121121235737.28061d6b@khamul.example.com> <CAN0CFw3D_ySxieW9Mnq-0TLZcQsSi=24_hi6-rH3YtTWxSii8g@mail.gmail.com> Date: Wed, 21 Nov 2012 17:17:49 -0500 Message-ID: <CA+czFiBeAVhRejJTs2Vk6eKVT8ko7cuknk+f_h1PUvsgJd-Aqw@mail.gmail.com> Subject: Re: [gentoo-user] What is libgcc_s.so.1? From: Michael Mol <mikemol@gmail.com> To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 52285623-d337-4dec-a86e-6d1787a00a29 X-Archives-Hash: 724df3c5d79d6121aa059b5bed5bcbf3 On Wed, Nov 21, 2012 at 5:09 PM, Grant <emailgrant@gmail.com> wrote: [snip] > > Does this basically mean I must install gcc in order to have a working > system? Jude doesn't install gcc but he doesn't know why I'm getting that > error. I thought gcc was only necessary for compiling. Virtually all compilers also have a 'runtime' which is a library of routines common to the program executables they produce. GCC's is called libgcc. -- :wq