[tex-live] pdftex on linux-alpha, libstdc++ problems

Thomas Esser te@informatik.uni-hannover.de
Wed, 6 Feb 2002 16:17:11 +0100


> Good idea, did you check the size differences after stripping of the
> statically and dynamically build binaries? If the diff is big, we could
> provide both static and dynamic versions, if the diff is small, forget
> it and only take the static.

-> static stdc++, stripped
te@gauss: ls -l pdftosrc pdftex pdfetex
-rwxr-xr-x    1 te       te        1114472 Feb  6 16:13 pdfetex
-rwxr-xr-x    1 te       te        1078984 Feb  6 16:13 pdftex
-rwxr-xr-x    1 te       te         305112 Feb  6 16:13 pdftosrc

-> dynamic stdc++, stripped
te@gauss: ls -l pdftosrc pdftex pdfetex
-rwxr-xr-x    1 te       te        1088260 Feb  6 16:14 pdfetex
-rwxr-xr-x    1 te       te        1052772 Feb  6 16:14 pdftex
-rwxr-xr-x    1 te       te         278608 Feb  6 16:14 pdftosrc

The sums are 2498568 resp. 2419640, a total increase of 3.2% :-) So,
let's forget about the binaries with the shared stdc++ lib.

Thomas