all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pierre Neidhardt <ambrevar@gmail.com>
To: Hinko Kocevar <Hinko.Kocevar@esss.se>
Cc: "help-guix@gnu.org" <help-guix@gnu.org>
Subject: Re: 'libstdc++.so.6' cannot be found in RUNPATH ()
Date: Mon, 25 Jun 2018 21:03:19 +0200	[thread overview]
Message-ID: <87efguheo8.fsf@gmail.com> (raw)
In-Reply-To: <603614f230c34b95bb3605c455d2f16b@esss.se>

[-- Attachment #1: Type: text/plain, Size: 549 bytes --]

Hi Hinko!

Packaging is done in a sandboxed environment that is totally independent of your
installation.
So you don't need to install gcc at all.

You don't need to propagate the input either, because the end-user only cares
about the package, not the dependent libraries.

Last, you seem to have forgotten the version in the input.

Try with the following line instead:

    (inputs
      `(("gcc:lib" ,gcc-5 "lib")))

Hope that helps.



-- 
Pierre Neidhardt

Speak softly and own a big, mean Doberman.
		-- Dave Millman

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

  reply	other threads:[~2018-06-25 19:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-25 18:45 'libstdc++.so.6' cannot be found in RUNPATH () Hinko Kocevar
2018-06-25 19:03 ` Pierre Neidhardt [this message]
2018-06-25 19:57   ` Hinko Kocevar
2018-06-26 11:43 ` Ludovic Courtès
2018-06-26 12:35   ` Hinko Kocevar
2018-06-27 17:53     ` Timothy Sample

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87efguheo8.fsf@gmail.com \
    --to=ambrevar@gmail.com \
    --cc=Hinko.Kocevar@esss.se \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.