21 Sep
2004
21 Sep
'04
4:35 p.m.
I am not sure if this has been agreed upon, but we are going to use static linking for all of our C++ dependencies, right? In other words, for all of the libs:
libsigc++ gtkmm glibmm gc(cpp)
They are ./configured with --enable-static --disable-shared, so that subsequent 'pkg-config --libs' calls will return the info needed for static linking?
We need to remove C++ dependencies from the shoulders of our users, -especially- since different C++ compilers and different versions of the same compiler usually do not mix.
A way to check such dependencies would be: 'ldd inkscape'
The C++ libs should not be listed.
Bob