Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2776)

Issue 7124057: [PATCH] build: add -Wl,-rpath=path to $gmplibs

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 3 months ago by minux1
Modified:
11 years, 3 months ago
Reviewers:
jakub, bonzini, mikestump, dj, neroden, ralf.wildenhues, aoliva
CC:
gcc-patches_gcc.gnu.org, iant2
Base URL:
svn://gcc.gnu.org/svn/gcc/trunk/
Visibility:
Public.

Description

2013-01-18 Shenghou Ma <minux.ma@gmail.com> * configure.ac: add -Wl,-rpath=path to $gmplibs * configure: Re-generate.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -4 lines) Patch
M configure View 1 chunk +2 lines, -2 lines 0 comments Download
M configure.ac View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 9
minux1
some systems (notably NetBSD), doesn't place the path where libgmp, libmpfr, libmpc resides into /etc/ld.so.conf, ...
11 years, 3 months ago (2013-01-17 19:11:12 UTC) #1
jakub_redhat.com
On Thu, Jan 17, 2013 at 07:11:12PM +0000, minux.ma@gmail.com wrote: > Reviewers: bonzini_gnu.org, dj_redhat.com, neroden_gcc.gnu.org, ...
11 years, 3 months ago (2013-01-17 19:16:53 UTC) #2
mikestump_comcast.net
On Jan 17, 2013, at 11:11 AM, minux.ma@gmail.com wrote: > I assume all the linkers ...
11 years, 3 months ago (2013-01-17 19:26:18 UTC) #3
minux1
On Fri, Jan 18, 2013 at 3:16 AM, Jakub Jelinek <jakub@redhat.com> wrote: > This is ...
11 years, 3 months ago (2013-01-17 19:27:27 UTC) #4
mikestump_comcast.net
On Jan 17, 2013, at 11:11 AM, minux.ma@gmail.com wrote: > some systems (notably NetBSD), doesn't ...
11 years, 3 months ago (2013-01-17 19:39:22 UTC) #5
minux1
On Fri, Jan 18, 2013 at 3:39 AM, Mike Stump <mikestump@comcast.net> wrote: > On Jan ...
11 years, 3 months ago (2013-01-17 20:05:51 UTC) #6
bonzini_gnu.org
Il 17/01/2013 21:05, minux ha scritto: >> > >> > I think gcc should try ...
11 years, 3 months ago (2013-01-18 08:17:23 UTC) #7
mikestump_comcast.net
On Jan 17, 2013, at 12:05 PM, minux <minux.ma@gmail.com> wrote: > On Fri, Jan 18, ...
11 years, 3 months ago (2013-01-18 17:48:59 UTC) #8
bonzini_gnu.org
11 years, 3 months ago (2013-01-19 13:45:07 UTC) #9
Il 18/01/2013 18:48, Mike Stump ha scritto:
> Now, I'm happy to have a shared library expert weigh in and explain
> why we should not fail the build…  I'm happy to defer to them, if
> there is a compelling reason why someone would compile things this
> way.  I just can't help but think we serve the user more by insisting
> up front, on being able to find the libraries at run time.

Because to some extent we expect the user to know what he's doing.  We
cannot cater for any mistake, and that's what this is.  A mismatch
between the link-time path and LD_RUN_PATH/LD_LIBRARY_PATH is simply a
mistake.

Paolo
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b