openconnect and libproxy

2011-12-05 Thread Vitali
;${LIBPROXY_LIBRARIES}) + target_link_libraries(libproxy modman;m;${LIBPROXY_LIBRARIES}) which I edited for: + target_link_libraries(libproxy modman;m;pthread;${LIBPROXY_LIBRARIES}) I put back only pthread as you see, rebuilt libproxy and gave openconnect a new try, and this time it built

Re: openconnect and libproxy

2011-12-05 Thread Stuart Henderson
;${LIBPROXY_LIBRARIES}) + target_link_libraries(libproxy modman;m;${LIBPROXY_LIBRARIES}) which I edited for: + target_link_libraries(libproxy modman;m;pthread;${LIBPROXY_LIBRARIES}) I put back only pthread as you see, rebuilt libproxy and gave openconnect a new try, and this time it built

Re: openconnect and libproxy

2011-12-05 Thread David Coppa
, rebuilt libproxy and gave openconnect a new try, and this time it built with no errors. Here is my conversation with the openconnect developer https://plus.google.com/u/0/113990329890790578682/posts/fxytv9BTkcY I wonder why pthread had been removed from libproxy? Or maybe I've lost something? I

Re: openconnect and libproxy

2011-12-05 Thread Stuart Henderson
;${LIBPROXY_LIBRARIES}) I put back only pthread as you see, rebuilt libproxy and gave openconnect a new try, and this time it built with no errors. Here is my conversation with the openconnect developer https://plus.google.com/u/0/113990329890790578682/posts/fxytv9BTkcY I wonder why pthread

Re: openconnect and libproxy

2011-12-05 Thread Vitali
I edited for: + target_link_libraries(libproxy modman;m;pthread;${LIBPROXY_LIBRARIES}) I put back only pthread as you see, rebuilt libproxy and gave openconnect a new try, and this time it built with no errors. Here is my conversation with the openconnect developer https