From owner-freebsd-current Sat May 30 22:42:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA07072 for freebsd-current-outgoing; Sat, 30 May 1998 22:42:55 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA07064 for ; Sat, 30 May 1998 22:42:51 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.8.8/8.8.7) id PAA13565; Sun, 31 May 1998 15:51:11 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199805310551.PAA13565@cimlogic.com.au> Subject: Re: pthreads and thread-specific? In-Reply-To: <199805310533.WAA19647@rah.star-gate.com> from Amancio Hasty at "May 30, 98 10:33:43 pm" To: hasty@rah.star-gate.com (Amancio Hasty) Date: Sun, 31 May 1998 15:51:11 +1000 (EST) Cc: jb@cimlogic.com.au, current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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