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)
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)
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)
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)