Good morning all
I am busy fiddeling out which software must me pre-installed on my OpenSuse 11.1 machine, before i can install the FlightGear simulator.
The Simgear manual page (SimGear: SimGear)
mentions the that SimGear has the following dependencies. These must be installed before SimGear can be installed:
* glut and opengl
* plib (PLIB: A Portable Games Library.)
* metakit
* zlib
* libjpeg (optional)
**** pthread (optional)***
Questions
- How can i check if the pthread library has been installed on my system?
So far i have located these “pthread-like” files:
/lib/libpthread.so.0
/lib/libpthread-2.9.so
/usr/includebits/pthreadtypes.h
/usr/include/pthread.h
/usr/include/boost/interprocess/sync/posix/pthread_helpers.hpp
/usr/include/boost/thread/pthread
/usr/include/boost/thread/pthread/thread_data.hpp
/usr/include/boost/thread/pthread/timespec.hpp
/usr/include/boost/thread/pthread/condition_variable.hpp
/usr/include/boost/thread/pthread/once.hpp
/usr/include/boost/thread/pthread/mutex.hpp
/usr/include/boost/thread/pthread/pthread_mutex_scoped_lock.hpp
/usr/include/boost/thread/pthread/recursive_mutex.hpp
/usr/include/boost/thread/pthread/condition_variable_fwd.hpp
/usr/include/boost/thread/pthread/shared_mutex.hpp
/usr/include/boost/thread/pthread/thread_heap_alloc.hpp
/usr/include/boost/detail/lwm_pthreads.hpp
/usr/include/boost/detail/atomic_count_pthreads.hpp
/usr/lib/libgpgme+±pthread.so.2.0.2
/usr/lib/perl5/vendor_perl/5.10.0/i586-linux-thread-multi/bits/pthreadtypes.ph
/usr/lib/perl5/vendor_perl/5.10.0/i586-linux-thread-multi/pthread.ph
/usr/lib/libpthread.a
/usr/lib/libgpgme-pthread.so.11.6.4
/usr/lib/libgpgme+±pthread.so.2
/usr/lib/libpthread_nonshared.a
/usr/lib/libpthread.so
/usr/lib/libgpgme-pthread.so.11
/usr/lib/pkgconfig/pthread-stubs.pc
-
(if not) Which version of pthread should be installed on a Suse 11.1 Linux machine?
-
Where can i download this “pthread package” on the internet?.
Regards, Ronald