User Portlet User Portlet

Discussions
In case anyone else runs into this I was able to solve it with the following: compile with cc link with g++ (both are clang++ modulo a configuration prefix and gxx-include dir) In linking used the flags: -stdlib=libstdc++ -framework...