From owner-freebsd-ruby@FreeBSD.ORG Mon May 27 17:30:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8CE7BD66 for ; Mon, 27 May 2013 17:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 67E337F for ; Mon, 27 May 2013 17:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r4RHU1On093827 for ; Mon, 27 May 2013 17:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4RHU1vK093826; Mon, 27 May 2013 17:30:01 GMT (envelope-from gnats) Date: Mon, 27 May 2013 17:30:01 GMT Message-Id: <201305271730.r4RHU1vK093826@freefall.freebsd.org> To: ruby@FreeBSD.org From: "Steve Wills" Subject: Re: ports/170777: [PATCH] Not LIBS but LDFLAGS in Makefile of lang/ruby19 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Steve Wills List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 May 2013 17:30:01 -0000 The following reply was made to PR ports/170777; it has been noted by GNATS. From: "Steve Wills" To: bug-followup@FreeBSD.org, ksmakoto@dd.iij4u.or.jp Cc: Subject: Re: ports/170777: [PATCH] Not LIBS but LDFLAGS in Makefile of lang/ruby19 Date: Mon, 27 May 2013 13:22:49 -0400 Hi, I tried this, but it just causes a build problem for me: linking shared-library libruby19.so.19 /usr/bin/ld: cannot find -lexecinfo *** Error code 1 Can you tell me more about what problem you were having? Steve