Comment 5 for bug 20254

Revision history for this message
Martin Pitt (pitti) wrote :

Building a shared library is straightforward:

  g++ -shared -fPIC mythes.o -o libmythes.so -Wl,-soname -Wl,libmythes.so.0

and add -fPIC to the CXXFLAGS in the Makefile.

Since neither upstream nor Rene seem to care for the soname, we can just leave
it as 0.