Date: Fri, 7 May 1999 18:40:33 -0400 From: "Michael G." <mikegoe@ibm.net> To: Guy Helmer <ghelmer@scl.ameslab.gov> Cc: freebsd-questions@freebsd.org Subject: Re: libpthread.so file needed for vtk Message-ID: <99050718430502.00419@Nikki.ibm.net> References: <Pine.SGI.4.10.9905061316080.23755-100000@demios.scl.ameslab.gov>
next in thread | previous in thread | raw e-mail | index | archive | help
Apparently so...the vtk people say I need it...but I did try the -pthread option as well as linking /usr/lib/libc_r.so to /usr/lib/libpthread.so with no luck... I guess this one occation where "Linux Compat" isn't good enough... the error I'm getting is: /usr/home/mikegoe/vtk/vtkJava/vtk/lib/libvtkJava.so: Undefined symbol "pthread_attr_init" Michael G. On Thu, 06 May 1999, you wrote: > On Thu, 6 May 1999, Michael G. wrote: > > > I searched the archives and found a couple people asking about how to get > > this file..but I didn't find any replies. Is this file available for > > FreeBSD?? (I'm running 3.1-R with all the Linux compat/devel stuff) I > > need this file to get the vtk with java support to work. > > Do you really need this file? I've successfully compiled stuff with > pthread_* calls by using the "-pthread" switch to the compiler. Among > other things, it automatically links in libc_r instead of libc, which > satisfies all of the pthread calls I've used. 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?99050718430502.00419>