From: Eric Wong Date: 2010-08-21T13:22:30+09:00 Subject: [ruby-core:31810] [Bug #3730] invalid sed invocation breaks extra LDFLAGS Bug #3730: invalid sed invocation breaks extra LDFLAGS http://redmine.ruby-lang.org/issues/show/3730 Author: Eric Wong Status: Open, Priority: Normal Category: build ruby -v: ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-linux] sed needs the '-e' flag when there are multiple arguments passed to it. This was introduced in r28626 in trunk and r28781 in 1.9.2 and breaks my normal way of linking libtcmalloc_minimal: I get this error from ./configure output: sed: can't read s/ *-arch *^ *//g: No such file or directory Trivial fix attached. Please backport to 1.9.2, too. Thanks ---------------------------------------- http://redmine.ruby-lang.org