In my opinion, the most stable method is to make a simple C interface libraries and provide a wrapper in C++ that the user of your libraries already he will compilate. After that, all your problems solved :)
Another solution is to wait until the 23rd of standard where, according to rumors, the ABI standardizes C++. But this is a very optimistic expectation.