Re: Base X11 libraries cleanup

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi.

On Fri, 30 Jun 2006 10:00:15 +0200, Ralf Ertzinger wrote:

> However, using --as-needed did not hurt there, either, so using
> it is fine with me.

OK, I found it, and it did hurt, after all.

Instructions:
a) download http://www.skytale.net/files/bmp-flac2/bmp-flac2-009.tar.gz
b) untar
c) install bmp-devel and flac-devel
d) do a ./configure; make
e) look at the ldd output of libflac.so (huge)
f) do a "make distclean"
g) change "$(CC) $(LDFLAGS)" into "$(CC) -Wl,--as-needed $(LDFLAGS)"
   in Makefile.in (line 25)
h) repeat step d)
i) look at the ldd output again (very small and lots of unresolved
   symbols)


[Index of Archives]     [Fedora Users]     [Fedora Development]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux