Date: Sun, 31 May 1998 15:51:11 +1000 (EST) From: John Birrell <jb@cimlogic.com.au> To: hasty@rah.star-gate.com (Amancio Hasty) Cc: jb@cimlogic.com.au, current@FreeBSD.ORG Subject: Re: pthreads and thread-specific? Message-ID: <199805310551.PAA13565@cimlogic.com.au> In-Reply-To: <199805310533.WAA19647@rah.star-gate.com> from Amancio Hasty at "May 30, 98 10:33:43 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
Amancio Hasty wrote: > > Okay, > > Now I get this: > > {root} gmake Task_Test > g++ -pthread -Wall -Wpointer-arith -pipe -D_THREAD_SAFE -O -pipe -g -g > -fno-implicit-templates -I. -I/usr/home/hasty/ace/ACE_wrappers -o > Task_Test .obj/Task_Test.o -L/usr/home/hasty/ace/ACE_wrappers/ace -L./ -lACE > -lstdc++ -lcompat > /usr/lib/libc_r.so: undefined reference to `fchdir' > /usr/home/hasty/ace/ACE_wrappers/ace/libACE.so: undefined reference to `mkfifo' > /usr/home/hasty/ace/ACE_wrappers/ace/libACE.so: undefined reference to > `sendmsg' > /usr/home/hasty/ace/ACE_wrappers/ace/libACE.so: undefined reference to `recvmsg Looks like we might be missing some wrappers in libc_r. 8-( Must be time for you to sleep while I fill in the gaps (I have to go out for a few hours). -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805310551.PAA13565>