2 Nov
2004
2 Nov
'04
10:17 a.m.
On Tuesday 02 November 2004 05:39,
Re: static builds: how
Try:
./configure --static-libs=yes --with-shared-libs=no
I do the opposite in RPM builds.
Hope that helps,
Peter
2 Nov
2 Nov
9:06 p.m.
New subject: static builds: how
A way to check your results, is to do:
ldd ./inkscape
and see the listing. We want to have no shared C++ libs required by Inkscape. Remember that gccpp is C++, and don't forget libstdc++! There are version mismatches there, too. gcc3.3/3.4 is a good example.
Bob
Plinnell wrote:
On Tuesday 02 November 2004 05:39,
Re: static builds: how
Try:
./configure --static-libs=yes --with-shared-libs=no
I do the opposite in RPM builds.
Hope that helps,
Peter
7366
Age (days ago)
7366
Last active (days ago)
1 comments
2 participants
participants (2)
-
Bob Jamison
-
Plinnell