General

Profile

mmannerm (Mika Mannermaa)

  • Login: mmannerm
  • Email: mmannerm@gmail.com
  • Registered on: 03/12/2014
  • Last sign in: 03/16/2014

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

03/16/2014

10:00 AM Ruby Bug #9624: Unrecognized command-line option (CLANG/Xcode 5.1) "-multiply_definedsuppress" prevents installation of gems / ruby on OS X
Mika Mannermaa wrote:
> Yup, installed rbenv and compiled ruby 2.1.1 from source.
> ...
And just to confirm with 2.0.0-p247:
$ ruby -e 'p RbConfig::CONFIG.values_at(*%w[GCC DLDFLAGS])'
["yes", "-Wl,-undefined,dynamic_lookup...
mmannerm (Mika Mannermaa)
09:55 AM Ruby Bug #9624: Unrecognized command-line option (CLANG/Xcode 5.1) "-multiply_definedsuppress" prevents installation of gems / ruby on OS X
Nobuyoshi Nakada wrote:
> Mika Mannermaa wrote:
> ...
Yup, installed rbenv and compiled ruby 2.1.1 from source.
$ ruby -e 'p RbConfig::CONFIG.values_at(*%w[GCC DLDFLAGS])'
["yes", "-Wl,-undefined,dynamic_lookup -Wl,-multipl...
mmannerm (Mika Mannermaa)
09:23 AM Ruby Bug #9624: Unrecognized command-line option (CLANG/Xcode 5.1) "-multiply_definedsuppress" prevents installation of gems / ruby on OS X
Mika Mannermaa wrote:
>
> ...
Downloaded the tar files for ruby-2.0.0-p451 and ran the configure script, the following line is from the generated Makefile:
DLDFLAGS = -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress...
mmannerm (Mika Mannermaa)
09:11 AM Ruby Bug #9624: Unrecognized command-line option (CLANG/Xcode 5.1) "-multiply_definedsuppress" prevents installation of gems / ruby on OS X
Nobuyoshi Nakada wrote:
> I might have misread this issue.
> ...
$ ruby -e 'p RbConfig::CONFIG.values_at(*%w[GCC DLDFLAGS])'
["", "-undefineddynamic_lookup -multiply_definedsuppress"]
$ clang -v
Apple LLVM version ...
mmannerm (Mika Mannermaa)

03/12/2014

08:33 AM Ruby Bug #9624: Unrecognized command-line option (CLANG/Xcode 5.1) "-multiply_definedsuppress" prevents installation of gems / ruby on OS X
Adding a link to a specific commit instead of trunk to prevent further commits from changing the line number: [configure.in:L2707](https://github.com/ruby/ruby/blob/ef0ce95daffe32be9d89f82cce0e4000dbc3fc02/configure.in#L2707)
mmannerm (Mika Mannermaa)
08:25 AM Ruby Bug #9624 (Third Party's Issue): Unrecognized command-line option (CLANG/Xcode 5.1) "-multiply_definedsuppress" prevents installation of gems / ruby on OS X
Currently there is a single unrecognized command-line option [configure.in:L2707](https://github.com/ruby/ruby/blob/trunk/configure.in#L2707) that should be removed in order for the ruby/gems native extensions to compile on OS X with XCo... mmannerm (Mika Mannermaa)

Also available in: Atom