Hello everybody, I'd like to use some encryption functions from the crypto++ library from within ruby. To achieve this, I tried to make C-Wrapper functions around the C++ library archive. But to link it against the C++ Archive, I have to use the g++ compiler, otherwise the linker doesn't find symbols (any workaround for this?!?) The bad thing is that g++ doesn't compile the ruby extension properly. I'm very new to C++, so I've no idea how to solve this. Does anybody know of a ruby extension that wraps C++ libs where I can spoof a little bit? bye! Dominik