How to build OpenPegasus SDK as single threaded?
Pranav S <[email protected]>
| Newsgroups | gmane.network.open-pegasus.general |
|---|---|
| Message-ID | <CAOGgbh00mQ9wP7YM1-ScZ2MyPjLL+Z8jsUBcObfDx5t9pnWT_Q@mail.gmail.com> |
Hello, I am trying to explore OpenPegasus SDK and its applications. Currently the SDK uses multi threading and links to pthreads library, hence it gets built as a multithreaded. I would like to know is it possible to build the library as single threaded? Do we have provision for that in the Makefiles. I tried exploring but did not find anything which tells that it is possible to build the library as single threaded one. Because linking a single threaded library to a multithreaded library can lead to undefined behaviour. -- Thanks, Pranav