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

Re: Base X11 libraries cleanup



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)


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