|
From: Stephen S. <rad...@gm...> - 2013-07-09 15:54:15
|
On Tue, Jul 9, 2013 at 4:56 PM, Felipe Sateler <fsa...@gm...> wrote: > This would mark all functions not explicitly listed in the global > scope as local to the shared library, and thus unavailable for client > applications. Right. I mean, we do something similar with the .def file in windows, as you point out. I just haven't seen anything other projects using such an approach on Linux, I figured it wasn't necessary. Perhaps it would be a cautious step though. > If versioning is desired, a more complex symbol map is required. More > info on this is in the DSO howto by Ulrich Drepper > > http://www.akkadia.org/drepper/dsohowto.pdf Thanks. > I could enable the test suite in debian, I didn't realize there was > one. This should give at least some free testing. However, the > testsuite seems to run forever, is it that long or is there a bug? That's a bug, it should be fixed in the master branch now. Steve |