Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Sep 2001 20:39:40 -0700
From:      "Mark" <mw@lanfear.com>
To:        "'Pete Perreault'" <peterp@mfnx.net>, <freebsd-questions@FreeBSD.ORG>
Subject:   RE: xmms compilation errors
Message-ID:  <001001c1424f$0c5e49c0$0200000a@redmond.corp.microsoft.com>
In-Reply-To: <Pine.BSF.4.21.0109200912540.67177-100000@ug.mfnx.net>

next in thread | previous in thread | raw e-mail | index | archive | help

	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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001001c1424f$0c5e49c0$0200000a>