Date: Wed, 10 Jul 2002 12:06:23 +0200 From: Anders Nordby <anders@FreeBSD.org> To: Will Andrews <will@csociety.org> Cc: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>, freebsd-ports@FreeBSD.org Subject: Re: Help porting gstreamer (http://gstreamer.sourceforge.net/) Message-ID: <20020710100623.GB39718@totem.fix.no> In-Reply-To: <20020710072519.GN56853@squall.waterspout.com> References: <20020710060602.90212.qmail@exxodus.fedaykin.here> <20020710072519.GN56853@squall.waterspout.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello, On Wed, Jul 10, 2002 at 02:25:19AM -0500, Will Andrews wrote: > > ../../gst/.libs/libgstreamer.so: undefined reference to `pthread_attr_setstack' > Is there a such symbol made available by libc_r? > > [will@ganymede /usr/lib]% strings libc_r.so|grep -i pthread_attr_setstack > pthread_attr_setstacksize > pthread_attr_setstackaddr > [will@ganymede /usr/lib]% uname -a > FreeBSD ganymede.firepipe.net 4.6-RC FreeBSD 4.6-RC #0: Thu May 16 19:30:08 EST 2002 will@ganymede.firepipe.net:/usr/obj/net/puck/stable/src/sys/GANYMEDE i386 Yes, but not in libc: # nm libc.a | grep pthread_attr_setstack # nm libc_r.a | grep pthread_attr_setstack 00000000 T pthread_attr_setstacksize 00000000 T pthread_attr_setstackaddr # uname -a FreeBSD totem.fix.no 4.6-RELEASE-p1 FreeBSD 4.6-RELEASE-p1 #1: Fri Jun 28 09:22:14 CEST 2002 root@totem.fix.no:/usr/obj/usr/src/sys/TOTEM i386 Cheers, -- Anders. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020710100623.GB39718>