Created
July 25, 2016 21:06
-
-
Save uranio-235/dc3f947e25103444443e5914306e162d to your computer and use it in GitHub Desktop.
cower
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cc -Wclobbered -Wempty-body -Wfloat-equal -Wignored-qualifiers -Wmissing-declarations -Wmissing-parameter-type -Wsign-compare -Wmissing-prototypes -Wold-style-declaration -Wtype-limits -Woverride-init -Wunused -Wstrict-prototypes -Wuninitialized -std=c99 -g -pthread -pedantic -Wall -Wextra -fstack-protector-strong -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_GNU_SOURCE -DCOWER_VERSION=\"16\" -D_FORTIFY_SOURCE=2 -c -o cower.o cower.c | |
cc -Wclobbered -Wempty-body -Wfloat-equal -Wignored-qualifiers -Wmissing-declarations -Wmissing-parameter-type -Wsign-compare -Wmissing-prototypes -Wold-style-declaration -Wtype-limits -Woverride-init -Wunused -Wstrict-prototypes -Wuninitialized -std=c99 -g -pthread -pedantic -Wall -Wextra -fstack-protector-strong -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_GNU_SOURCE -DCOWER_VERSION=\"16\" -D_FORTIFY_SOURCE=2 -c -o aur.o aur.c | |
cc -Wclobbered -Wempty-body -Wfloat-equal -Wignored-qualifiers -Wmissing-declarations -Wmissing-parameter-type -Wsign-compare -Wmissing-prototypes -Wold-style-declaration -Wtype-limits -Woverride-init -Wunused -Wstrict-prototypes -Wuninitialized -std=c99 -g -pthread -pedantic -Wall -Wextra -fstack-protector-strong -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_GNU_SOURCE -DCOWER_VERSION=\"16\" -D_FORTIFY_SOURCE=2 -c -o package.o package.c | |
cc -pthread -Wl,-O1,--sort-common,--as-needed,-z,relro cower.o aur.o package.o -lcurl -lalpm -lyajl -larchive -lcrypto -o cower | |
pod2man --section=1 --center="Cower Manual" --name="COWER" --release="cower 16" README.pod cower.1 | |
/bin/sh: pod2man: command not found | |
make: *** [Makefile:84: cower.1] Error 127 | |
==> ERROR: A failure occurred in build(). | |
Aborting... | |
==> ERROR: Makepkg was unable to build cower. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment