I'm trying to build the open source project VMWare open view client. The problem I'm having is I can build it following their instructions however my build does not include all the depedencies and thus when I go to deploy it there is a failure saying missing libboost_signals-gcc41-1_34_1.so.1.34.1. According to their forums someone suggested the following try building boost with dynamic libraries disabled. The problem if I have no idea how to accomplish that.
Ideas?
As a point of reference the way in which you build their project is ./configure && make.
I've looked through the ./configure options and there is a --enable-static-icu but there is nothing for --enable-static-boost.
There are some optional flags that can be passed directly to the C / C++ compiler but I'm not sure what those options would be.
Additionally the reason I am posting here is I've made a post to their discussion forums and have gotten no response. There is also some other questions posted that are over a month old that no one has responded to. So I suspect they are taking a break of some sort.
Thanks for any input offered :-D