search for: libootl

Displaying 1 result from an estimated 1 matches for "libootl".

Did you mean: libintl
2004 Sep 10
1
flac-1.1.0: libtool warnings
...shared libraries (-fPIC compiler option) and non-PIC code for static libraries and executables. Bringing non-PIC code into shared libraries seems to be harmless, though definitely not recommended (it affects dynamic linker internals). To fix this issue, simply turning static noinst_LIBRARIES into libootl noinst_LTLIBRARIES is enough. Libtool then will manage PIC and non-PIC object code automagically. --- flac-1.1.0~/src/flac/Makefile.am 2003-01-25 21:14:42 +0300 +++ flac-1.1.0/src/flac/Makefile.am 2004-02-05 03:52:31 +0300 @@ -41,10 +41,10 @@ flac_LDADD = \ $(NEED_OGGFLAC_LIB) \ - $(top_buil...