You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get zopfli into Fedora. Fedora uses the following compiler
options by default and this is a mandatory requirement.
https://fedoraproject.org/wiki/Packaging:Guidelines#Compiler_flags
Other distros have similar packaging guidelines as well. Please fix
gcc blocksplitter.c cache.c deflate.c gzip_container.c hash.c katajainen.c
lz77.c squeeze.c tree.c util.c zlib_container.c zopfli.c -O2 -g -pipe -Wall
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m64 -mtune=generic
/tmp/cchyEmFs.o: In function `CalculateEntropy':
/home/rahul/work/rpmbuild/SOURCES/zopfli-acc035/tree.c:79: undefined reference
to `log'
/home/rahul/work/rpmbuild/SOURCES/zopfli-acc035/tree.c:85: undefined reference
to `log'
/home/rahul/work/rpmbuild/SOURCES/zopfli-acc035/tree.c:79: undefined reference
to `log'
collect2: error: ld returned 1 exit status
Original issue reported on code.google.com by methe...@gmail.com on 3 Mar 2013 at 8:15
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
methe...@gmail.com
on 3 Mar 2013 at 8:15The text was updated successfully, but these errors were encountered: