From owner-freebsd-questions Thu Sep 20 20:40: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from akira.lanfear.com (akira.lanfear.com [216.168.61.84]) by hub.freebsd.org (Postfix) with SMTP id 84DAB37B41E for ; Thu, 20 Sep 2001 20:39:47 -0700 (PDT) Received: (qmail 93301 invoked from network); 21 Sep 2001 03:39:41 -0000 Received: from akira.lanfear.com (HELO lanfearhome) (216.168.61.84) by akira.lanfear.com with SMTP; 21 Sep 2001 03:39:41 -0000 From: "Mark" To: "'Pete Perreault'" , Subject: RE: xmms compilation errors Date: Thu, 20 Sep 2001 20:39:40 -0700 Message-ID: <001001c1424f$0c5e49c0$0200000a@redmond.corp.microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Importance: Normal In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG to do threading on FreeBSD, you need to add the -pthread argument to both the gcc for compiles and the link (either gcc or ld). If you don't know how to do this, use the ports, which I'm sure have it set up correctly ;-) marc. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Pete Perreault Sent: Thursday, September 20, 2001 9:30 AM To: freebsd-questions@FreeBSD.ORG Subject: xmms compilation errors I am attempting to install xmms-1.2.5 on FreeBSD 4.4 and receive these errors controlsocket.o: In function `ctrlsocket_func': /usr/ports/audio/xmms-1.2.5/xmms/controlsocket.c(.text+0x26e): undefined reference to `__pthread_select' /usr/ports/audio/xmms-1.2.5/xmms/controlsocket.c(.text+0x291): undefined reference to `__pthread_accept' and many more like them while doing a 'make'. I've seen reference to these types of errors on the xmms.org faq, unfortunately without a solution to the problem. I do have gtk+/glib 1.2.10 installed. If anyone has any advice I'd appreciate hearing it. Thx, Pete To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message