
12 Dec
2005
12 Dec
'05
7:20 p.m.
Ralf Stephan wrote:
From the bug report I'd say it's a generic issue for any system that
hasn't got the compat-libstdc++ packages installed.
Isn't this the same as 'dependency'? I propose to make it one.
ralf
If you build gcc from source yourself, use the --disable-shared flag, and even c++ will be built as a static linking lib.
1. From the toplevel, make objdir cd objdir
2. ../configure --enable-languages=c,c++ --disable-shared
3. make and make install
Now inkscape will link against the static version of libstdc++, and 'ldd' will no longer list it as a dep.
This is extra work for builders, but only for those who make the distros.
bob