From owner-freebsd-questions@FreeBSD.ORG Wed Dec 30 00:09:51 2009 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FEAD10656B2 for ; Wed, 30 Dec 2009 00:09:51 +0000 (UTC) (envelope-from kline@thought.org) Received: from ethic.thought.org (plato.thought.org [209.180.213.209]) by mx1.freebsd.org (Postfix) with ESMTP id E64C38FC13 for ; Wed, 30 Dec 2009 00:09:50 +0000 (UTC) Received: from thought.org (ethic.thought.org [10.47.0.230]) (authenticated bits=0) by ethic.thought.org (8.14.3/8.14.3) with ESMTP id nBU09lLS024993 for ; Tue, 29 Dec 2009 16:09:47 -0800 (PST) (envelope-from kline@thought.org) Received: by thought.org (nbSMTP-1.00) for uid 1001 kline@thought.org; Tue, 29 Dec 2009 16:09:47 -0800 (PST) Date: Tue, 29 Dec 2009 16:09:47 -0800 From: Gary Kline To: FreeBSD Mailing List Message-ID: <20091230000944.GA24962@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 23 years of service to the Unix community. X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=failed version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on ethic.thought.org Cc: Subject: how do i fix this undef'd reference? trying to build audacity on tao X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Dec 2009 00:09:51 -0000 Folks, I'm missing *something* in the shared memory arena, because trying to build audacity fails on my desktop as follows: -lsndfile -lFLAC++ -lFLAC -lid3tag -lexpat -L/usr/local/lib -ltwolame -L/usr/local/lib -ltag -pthread -L/usr/local/lib -ljack -lm -lpthread /usr/local/lib/libjack.so: undefined reference to `shmctl@FBSD_1.1' gmake[1]: *** [../audacity] Error 1 gmake[1]: Leaving directory `/usr/ports/audio/audacity-devel/work/audacity-src-1.3.10/src' gmake: *** [audacity] Error 2 *** Error code 1 I am trying to build audacity to tune an audio file. Given that I know almost nothing about audio, i figued audacity might serve better than sox. tia, gary PS: I ran into much the same undefined reference to 'shmctl' on ethic while doing a portupgrade. Might here on both platforms. -- Gary Kline kline@thought.org http://www.thought.org Public Service Unix