Project

General

Profile

Actions

Bug #9317

closed

--with-opt-dirがLDFLAGS, DLDFLAGSに反映されない

Added by kimuraw (Wataru Kimura) over 10 years ago. Updated about 10 years ago.

Status:
Closed
Target version:
-
ruby -v:
ruby 2.2.0dev (2013-12-29 trunk 44457) [x86_64-darwin13.0]
[ruby-dev:47868]

Description

./configureに--with-opt-dirで与えたパスがCPPFLAGSには設定されますが、
LDFLAGSとDLDFLAGSに設定されません。

opt-dirの処理をしている時点で、LIBPATHFLAGやRPATHFLAGに値がまだないためだと思います。

trunkと2.1で発生しています。2.0では起きません。

Actions #1

Updated by nobu (Nobuyoshi Nakada) over 10 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

This issue was solved with changeset r44476.
Wataru, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.


configure.in: LDFLAGS and DLDFLAGS for opt-dir

  • configure.in: reset LDFLAGS and DLDFLAGS for opt-dir again after
    LIBPATHFLAG and RPATHFLAG are set. [ruby-dev:47868] [Bug #9317]

Updated by naruse (Yui NARUSE) about 10 years ago

  • Backport changed from 1.9.3: DONTNEED, 2.0.0: DONTNEED, 2.1: REQUIRED to 1.9.3: DONTNEED, 2.0.0: DONTNEED, 2.1: DONE
Actions

Also available in: Atom PDF

Like0
Like0Like0