==> Creating clean working copy [build]...done ==> Making package: wcc-git 20160816.r27-1 (Mon Aug 22 01:15:44 EDT 2016) ==> Retrieving sources... -> Cloning wcc-git git repo... Cloning into bare repository '/srv/build/builder/plugbuild/work/wcc-git/wcc-git'... ==> Validating source files with sha512sums... wcc-git ... Skipped ==> Making package: wcc-git 20160816.r27-1 (Mon Aug 22 01:15:47 EDT 2016) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (6) capstone-3.0.4-3 ccache-3.2.7-1 gsl-2.1-2 libelf-0.166-1 lua-5.3.3-1 uthash-2.0.1-1 Total Download Size: 2.55 MiB Total Installed Size: 13.38 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... downloading libelf-0.166-1-i686.pkg.tar.xz... downloading gsl-2.1-2-i686.pkg.tar.xz... downloading lua-5.3.3-1-i686.pkg.tar.xz... downloading uthash-2.0.1-1-any.pkg.tar.xz... downloading capstone-3.0.4-3-i686.pkg.tar.xz... downloading ccache-3.2.7-1-i686.pkg.tar.xz... checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing libelf... installing uthash... installing capstone... installing gsl... installing ccache... installing lua... :: Running post-transaction hooks... (1/1) Updating the info directory file... ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (6) libedit-20160618_3.1-1 libxml2-2.9.4+0+gbdec218-2 llvm-libs-3.8.1-1 perl-error-0.17024-1 clang-3.8.1-1 git-2.9.3-1 Total Download Size: 40.80 MiB Total Installed Size: 233.85 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... downloading libedit-20160618_3.1-1-i686.pkg.tar.xz... downloading llvm-libs-3.8.1-1-i686.pkg.tar.xz... downloading clang-3.8.1-1-i686.pkg.tar.xz... checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing perl-error... installing git... Optional dependencies for git tk: gitk and git gui perl-libwww: git svn perl-term-readkey: git svn perl-mime-tools: git send-email perl-net-smtp-ssl: git send-email TLS support perl-authen-sasl: git send-email TLS support python2: various helper scripts subversion: git svn cvsps2: git cvsimport gnome-keyring: GNOME keyring credential helper installing libedit... installing llvm-libs... installing libxml2... installing clang... Optional dependencies for clang openmp: OpenMP support in clang with -fopenmp python2: for scan-view and git-clang-format ==> Retrieving sources... ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... wcc-git ... Skipped ==> Extracting sources... -> Creating working copy of wcc git repo... Cloning into 'wcc-git'... done. ==> Starting prepare()... Submodule 'doc/wikidocs' (https://github.com/endrazine/wcc.wiki.git) registered for path 'doc/wikidocs' Submodule 'src/wsh/linenoise' (https://github.com/antirez/linenoise.git) registered for path 'src/wsh/linenoise' Submodule 'src/wsh/lua' (https://github.com/lua/lua.git) registered for path 'src/wsh/lua' Submodule 'src/wsh/luajit-2.0' (http://luajit.org/git/luajit-2.0.git) registered for path 'src/wsh/luajit-2.0' Submodule 'src/wsh/openlibm' (https://github.com/JuliaLang/openlibm.git) registered for path 'src/wsh/openlibm' Cloning into '/build/wcc-git/src/wcc-git/doc/wikidocs'... Cloning into '/build/wcc-git/src/wcc-git/src/wsh/linenoise'... Cloning into '/build/wcc-git/src/wcc-git/src/wsh/lua'... Cloning into '/build/wcc-git/src/wcc-git/src/wsh/luajit-2.0'... Cloning into '/build/wcc-git/src/wcc-git/src/wsh/openlibm'... Submodule path 'doc/wikidocs': checked out 'c5bec33103798d2444529488c6de7459876af7c0' Submodule path 'src/wsh/linenoise': checked out 'c894b9e59f02203dbe4e2be657572cf88c4230c3' Submodule path 'src/wsh/lua': checked out '7d19fe6f4d59543ce5a61b640350805064ac5652' Submodule path 'src/wsh/luajit-2.0': checked out '02b9b5597679658bbd8716cdeaaa33f04b1f6a3c' Submodule path 'src/wsh/openlibm': checked out '0fa599cce845be67ed1729d9753f67e366c37b96' ==> Starting pkgver()... ==> Starting build()... mkdir -p bin cd src && make make[1]: Entering directory '/build/wcc-git/src/wcc-git/src' cd wcc && make make[2]: Entering directory '/build/wcc-git/src/wcc-git/src/wcc' clang -W -Wall -fpie -pie -fPIC -g3 -ggdb -O0 -I../../include -Wno-incompatible-pointer-types -fstack-protector-all -Wl,-z,relro,-z,now -DPACKAGE -DPACKAGE_VERSION wcc.c -o wcc -lbfd -lelf -lcapstone wcc.c:464:16: warning: flag ' ' results in undefined behavior with 's' conversion specifier [-Wformat] printf("%s% *s\t\t%x\t\t%c\n", sa->name, pad, "", sa->addr, symclass); ~^~~ wcc.c:1137:7: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Addr' (aka 'unsigned int') [-Wformat] ms->p_vaddr, ctx->base_address); ^~~~~~~~~~~ wcc.c:1571:5: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Word' (aka 'unsigned int') [-Wformat] shdr->sh_entsize, entszfromname(".rela.dyn"), s->name); ^~~~~~~~~~~~~~~~ wcc.c:1578:5: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Word' (aka 'unsigned int') [-Wformat] shdr->sh_entsize, entszfromname(".rel.dyn"), s->name); ^~~~~~~~~~~~~~~~ wcc.c:1586:3: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Word' (aka 'unsigned int') [-Wformat] shdr->sh_size, entszfromname(".rela.dyn"), s->name); ^~~~~~~~~~~~~ wcc.c:1593:3: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Word' (aka 'unsigned int') [-Wformat] shdr->sh_size, entszfromname(".rel.dyn"), s->name); ^~~~~~~~~~~~~ wcc.c:1599:5: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat] sz / shdr->sh_entsize); ^~~~~~~~~~~~~~~~~~~~~ wcc.c:1609:61: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Addr' (aka 'unsigned int') [-Wformat] printf("reloc[%u] %016lx\t%lu\t%s\t%u\taddend:%lx\t\n", i, r->r_offset, ~~~~~~ ^~~~~~~~~~~ %016x wcc.c:1610:9: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Word' (aka 'unsigned int') [-Wformat] r->r_info, htype, sindex, r->r_addend); ^~~~~~~~~ wcc.c:1610:35: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Sword' (aka 'int') [-Wformat] r->r_info, htype, sindex, r->r_addend); ^~~~~~~~~~~ wcc.c:1625:66: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Addr' (aka 'unsigned int') [-Wformat] printf("reloc[%u] %016lx\t%lu\t%s\t%u\taddend:%lu\t\n", i, r->r_offset, ~~~~~~ ^~~~~~~~~~~ %016x wcc.c:1626:7: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Word' (aka 'unsigned int') [-Wformat] r->r_info, htype, sindex, r->r_addend); ^~~~~~~~~ wcc.c:1626:33: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Sword' (aka 'int') [-Wformat] r->r_info, htype, sindex, r->r_addend); ^~~~~~~~~~~ wcc.c:1569:28: warning: comparison of integers of different signs: 'Elf32_Word' (aka 'unsigned int') and 'int' [-Wsign-compare] && (shdr->sh_entsize != entszfromname(".rela.dyn"))) { ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ wcc.c:1576:28: warning: comparison of integers of different signs: 'Elf32_Word' (aka 'unsigned int') and 'int' [-Wsign-compare] && (shdr->sh_entsize != entszfromname(".rel.dyn"))) { ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ wcc.c:1708:7: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Word' (aka 'unsigned int') [-Wformat] s->s_elf->sh_size, newsz, s->len); ^~~~~~~~~~~~~~~~~ wcc.c:1716:20: warning: incompatible integer to pointer conversion assigning to 'char *' from 'unsigned long' [-Wint-conversion] s->outoffset = orig_sz; ^ ~~~~~~~ wcc.c:1718:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type '__off_t' (aka 'long') [-Wint-conversion] ftruncate(ctx->fdout, s->outoffset + s->s_elf->sh_size); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/unistd.h:1018:41: note: passing argument to parameter '__length' here extern int ftruncate (int __fd, __off_t __length) __THROW __wur; ^ wcc.c:2188:22: warning: flag ' ' results in undefined behavior with 's' conversion specifier [-Wformat] printf(" [%2u] \t%s% *s\t%012llx-%012llx %llu\t%s\t%llu\n", i + 1, ~^~~ wcc.c:2189:27: warning: format specifies type 'unsigned long long' but the argument has type 'bfd_vma' (aka 'unsigned long') [-Wformat] s->name, pad, "", s->vma, s->vma + s->size, s->size, "RX", ^~~~~~ wcc.c:2189:35: warning: format specifies type 'unsigned long long' but the argument has type 'unsigned long' [-Wformat] s->name, pad, "", s->vma, s->vma + s->size, s->size, "RX", ^~~~~~~~~~~~~~~~ wcc.c:2189:53: warning: format specifies type 'unsigned long long' but the argument has type 'bfd_size_type' (aka 'unsigned long') [-Wformat] s->name, pad, "", s->vma, s->vma + s->size, s->size, "RX", ^~~~~~~ wcc.c:2233:23: warning: flag ' ' results in undefined behavior with 's' conversion specifier [-Wformat] printf(" [%2u] \t%s % *s\t%012llx-%012llx %llu\t%s\t%lu\n", i + 1, ~^~~ wcc.c:2234:27: warning: format specifies type 'unsigned long long' but the argument has type 'bfd_vma' (aka 'unsigned long') [-Wformat] s->name, pad, "", s->vma, s->vma + s->size, s->size, "RW", ^~~~~~ wcc.c:2234:35: warning: format specifies type 'unsigned long long' but the argument has type 'unsigned long' [-Wformat] s->name, pad, "", s->vma, s->vma + s->size, s->size, "RW", ^~~~~~~~~~~~~~~~ wcc.c:2234:53: warning: format specifies type 'unsigned long long' but the argument has type 'bfd_size_type' (aka 'unsigned long') [-Wformat] s->name, pad, "", s->vma, s->vma + s->size, s->size, "RW", ^~~~~~~ wcc.c:2235:9: warning: format specifies type 'unsigned long' but the argument has type 'file_ptr' (aka 'long long') [-Wformat] s->filepos); ^~~~~~~~~~ wcc.c:2331:25: warning: flag ' ' results in undefined behavior with 's' conversion specifier [-Wformat] printf(" [%2u] %s% *s\t%012llx-%012llx %llu\t%s\t%lu\n", i + 1, s->name, ~^~~ wcc.c:2332:16: warning: format specifies type 'unsigned long long' but the argument has type 'bfd_vma' (aka 'unsigned long') [-Wformat] pad, "", s->vma, s->vma + s->size, s->size, hperms, s->filepos); ^~~~~~ wcc.c:2332:24: warning: format specifies type 'unsigned long long' but the argument has type 'unsigned long' [-Wformat] pad, "", s->vma, s->vma + s->size, s->size, hperms, s->filepos); ^~~~~~~~~~~~~~~~ wcc.c:2332:42: warning: format specifies type 'unsigned long long' but the argument has type 'bfd_size_type' (aka 'unsigned long') [-Wformat] pad, "", s->vma, s->vma + s->size, s->size, hperms, s->filepos); ^~~~~~~ wcc.c:2332:59: warning: format specifies type 'unsigned long' but the argument has type 'file_ptr' (aka 'long long') [-Wformat] pad, "", s->vma, s->vma + s->size, s->size, hperms, s->filepos); ^~~~~~~~~~ wcc.c:2663:25: warning: unused parameter 'ctx' [-Wunused-parameter] int save_dynstr(ctx_t * ctx, GElf_Shdr shdr, char *binary) ^ wcc.c:2681:25: warning: unused parameter 'ctx' [-Wunused-parameter] int save_dynsym(ctx_t * ctx, GElf_Shdr shdr, char *binary) ^ wcc.c:2751:61: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Addr' (aka 'unsigned int') [-Wformat] printf("warning: already have a relocation at %lu\n", r->r_offset); ~~~ ^~~~~~~~~~~ %u wcc.c:2792:41: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Addr' (aka 'unsigned int') [-Wformat] sname, sec->name, reloc_htype(rtype), r->r_offset, ^~~~~~~~~~~ wcc.c:2912:45: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Addr' (aka 'unsigned int') [-Wformat] sname, sec->name, reloc_htype(rtype), rout->r_offset, ^~~~~~~~~~~~~~ wcc.c:2922:61: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Addr' (aka 'unsigned int') [-Wformat] printf(" * Not saving Relative relocation %lu %lu\n", rout->r_offset, ~~~ ^~~~~~~~~~~~~~ %u wcc.c:2923:7: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Sword' (aka 'int') [-Wformat] rout->r_addend); ^~~~~~~~~~~~~~ wcc.c:2947:62: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Addr' (aka 'unsigned int') [-Wformat] printf("-->> %016lx\t%lu\t%s\t%u\taddend:%lu\t\n\n", rout->r_offset, ~~~~~~ ^~~~~~~~~~~~~~ %016x wcc.c:2948:5: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Word' (aka 'unsigned int') [-Wformat] rout->r_info, htype, sindex, rout->r_addend); ^~~~~~~~~~~~ wcc.c:2948:34: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Sword' (aka 'int') [-Wformat] rout->r_info, htype, sindex, rout->r_addend); ^~~~~~~~~~~~~~ wcc.c:2983:30: warning: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat] printf("\tAddress: %lu\n", ins->address); ~~~ ^~~~~~~~~~~~ %llu wcc.c:2972:39: warning: unused parameter 'ctx' [-Wunused-parameter] static void print_insn_detail(ctx_t * ctx, csh handle, cs_mode mode, ^ wcc.c:3143:52: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Addr' (aka 'unsigned int') [-Wformat] printf("%012lx\t%012lx\t%s\t%012x\t%s+%u\n", r->r_offset, r->r_info, ~~~~~~ ^~~~~~~~~~~ %012x wcc.c:3143:65: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Word' (aka 'unsigned int') [-Wformat] printf("%012lx\t%012lx\t%s\t%012x\t%s+%u\n", r->r_offset, r->r_info, ~~~~~~ ^~~~~~~~~ %012x wcc.c:3181:53: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Addr' (aka 'unsigned int') [-Wformat] printf("%012lx\t%012lx\t%s\t%012x\t%s+%ld\n", r->r_offset, r->r_info, ~~~~~~ ^~~~~~~~~~~ %012x wcc.c:3181:66: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Word' (aka 'unsigned int') [-Wformat] printf("%012lx\t%012lx\t%s\t%012x\t%s+%ld\n", r->r_offset, r->r_info, ~~~~~~ ^~~~~~~~~ %012x wcc.c:3182:51: warning: format specifies type 'long' but the argument has type 'Elf32_Sword' (aka 'int') [-Wformat] "R_X86_64_32", 0, gimports[gimport]->sname, r->r_addend); ^~~~~~~~~~~ wcc.c:3200:7: warning: format specifies type 'unsigned long' but the argument has type 'unsigned long long' [-Wformat] ins->address - textvma + wheretowrite, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wcc.c:3319:64: warning: unused parameter 'mode' [-Wunused-parameter] static void parse_text_data_reloc(ctx_t * ctx, csh ud, cs_mode mode, ^ wcc.c:3410:29: warning: passing 'char *' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] count = cs_disasm(handle, data, datalen - 1, addr, 0, &insn); ^~~~ /usr/include/capstone/capstone.h:443:18: note: passing argument to parameter 'code' here const uint8_t *code, size_t code_size, ^ wcc.c:3418:5: warning: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int') [-Wformat] count, addr); ^~~~~ wcc.c:3486:52: warning: format specifies type 'unsigned long' but the argument has type 'Elf64_Off' (aka 'unsigned long long') [-Wformat] printf(" * symbol table at offset:%lu, sz:%lu\n", shdr.sh_offset, ~~~ ^~~~~~~~~~~~~~ %llu wcc.c:3487:9: warning: format specifies type 'unsigned long' but the argument has type 'Elf64_Xword' (aka 'unsigned long long') [-Wformat] shdr.sh_size); ^~~~~~~~~~~~ wcc.c:3495:4: warning: format specifies type 'unsigned long' but the argument has type 'Elf64_Off' (aka 'unsigned long long') [-Wformat] shdr.sh_offset, shdr.sh_size); ^~~~~~~~~~~~~~ wcc.c:3495:20: warning: format specifies type 'unsigned long' but the argument has type 'Elf64_Xword' (aka 'unsigned long long') [-Wformat] shdr.sh_offset, shdr.sh_size); ^~~~~~~~~~~~ wcc.c:3500:54: warning: format specifies type 'unsigned long' but the argument has type 'Elf64_Off' (aka 'unsigned long long') [-Wformat] printf(" * string table at offset:%lu, sz:%lu\n", shdr.sh_offset, ~~~ ^~~~~~~~~~~~~~ %llu wcc.c:3501:4: warning: format specifies type 'unsigned long' but the argument has type 'Elf64_Xword' (aka 'unsigned long long') [-Wformat] shdr.sh_size); ^~~~~~~~~~~~ wcc.c:3509:9: warning: format specifies type 'unsigned long' but the argument has type 'Elf64_Off' (aka 'unsigned long long') [-Wformat] shdr.sh_offset, shdr.sh_size); ^~~~~~~~~~~~~~ wcc.c:3509:25: warning: format specifies type 'unsigned long' but the argument has type 'Elf64_Xword' (aka 'unsigned long long') [-Wformat] shdr.sh_offset, shdr.sh_size); ^~~~~~~~~~~~ 61 warnings generated. cp wcc ../../bin/ make[2]: Leaving directory '/build/wcc-git/src/wcc-git/src/wcc' cd wld && make make[2]: Entering directory '/build/wcc-git/src/wcc-git/src/wld' gcc -W -Wall -Wextra -fpie -pie -fPIC -g3 -ggdb -O0 -I../../include wld.c -o wld -lbfd cp wld ../../bin/ make[2]: Leaving directory '/build/wcc-git/src/wcc-git/src/wld' cd wsh && make make[2]: Entering directory '/build/wcc-git/src/wcc-git/src/wsh' cd openlibm && make CFLAGS="-pie -fpie -fPIC" make[3]: Entering directory '/build/wcc-git/src/wcc-git/src/wsh/openlibm' gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/common.c -o src/common.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/common.c:3: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_acos.c -o src/e_acos.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/e_acos.c:44: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_acosf.c -o src/e_acosf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/e_acosf.c:21: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_acosh.c -o src/e_acosh.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/e_acosh.c:34: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_acoshf.c -o src/e_acoshf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/e_acoshf.c:21: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_asin.c -o src/e_asin.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/e_asin.c:50: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_asinf.c -o src/e_asinf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/e_asinf.c:21: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_atan2.c -o src/e_atan2.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/e_atan2.c:48: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_atan2f.c -o src/e_atan2f.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/e_atan2f.c:21: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_atanh.c -o src/e_atanh.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/e_atanh.c:38: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_atanhf.c -o src/e_atanhf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/e_atanhf.c:21: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_cosh.c -o src/e_cosh.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/e_cosh.c:40: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_coshf.c -o src/e_coshf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/e_coshf.c:21: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_expf.c -o src/e_expf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/e_expf.c:22: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_fmodf.c -o src/e_fmodf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/e_fmodf.c:27: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_hypot.c -o src/e_hypot.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/e_hypot.c:52: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_hypotf.c -o src/e_hypotf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/e_hypotf.c:21: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_j0.c -o src/e_j0.c.o In file included from /usr/include/assert.h:35:0, from src/e_j0.c:14: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_j0f.c -o src/e_j0f.c.o In file included from /usr/include/assert.h:35:0, from src/e_j0f.c:16: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_j1.c -o src/e_j1.c.o In file included from /usr/include/assert.h:35:0, from src/e_j1.c:14: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_j1f.c -o src/e_j1f.c.o In file included from /usr/include/assert.h:35:0, from src/e_j1f.c:16: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_jn.c -o src/e_jn.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/e_jn.c:45: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_jnf.c -o src/e_jnf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/e_jnf.c:21: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_lgamma.c -o src/e_lgamma.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/e_lgamma.c:26: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_lgamma_r.c -o src/e_lgamma_r.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/e_lgamma_r.c:88: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_lgammaf.c -o src/e_lgammaf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/e_lgammaf.c:27: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_lgammaf_r.c -o src/e_lgammaf_r.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/e_lgammaf_r.c:21: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_log2.c -o src/e_log2.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/e_log2.c:29: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_log2f.c -o src/e_log2f.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/e_log2f.c:21: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_pow.c -o src/e_pow.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/e_pow.c:62: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_powf.c -o src/e_powf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/e_powf.c:21: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_rem_pio2.c -o src/e_rem_pio2.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/e_rem_pio2.c:28: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_rem_pio2f.c -o src/e_rem_pio2f.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/e_rem_pio2f.c:30: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_sinh.c -o src/e_sinh.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/e_sinh.c:37: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_sinhf.c -o src/e_sinhf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/e_sinhf.c:21: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/k_cos.c -o src/k_cos.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/k_cos.c:58: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/k_exp.c -o src/k_exp.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/k_exp.c:33: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/k_expf.c -o src/k_expf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/k_expf.c:33: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/k_rem_pio2.c -o src/k_rem_pio2.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/k_rem_pio2.c:135: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/k_sin.c -o src/k_sin.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/k_sin.c:49: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/k_tan.c -o src/k_tan.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/k_tan.c:54: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/k_cosf.c -o src/k_cosf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/k_cosf.c:24: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/k_sinf.c -o src/k_sinf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/k_sinf.c:24: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/k_tanf.c -o src/k_tanf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/k_tanf.c:23: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_asinh.c -o src/s_asinh.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_asinh.c:29: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_asinhf.c -o src/s_asinhf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_asinhf.c:21: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_atan.c -o src/s_atan.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_atan.c:39: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_atanf.c -o src/s_atanf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_atanf.c:21: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_carg.c -o src/s_carg.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_carg.c:33: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_cargf.c -o src/s_cargf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_cargf.c:33: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_cbrt.c -o src/s_cbrt.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_cbrt.c:20: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_cbrtf.c -o src/s_cbrtf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_cbrtf.c:22: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_cos.c -o src/s_cos.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_cos.c:51: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_cosf.c -o src/s_cosf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_cosf.c:26: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_csqrt.c -o src/s_csqrt.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_csqrt.c:34: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_csqrtf.c -o src/s_csqrtf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_csqrtf.c:33: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_erf.c -o src/s_erf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_erf.c:112: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_erff.c -o src/s_erff.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_erff.c:21: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_exp2.c -o src/s_exp2.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_exp2.c:33: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_exp2f.c -o src/s_exp2f.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_exp2f.c:33: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_expm1.c -o src/s_expm1.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_expm1.c:114: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_expm1f.c -o src/s_expm1f.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_expm1f.c:22: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_fabs.c -o src/s_fabs.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_fabs.c:19: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_fabsf.c -o src/s_fabsf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_fabsf.c:25: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_fdim.c -o src/s_fdim.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_fdim.c:30: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_fma.c -o src/s_fma.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/types-compat.h:4, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_i387.h:33, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv.h:10, from src/s_fma.c:31: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_fmaf.c -o src/s_fmaf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/types-compat.h:4, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_i387.h:33, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv.h:10, from src/s_fmaf.c:30: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_fmax.c -o src/s_fmax.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_fmax.c:33: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_fmaxf.c -o src/s_fmaxf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_fmaxf.c:33: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_fmin.c -o src/s_fmin.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_fmin.c:33: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_fminf.c -o src/s_fminf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_fminf.c:33: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_fpclassify.c -o src/s_fpclassify.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_fpclassify.c:29: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_frexp.c -o src/s_frexp.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_frexp.c:29: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_frexpf.c -o src/s_frexpf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_frexpf.c:21: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_ilogb.c -o src/s_ilogb.c.o In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:168, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:34, from src/s_ilogb.c:23: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_ilogbf.c -o src/s_ilogbf.c.o In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:168, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:34, from src/s_ilogbf.c:19: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_isinf.c -o src/s_isinf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_isinf.c:31: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_isfinite.c -o src/s_isfinite.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_isfinite.c:32: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_isnormal.c -o src/s_isnormal.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_isnormal.c:32: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_isnan.c -o src/s_isnan.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_isnan.c:32: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_llround.c -o src/s_llround.c.o In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:168, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:34, from src/s_lround.c:29, from src/s_llround.c:11: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_llroundf.c -o src/s_llroundf.c.o In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:168, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:34, from src/s_lround.c:29, from src/s_llroundf.c:11: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_log1p.c -o src/s_log1p.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_log1p.c:84: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_log1pf.c -o src/s_log1pf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_log1pf.c:22: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_lround.c -o src/s_lround.c.o In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:168, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:34, from src/s_lround.c:29: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_lroundf.c -o src/s_lroundf.c.o In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:168, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:34, from src/s_lround.c:29, from src/s_lroundf.c:11: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_modf.c -o src/s_modf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_modf.c:25: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_modff.c -o src/s_modff.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_modff.c:21: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -O0 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_nearbyint.c -o src/s_nearbyint.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/types-compat.h:4, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_i387.h:33, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv.h:10, from src/s_nearbyint.c:30: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_nextafter.c -o src/s_nextafter.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_nextafter.c:26: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_nextafterf.c -o src/s_nextafterf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_nextafterf.c:21: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_nexttowardf.c -o src/s_nexttowardf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_nexttowardf.c:19: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_round.c -o src/s_round.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_round.c:32: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_roundf.c -o src/s_roundf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_roundf.c:32: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_scalbln.c -o src/s_scalbln.c.o In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:168, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:34, from src/s_scalbln.c:30: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_signbit.c -o src/s_signbit.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_signbit.c:32: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_signgam.c -o src/s_signgam.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_signgam.c:3: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_sin.c -o src/s_sin.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_sin.c:51: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_sincos.c -o src/s_sincos.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_sincos.c:41: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_sinf.c -o src/s_sinf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_sinf.c:26: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_sincosf.c -o src/s_sincosf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_sincosf.c:20: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_tanf.c -o src/s_tanf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_tanf.c:25: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_tanh.c -o src/s_tanh.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_tanh.c:42: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_tanhf.c -o src/s_tanhf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_tanhf.c:21: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_tgammaf.c -o src/s_tgammaf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_tgammaf.c:32: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_cpow.c -o src/s_cpow.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_cpow.c:51: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_cpowf.c -o src/s_cpowf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_cpowf.c:50: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/w_cabs.c -o src/w_cabs.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/w_cabs.c:15: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/w_cabsf.c -o src/w_cabsf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/w_cabsf.c:11: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_nan.c -o src/s_nan.c.o In file included from /usr/include/ctype.h:25:0, from src/s_nan.c:31: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_fabsl.c -o src/s_fabsl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_fabsl.c:32: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_modfl.c -o src/s_modfl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_modfl.c:43: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_acosl.c -o src/e_acosl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/e_acosl.c:27: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_asinl.c -o src/e_asinl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/e_asinl.c:27: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_atan2l.c -o src/e_atan2l.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/e_atan2l.c:28: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_fmodl.c -o src/e_fmodl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/e_fmodl.c:18: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_fmaxl.c -o src/s_fmaxl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_fmaxl.c:33: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_fminl.c -o src/s_fminl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_fminl.c:33: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_ilogbl.c -o src/s_ilogbl.c.o In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:168, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:34, from src/s_ilogbl.c:17: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_hypotl.c -o src/e_hypotl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/e_hypotl.c:22: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/e_lgammal.c -o src/e_lgammal.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/e_lgammal.c:5: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_atanl.c -o src/s_atanl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_atanl.c:26: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_cosl.c -o src/s_cosl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_cosl.c:38: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_cprojl.c -o src/s_cprojl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_cprojl.c:33: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_csqrtl.c -o src/s_csqrtl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_csqrtl.c:33: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_fmal.c -o src/s_fmal.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/types-compat.h:4, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_i387.h:33, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv.h:10, from src/s_fmal.c:31: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_frexpl.c -o src/s_frexpl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_frexpl.c:33: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_nexttoward.c -o src/s_nexttoward.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_nexttoward.c:26: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_roundl.c -o src/s_roundl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_roundl.c:32: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_lroundl.c -o src/s_lroundl.c.o In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:168, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:34, from src/s_lround.c:29, from src/s_lroundl.c:11: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_llroundl.c -o src/s_llroundl.c.o In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:168, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:34, from src/s_lround.c:29, from src/s_llroundl.c:11: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_cpowl.c -o src/s_cpowl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_cpowl.c:51: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_cargl.c -o src/s_cargl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_cargl.c:33: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_sinl.c -o src/s_sinl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_sinl.c:33: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_sincosl.c -o src/s_sincosl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_sincosl.c:17: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_tanl.c -o src/s_tanl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_tanl.c:39: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/w_cabsl.c -o src/w_cabsl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/w_cabsl.c:16: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_nextafterl.c -o src/s_nextafterl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_nextafterl.c:27: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/polevll.c -o src/polevll.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/polevll.c:65: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_casinl.c -o src/s_casinl.c.o gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_ctanl.c -o src/s_ctanl.c.o gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_cimagl.c -o src/s_cimagl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_cimagl.c:31: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_conjl.c -o src/s_conjl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_conjl.c:31: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_creall.c -o src/s_creall.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_creall.c:31: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_cacoshl.c -o src/s_cacoshl.c.o gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_catanhl.c -o src/s_catanhl.c.o gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_casinhl.c -o src/s_casinhl.c.o gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_catanl.c -o src/s_catanl.c.o gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_csinl.c -o src/s_csinl.c.o gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_cacosl.c -o src/s_cacosl.c.o gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_cexpl.c -o src/s_cexpl.c.o gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_csinhl.c -o src/s_csinhl.c.o gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_ccoshl.c -o src/s_ccoshl.c.o gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_clogl.c -o src/s_clogl.c.o gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_ctanhl.c -o src/s_ctanhl.c.o gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_ccosl.c -o src/s_ccosl.c.o gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_cbrtl.c -o src/s_cbrtl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_cbrtl.c:26: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_ccosh.c -o src/s_ccosh.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_ccosh.c:43: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_ccoshf.c -o src/s_ccoshf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_ccoshf.c:37: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_cexp.c -o src/s_cexp.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_cexp.c:33: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_cexpf.c -o src/s_cexpf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_cexpf.c:33: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_cimag.c -o src/s_cimag.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_cimag.c:31: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_cimagf.c -o src/s_cimagf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_cimagf.c:31: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_conj.c -o src/s_conj.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_conj.c:31: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_conjf.c -o src/s_conjf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_conjf.c:31: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_cproj.c -o src/s_cproj.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_cproj.c:33: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_cprojf.c -o src/s_cprojf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_cprojf.c:33: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_creal.c -o src/s_creal.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_creal.c:31: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_crealf.c -o src/s_crealf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_crealf.c:31: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_csinh.c -o src/s_csinh.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_csinh.c:43: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_csinhf.c -o src/s_csinhf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_csinhf.c:37: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_ctanh.c -o src/s_ctanh.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_ctanh.c:72: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_ctanhf.c -o src/s_ctanhf.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from src/types-compat.h:4, from src/math_private.h:23, from src/s_ctanhf.c:37: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_cacos.c -o src/s_cacos.c.o gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_cacosf.c -o src/s_cacosf.c.o gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_cacosh.c -o src/s_cacosh.c.o gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_cacoshf.c -o src/s_cacoshf.c.o gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_casin.c -o src/s_casin.c.o gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_casinf.c -o src/s_casinf.c.o gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_casinh.c -o src/s_casinh.c.o gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_casinhf.c -o src/s_casinhf.c.o gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_catan.c -o src/s_catan.c.o gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_catanf.c -o src/s_catanf.c.o gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_catanh.c -o src/s_catanh.c.o gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_catanhf.c -o src/s_catanhf.c.o gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_clog.c -o src/s_clog.c.o gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c src/s_clogf.c -o src/s_clogf.c.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/e_exp.S -o i387/e_exp.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/e_fmod.S -o i387/e_fmod.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/e_log.S -o i387/e_log.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/e_log10.S -o i387/e_log10.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/e_remainder.S -o i387/e_remainder.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/e_sqrt.S -o i387/e_sqrt.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/s_ceil.S -o i387/s_ceil.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/s_copysign.S -o i387/s_copysign.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/s_floor.S -o i387/s_floor.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/s_llrint.S -o i387/s_llrint.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/s_logb.S -o i387/s_logb.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/s_lrint.S -o i387/s_lrint.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/s_remquo.S -o i387/s_remquo.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/s_rint.S -o i387/s_rint.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/s_tan.S -o i387/s_tan.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/s_trunc.S -o i387/s_trunc.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/s_scalbn.S -o i387/s_scalbn.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/s_scalbnf.S -o i387/s_scalbnf.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/s_scalbnl.S -o i387/s_scalbnl.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/e_log10f.S -o i387/e_log10f.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/e_logf.S -o i387/e_logf.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/e_remainderf.S -o i387/e_remainderf.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/e_sqrtf.S -o i387/e_sqrtf.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/s_ceilf.S -o i387/s_ceilf.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/s_copysignf.S -o i387/s_copysignf.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/s_floorf.S -o i387/s_floorf.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/s_llrintf.S -o i387/s_llrintf.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/s_logbf.S -o i387/s_logbf.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/s_lrintf.S -o i387/s_lrintf.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/s_remquof.S -o i387/s_remquof.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/s_rintf.S -o i387/s_rintf.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/s_truncf.S -o i387/s_truncf.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/e_remainderl.S -o i387/e_remainderl.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/e_sqrtl.S -o i387/e_sqrtl.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/s_ceill.S -o i387/s_ceill.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/s_copysignl.S -o i387/s_copysignl.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/s_floorl.S -o i387/s_floorl.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/s_llrintl.S -o i387/s_llrintl.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/s_logbl.S -o i387/s_logbl.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/s_lrintl.S -o i387/s_lrintl.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/s_remquol.S -o i387/s_remquol.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/s_rintl.S -o i387/s_rintl.S.o gcc -D_FORTIFY_SOURCE=2 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -c i387/s_truncl.S -o i387/s_truncl.S.o gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c i387/fenv.c -o i387/fenv.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/types-compat.h:4, from i387/fenv.c:30: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c bsdsrc/b_exp.c -o bsdsrc/b_exp.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/types-compat.h:4, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/math_private.h:23, from bsdsrc/mathimpl.h:37, from bsdsrc/b_exp.c:72: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c bsdsrc/b_log.c -o bsdsrc/b_log.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/types-compat.h:4, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/math_private.h:23, from bsdsrc/mathimpl.h:37, from bsdsrc/b_log.c:36: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c bsdsrc/b_tgamma.c -o bsdsrc/b_tgamma.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/types-compat.h:4, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/math_private.h:23, from bsdsrc/mathimpl.h:37, from bsdsrc/b_tgamma.c:43: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c ld80/invtrig.c -o ld80/invtrig.c.o gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c ld80/e_acoshl.c -o ld80/e_acoshl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/types-compat.h:4, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/math_private.h:23, from ld80/e_acoshl.c:29: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c ld80/e_powl.c -o ld80/e_powl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/types-compat.h:4, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/math_private.h:23, from ld80/e_powl.c:78: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c ld80/k_tanl.c -o ld80/k_tanl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/types-compat.h:4, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/math_private.h:23, from ld80/k_tanl.c:23: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c ld80/s_exp2l.c -o ld80/s_exp2l.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from ld80/s_exp2l.c:31: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ In file included from ld80/s_exp2l.c:38:0: /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/math_private.h:252:1: warning: 'irint' defined but not used [-Wunused-function] irint(double x) ^~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c ld80/e_atanhl.c -o ld80/e_atanhl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/types-compat.h:4, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/math_private.h:23, from ld80/e_atanhl.c:33: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c ld80/e_lgammal_r.c -o ld80/e_lgammal_r.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/types-compat.h:4, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/math_private.h:23, from ld80/e_lgammal_r.c:91: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c ld80/e_sinhl.c -o ld80/e_sinhl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/types-compat.h:4, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/math_private.h:23, from ld80/e_sinhl.c:33: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c ld80/s_asinhl.c -o ld80/s_asinhl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/types-compat.h:4, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/math_private.h:23, from ld80/s_asinhl.c:26: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c ld80/s_expm1l.c -o ld80/s_expm1l.c.o gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c ld80/e_coshl.c -o ld80/e_coshl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/types-compat.h:4, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/math_private.h:23, from ld80/e_coshl.c:36: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c ld80/e_log10l.c -o ld80/e_log10l.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/types-compat.h:4, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/math_private.h:23, from ld80/e_log10l.c:68: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c ld80/e_tgammal.c -o ld80/e_tgammal.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/types-compat.h:4, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/math_private.h:23, from ld80/e_tgammal.c:60: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c ld80/e_expl.c -o ld80/e_expl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/types-compat.h:4, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/math_private.h:23, from ld80/e_expl.c:77: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c ld80/e_log2l.c -o ld80/e_log2l.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/types-compat.h:4, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/math_private.h:23, from ld80/e_log2l.c:68: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c ld80/k_cosl.c -o ld80/k_cosl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/types-compat.h:4, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/math_private.h:23, from ld80/k_cosl.c:21: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c ld80/s_log1pl.c -o ld80/s_log1pl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/types-compat.h:4, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/math_private.h:23, from ld80/s_log1pl.c:64: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c ld80/s_tanhl.c -o ld80/s_tanhl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/types-compat.h:4, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/math_private.h:23, from ld80/s_tanhl.c:39: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c ld80/e_logl.c -o ld80/e_logl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/types-compat.h:4, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/math_private.h:23, from ld80/e_logl.c:68: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c ld80/k_sinl.c -o ld80/k_sinl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/types-compat.h:4, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/math_private.h:23, from ld80/k_sinl.c:21: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c ld80/s_erfl.c -o ld80/s_erfl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/types-compat.h:4, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/math_private.h:23, from ld80/s_erfl.c:104: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/i387 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC -c ld80/s_nanl.c -o ld80/s_nanl.c.o In file included from /usr/include/stdint.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include/stdint.h:9, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/types-compat.h:4, from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/math_private.h:23, from ld80/s_nanl.c:31: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ ar -rcs libopenlibm.a src/common.c.o src/e_acos.c.o src/e_acosf.c.o src/e_acosh.c.o src/e_acoshf.c.o src/e_asin.c.o src/e_asinf.c.o src/e_atan2.c.o src/e_atan2f.c.o src/e_atanh.c.o src/e_atanhf.c.o src/e_cosh.c.o src/e_coshf.c.o src/e_expf.c.o src/e_fmodf.c.o src/e_hypot.c.o src/e_hypotf.c.o src/e_j0.c.o src/e_j0f.c.o src/e_j1.c.o src/e_j1f.c.o src/e_jn.c.o src/e_jnf.c.o src/e_lgamma.c.o src/e_lgamma_r.c.o src/e_lgammaf.c.o src/e_lgammaf_r.c.o src/e_log2.c.o src/e_log2f.c.o src/e_pow.c.o src/e_powf.c.o src/e_rem_pio2.c.o src/e_rem_pio2f.c.o src/e_sinh.c.o src/e_sinhf.c.o src/k_cos.c.o src/k_exp.c.o src/k_expf.c.o src/k_rem_pio2.c.o src/k_sin.c.o src/k_tan.c.o src/k_cosf.c.o src/k_sinf.c.o src/k_tanf.c.o src/s_asinh.c.o src/s_asinhf.c.o src/s_atan.c.o src/s_atanf.c.o src/s_carg.c.o src/s_cargf.c.o src/s_cbrt.c.o src/s_cbrtf.c.o src/s_cos.c.o src/s_cosf.c.o src/s_csqrt.c.o src/s_csqrtf.c.o src/s_erf.c.o src/s_erff.c.o src/s_exp2.c.o src/s_exp2f.c.o src/s_expm1.c.o src/s_expm1f.c.o src/s_fabs.c.o src/s_fabsf.c.o src/s_fdim.c.o src/s_fma.c.o src/s_fmaf.c.o src/s_fmax.c.o src/s_fmaxf.c.o src/s_fmin.c.o src/s_fminf.c.o src/s_fpclassify.c.o src/s_frexp.c.o src/s_frexpf.c.o src/s_ilogb.c.o src/s_ilogbf.c.o src/s_isinf.c.o src/s_isfinite.c.o src/s_isnormal.c.o src/s_isnan.c.o src/s_llround.c.o src/s_llroundf.c.o src/s_log1p.c.o src/s_log1pf.c.o src/s_lround.c.o src/s_lroundf.c.o src/s_modf.c.o src/s_modff.c.o src/s_nearbyint.c.o src/s_nextafter.c.o src/s_nextafterf.c.o src/s_nexttowardf.c.o src/s_round.c.o src/s_roundf.c.o src/s_scalbln.c.o src/s_signbit.c.o src/s_signgam.c.o src/s_sin.c.o src/s_sincos.c.o src/s_sinf.c.o src/s_sincosf.c.o src/s_tanf.c.o src/s_tanh.c.o src/s_tanhf.c.o src/s_tgammaf.c.o src/s_cpow.c.o src/s_cpowf.c.o src/w_cabs.c.o src/w_cabsf.c.o src/s_nan.c.o src/s_fabsl.c.o src/s_modfl.c.o src/e_acosl.c.o src/e_asinl.c.o src/e_atan2l.c.o src/e_fmodl.c.o src/s_fmaxl.c.o src/s_fminl.c.o src/s_ilogbl.c.o src/e_hypotl.c.o src/e_lgammal.c.o src/s_atanl.c.o src/s_cosl.c.o src/s_cprojl.c.o src/s_csqrtl.c.o src/s_fmal.c.o src/s_frexpl.c.o src/s_nexttoward.c.o src/s_roundl.c.o src/s_lroundl.c.o src/s_llroundl.c.o src/s_cpowl.c.o src/s_cargl.c.o src/s_sinl.c.o src/s_sincosl.c.o src/s_tanl.c.o src/w_cabsl.c.o src/s_nextafterl.c.o src/polevll.c.o src/s_casinl.c.o src/s_ctanl.c.o src/s_cimagl.c.o src/s_conjl.c.o src/s_creall.c.o src/s_cacoshl.c.o src/s_catanhl.c.o src/s_casinhl.c.o src/s_catanl.c.o src/s_csinl.c.o src/s_cacosl.c.o src/s_cexpl.c.o src/s_csinhl.c.o src/s_ccoshl.c.o src/s_clogl.c.o src/s_ctanhl.c.o src/s_ccosl.c.o src/s_cbrtl.c.o src/s_ccosh.c.o src/s_ccoshf.c.o src/s_cexp.c.o src/s_cexpf.c.o src/s_cimag.c.o src/s_cimagf.c.o src/s_conj.c.o src/s_conjf.c.o src/s_cproj.c.o src/s_cprojf.c.o src/s_creal.c.o src/s_crealf.c.o src/s_csinh.c.o src/s_csinhf.c.o src/s_ctanh.c.o src/s_ctanhf.c.o src/s_cacos.c.o src/s_cacosf.c.o src/s_cacosh.c.o src/s_cacoshf.c.o src/s_casin.c.o src/s_casinf.c.o src/s_casinh.c.o src/s_casinhf.c.o src/s_catan.c.o src/s_catanf.c.o src/s_catanh.c.o src/s_catanhf.c.o src/s_clog.c.o src/s_clogf.c.o i387/e_exp.S.o i387/e_fmod.S.o i387/e_log.S.o i387/e_log10.S.o i387/e_remainder.S.o i387/e_sqrt.S.o i387/s_ceil.S.o i387/s_copysign.S.o i387/s_floor.S.o i387/s_llrint.S.o i387/s_logb.S.o i387/s_lrint.S.o i387/s_remquo.S.o i387/s_rint.S.o i387/s_tan.S.o i387/s_trunc.S.o i387/s_scalbn.S.o i387/s_scalbnf.S.o i387/s_scalbnl.S.o i387/e_log10f.S.o i387/e_logf.S.o i387/e_remainderf.S.o i387/e_sqrtf.S.o i387/s_ceilf.S.o i387/s_copysignf.S.o i387/s_floorf.S.o i387/s_llrintf.S.o i387/s_logbf.S.o i387/s_lrintf.S.o i387/s_remquof.S.o i387/s_rintf.S.o i387/s_truncf.S.o i387/e_remainderl.S.o i387/e_sqrtl.S.o i387/s_ceill.S.o i387/s_copysignl.S.o i387/s_floorl.S.o i387/s_llrintl.S.o i387/s_logbl.S.o i387/s_lrintl.S.o i387/s_remquol.S.o i387/s_rintl.S.o i387/s_truncl.S.o i387/fenv.c.o bsdsrc/b_exp.c.o bsdsrc/b_log.c.o bsdsrc/b_tgamma.c.o ld80/invtrig.c.o ld80/e_acoshl.c.o ld80/e_powl.c.o ld80/k_tanl.c.o ld80/s_exp2l.c.o ld80/e_atanhl.c.o ld80/e_lgammal_r.c.o ld80/e_sinhl.c.o ld80/s_asinhl.c.o ld80/s_expm1l.c.o ld80/e_coshl.c.o ld80/e_log10l.c.o ld80/e_tgammal.c.o ld80/e_expl.c.o ld80/e_log2l.c.o ld80/k_cosl.c.o ld80/s_log1pl.c.o ld80/s_tanhl.c.o ld80/e_logl.c.o ld80/k_sinl.c.o ld80/s_erfl.c.o ld80/s_nanl.c.o gcc -shared src/common.c.o src/e_acos.c.o src/e_acosf.c.o src/e_acosh.c.o src/e_acoshf.c.o src/e_asin.c.o src/e_asinf.c.o src/e_atan2.c.o src/e_atan2f.c.o src/e_atanh.c.o src/e_atanhf.c.o src/e_cosh.c.o src/e_coshf.c.o src/e_expf.c.o src/e_fmodf.c.o src/e_hypot.c.o src/e_hypotf.c.o src/e_j0.c.o src/e_j0f.c.o src/e_j1.c.o src/e_j1f.c.o src/e_jn.c.o src/e_jnf.c.o src/e_lgamma.c.o src/e_lgamma_r.c.o src/e_lgammaf.c.o src/e_lgammaf_r.c.o src/e_log2.c.o src/e_log2f.c.o src/e_pow.c.o src/e_powf.c.o src/e_rem_pio2.c.o src/e_rem_pio2f.c.o src/e_sinh.c.o src/e_sinhf.c.o src/k_cos.c.o src/k_exp.c.o src/k_expf.c.o src/k_rem_pio2.c.o src/k_sin.c.o src/k_tan.c.o src/k_cosf.c.o src/k_sinf.c.o src/k_tanf.c.o src/s_asinh.c.o src/s_asinhf.c.o src/s_atan.c.o src/s_atanf.c.o src/s_carg.c.o src/s_cargf.c.o src/s_cbrt.c.o src/s_cbrtf.c.o src/s_cos.c.o src/s_cosf.c.o src/s_csqrt.c.o src/s_csqrtf.c.o src/s_erf.c.o src/s_erff.c.o src/s_exp2.c.o src/s_exp2f.c.o src/s_expm1.c.o src/s_expm1f.c.o src/s_fabs.c.o src/s_fabsf.c.o src/s_fdim.c.o src/s_fma.c.o src/s_fmaf.c.o src/s_fmax.c.o src/s_fmaxf.c.o src/s_fmin.c.o src/s_fminf.c.o src/s_fpclassify.c.o src/s_frexp.c.o src/s_frexpf.c.o src/s_ilogb.c.o src/s_ilogbf.c.o src/s_isinf.c.o src/s_isfinite.c.o src/s_isnormal.c.o src/s_isnan.c.o src/s_llround.c.o src/s_llroundf.c.o src/s_log1p.c.o src/s_log1pf.c.o src/s_lround.c.o src/s_lroundf.c.o src/s_modf.c.o src/s_modff.c.o src/s_nearbyint.c.o src/s_nextafter.c.o src/s_nextafterf.c.o src/s_nexttowardf.c.o src/s_round.c.o src/s_roundf.c.o src/s_scalbln.c.o src/s_signbit.c.o src/s_signgam.c.o src/s_sin.c.o src/s_sincos.c.o src/s_sinf.c.o src/s_sincosf.c.o src/s_tanf.c.o src/s_tanh.c.o src/s_tanhf.c.o src/s_tgammaf.c.o src/s_cpow.c.o src/s_cpowf.c.o src/w_cabs.c.o src/w_cabsf.c.o src/s_nan.c.o src/s_fabsl.c.o src/s_modfl.c.o src/e_acosl.c.o src/e_asinl.c.o src/e_atan2l.c.o src/e_fmodl.c.o src/s_fmaxl.c.o src/s_fminl.c.o src/s_ilogbl.c.o src/e_hypotl.c.o src/e_lgammal.c.o src/s_atanl.c.o src/s_cosl.c.o src/s_cprojl.c.o src/s_csqrtl.c.o src/s_fmal.c.o src/s_frexpl.c.o src/s_nexttoward.c.o src/s_roundl.c.o src/s_lroundl.c.o src/s_llroundl.c.o src/s_cpowl.c.o src/s_cargl.c.o src/s_sinl.c.o src/s_sincosl.c.o src/s_tanl.c.o src/w_cabsl.c.o src/s_nextafterl.c.o src/polevll.c.o src/s_casinl.c.o src/s_ctanl.c.o src/s_cimagl.c.o src/s_conjl.c.o src/s_creall.c.o src/s_cacoshl.c.o src/s_catanhl.c.o src/s_casinhl.c.o src/s_catanl.c.o src/s_csinl.c.o src/s_cacosl.c.o src/s_cexpl.c.o src/s_csinhl.c.o src/s_ccoshl.c.o src/s_clogl.c.o src/s_ctanhl.c.o src/s_ccosl.c.o src/s_cbrtl.c.o src/s_ccosh.c.o src/s_ccoshf.c.o src/s_cexp.c.o src/s_cexpf.c.o src/s_cimag.c.o src/s_cimagf.c.o src/s_conj.c.o src/s_conjf.c.o src/s_cproj.c.o src/s_cprojf.c.o src/s_creal.c.o src/s_crealf.c.o src/s_csinh.c.o src/s_csinhf.c.o src/s_ctanh.c.o src/s_ctanhf.c.o src/s_cacos.c.o src/s_cacosf.c.o src/s_cacosh.c.o src/s_cacoshf.c.o src/s_casin.c.o src/s_casinf.c.o src/s_casinh.c.o src/s_casinhf.c.o src/s_catan.c.o src/s_catanf.c.o src/s_catanh.c.o src/s_catanhf.c.o src/s_clog.c.o src/s_clogf.c.o i387/e_exp.S.o i387/e_fmod.S.o i387/e_log.S.o i387/e_log10.S.o i387/e_remainder.S.o i387/e_sqrt.S.o i387/s_ceil.S.o i387/s_copysign.S.o i387/s_floor.S.o i387/s_llrint.S.o i387/s_logb.S.o i387/s_lrint.S.o i387/s_remquo.S.o i387/s_rint.S.o i387/s_tan.S.o i387/s_trunc.S.o i387/s_scalbn.S.o i387/s_scalbnf.S.o i387/s_scalbnl.S.o i387/e_log10f.S.o i387/e_logf.S.o i387/e_remainderf.S.o i387/e_sqrtf.S.o i387/s_ceilf.S.o i387/s_copysignf.S.o i387/s_floorf.S.o i387/s_llrintf.S.o i387/s_logbf.S.o i387/s_lrintf.S.o i387/s_remquof.S.o i387/s_rintf.S.o i387/s_truncf.S.o i387/e_remainderl.S.o i387/e_sqrtl.S.o i387/s_ceill.S.o i387/s_copysignl.S.o i387/s_floorl.S.o i387/s_llrintl.S.o i387/s_logbl.S.o i387/s_lrintl.S.o i387/s_remquol.S.o i387/s_rintl.S.o i387/s_truncl.S.o i387/fenv.c.o bsdsrc/b_exp.c.o bsdsrc/b_log.c.o bsdsrc/b_tgamma.c.o ld80/invtrig.c.o ld80/e_acoshl.c.o ld80/e_powl.c.o ld80/k_tanl.c.o ld80/s_exp2l.c.o ld80/e_atanhl.c.o ld80/e_lgammal_r.c.o ld80/e_sinhl.c.o ld80/s_asinhl.c.o ld80/s_expm1l.c.o ld80/e_coshl.c.o ld80/e_log10l.c.o ld80/e_tgammal.c.o ld80/e_expl.c.o ld80/e_log2l.c.o ld80/k_cosl.c.o ld80/s_log1pl.c.o ld80/s_tanhl.c.o ld80/e_logl.c.o ld80/k_sinl.c.o ld80/s_erfl.c.o ld80/s_nanl.c.o -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-soname,libopenlibm.so.2 -o libopenlibm.so.2.3 ln -sf libopenlibm.so.2.3 libopenlibm.so.2 ln -sf libopenlibm.so.2.3 libopenlibm.so make[3]: Leaving directory '/build/wcc-git/src/wcc-git/src/wsh/openlibm' cd lua && make linux CFLAGS="-pie -fpie -fPIC" make[3]: Entering directory '/build/wcc-git/src/wcc-git/src/wsh/lua' cd src && make linux make[4]: Entering directory '/build/wcc-git/src/wcc-git/src/wsh/lua/src' make all SYSCFLAGS="-DLUA_USE_LINUX" SYSLIBS="-Wl,-E -ldl -lreadline" make[5]: Entering directory '/build/wcc-git/src/wcc-git/src/wsh/lua/src' gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2 -c -o lapi.o lapi.c In file included from /usr/include/string.h:25:0, from lapi.c:14: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2 -c -o lcode.o lcode.c In file included from /usr/include/math.h:26:0, from lcode.c:13: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2 -c -o lctype.o lctype.c In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:168, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:34, from luaconf.h:11, from lua.h:16, from lctype.h:10, from lctype.c:13: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2 -c -o ldebug.o ldebug.c In file included from /usr/include/string.h:25:0, from ldebug.c:15: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2 -c -o ldo.o ldo.c In file included from /usr/include/setjmp.h:25:0, from ldo.c:13: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2 -c -o ldump.o ldump.c In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:168, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:34, from luaconf.h:11, from lua.h:16, from ldump.c:15: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2 -c -o lfunc.o lfunc.c In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:168, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:34, from luaconf.h:11, from lua.h:16, from lfunc.c:15: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2 -c -o lgc.o lgc.c In file included from /usr/include/string.h:25:0, from lgc.c:13: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2 -c -o llex.o llex.c In file included from /usr/include/locale.h:25:0, from llex.c:13: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2 -c -o lmem.o lmem.c In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:168, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:34, from luaconf.h:11, from lua.h:16, from lmem.c:15: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2 -c -o lobject.o lobject.c In file included from /usr/include/locale.h:25:0, from lobject.c:13: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2 -c -o lopcodes.o lopcodes.c In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:168, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:34, from llimits.h:11, from lopcodes.h:10, from lopcodes.c:15: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2 -c -o lparser.o lparser.c In file included from /usr/include/string.h:25:0, from lparser.c:13: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2 -c -o lstate.o lstate.c In file included from /usr/include/string.h:25:0, from lstate.c:14: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2 -c -o lstring.o lstring.c In file included from /usr/include/string.h:25:0, from lstring.c:13: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2 -c -o ltable.o ltable.c In file included from /usr/include/math.h:26:0, from ltable.c:26: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2 -c -o ltm.o ltm.c In file included from /usr/include/string.h:25:0, from ltm.c:13: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2 -c -o lundump.o lundump.c In file included from /usr/include/string.h:25:0, from lundump.c:13: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2 -c -o lvm.o lvm.c In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:168, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:34, from lvm.c:13: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2 -c -o lzio.o lzio.c In file included from /usr/include/string.h:25:0, from lzio.c:13: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2 -c -o lauxlib.o lauxlib.c In file included from /usr/include/errno.h:28:0, from lauxlib.c:13: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2 -c -o lbaselib.o lbaselib.c In file included from /usr/include/ctype.h:25:0, from lbaselib.c:13: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2 -c -o lbitlib.o lbitlib.c In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:168, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:34, from luaconf.h:11, from lua.h:16, from lbitlib.c:13: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2 -c -o lcorolib.o lcorolib.c In file included from /usr/include/stdlib.h:24:0, from lcorolib.c:13: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2 -c -o ldblib.o ldblib.c In file included from /usr/include/stdio.h:27:0, from ldblib.c:13: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2 -c -o liolib.o liolib.c In file included from /usr/include/ctype.h:25:0, from liolib.c:13: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2 -c -o lmathlib.o lmathlib.c In file included from /usr/include/stdlib.h:24:0, from lmathlib.c:13: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2 -c -o loslib.o loslib.c In file included from /usr/include/errno.h:28:0, from loslib.c:13: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2 -c -o lstrlib.o lstrlib.c In file included from /usr/include/ctype.h:25:0, from lstrlib.c:13: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2 -c -o ltablib.o ltablib.c In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:168, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:34, from ltablib.c:13: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2 -c -o lutf8lib.o lutf8lib.c In file included from /usr/include/assert.h:35:0, from lutf8lib.c:13: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2 -c -o loadlib.o loadlib.c In file included from /usr/include/stdio.h:27:0, from loadlib.c:17: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2 -c -o linit.o linit.c In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:168, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/syslimits.h:7, from /usr/lib/gcc/i686-pc-linux-gnu/6.1.1/include-fixed/limits.h:34, from luaconf.h:11, from lua.h:16, from linit.c:32: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ ar rcu liblua.a lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o lauxlib.o lbaselib.o lbitlib.o lcorolib.o ldblib.o liolib.o lmathlib.o loslib.o lstrlib.o ltablib.o lutf8lib.o loadlib.o linit.o ar: `u' modifier ignored since `D' is the default (see `U') ranlib liblua.a gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2 -c -o lua.o lua.c In file included from /usr/include/signal.h:28:0, from lua.c:12: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -std=gnu99 -o lua lua.o liblua.a -lm -Wl,-E -ldl -lreadline liblua.a(loslib.o): In function `os_tmpname': loslib.c:(.text+0x1af): warning: the use of `tmpnam' is dangerous, better use `mkstemp' gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2 -c -o luac.o luac.c In file included from /usr/include/ctype.h:25:0, from luac.c:12: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ gcc -std=gnu99 -o luac luac.o liblua.a -lm -Wl,-E -ldl -lreadline make[5]: Leaving directory '/build/wcc-git/src/wcc-git/src/wsh/lua/src' make[4]: Leaving directory '/build/wcc-git/src/wcc-git/src/wsh/lua/src' make[3]: Leaving directory '/build/wcc-git/src/wcc-git/src/wsh/lua' gcc -masm=intel -rdynamic -W -Wall -Wextra -O0 -mpreferred-stack-boundary=12 -mstackrealign -ggdb -g3 -Wno-unused-but-set-variable -Wno-unused-parameter -I./include/sflib/ -I./include -I../../include/ -rdynamic -Wl,-E -Wl,-z,now wsh.c -o wsh.o -c -ldl -lreadline -pie -fpie -fPIC wsh.c: In function 'bfmap': wsh.c:117:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] if (msync((void *) i, page_size, MS_ASYNC)) { ^ wsh.c:123:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] if (msync((void *) i + j, page_size, 0)) { ^ wsh.c: In function 'scan_symbol': wsh.c:358:14: warning: passing argument 1 of 'dladdr1' makes pointer from integer without a cast [-Wint-conversion] if (dladdr1(ret, &dli, (void **) &s, RTLD_DL_SYMENT)) { ^~~ In file included from /usr/include/link.h:25:0, from ./include/libwitch/wsh.h:35, from wsh.c:32: /usr/include/dlfcn.h:102:12: note: expected 'const void *' but argument is of type 'long unsigned int' extern int dladdr1 (const void *__address, Dl_info *__info, ^~~~~~~ wsh.c:345:29: warning: unused variable 'i' [-Wunused-variable] unsigned int stype, sbind, i; ^ wsh.c: In function 'help': wsh.c:578:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] arg = luaL_checkstring(L, 1); ^ wsh.c: In function 'decode_type': wsh.c:674:35: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'unsigned int' [-Wformat=] snprintf(ret, 199, "Unknown: %llx\n", type); ^ wsh.c: In function 'phdr_callback': wsh.c:695:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] fname = info->dlpi_name; ^ wsh.c: In function 'add_symbol': wsh.c:724:74: warning: 'return' with no value, in function returning non-void if(!s){ fprintf(stderr, " !! Error: calloc() = %s\n", strerror(errno)); return; } ^~~~~~ wsh.c:719:5: note: declared here int add_symbol(char *symbol, char *libname, char *htype, char *hbind, unsigned long value, unsigned int size, unsigned long int addr){ ^~~~~~~~~~ wsh.c: In function 'shdr_callback': wsh.c:852:16: warning: passing argument 1 of 'scan_sections' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] scan_sections(info->dlpi_name, info->dlpi_addr); ^~~~ wsh.c:821:5: note: expected 'char *' but argument is of type 'const char *' int scan_sections(char *fname, unsigned long int baseaddr) ^~~~~~~~~~~~~ wsh.c: In function 'symbol_from_addr': wsh.c:908:9: warning: return from incompatible pointer type [-Wincompatible-pointer-types] return res; ^~~ wsh.c: In function 'symbol_from_name': wsh.c:920:11: warning: return from incompatible pointer type [-Wincompatible-pointer-types] return s; ^ wsh.c:924:9: warning: return from incompatible pointer type [-Wincompatible-pointer-types] return res; ^~~ In file included from wsh.c:32:0: wsh.c: In function 'headers': ./include/libwitch/wsh.h:204:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] arg1 = (unsigned long) lua_tonumber(L, 1); \ ^ wsh.c:939:2: note: in expansion of macro 'read_arg1' read_arg1(libname); ^~~~~~~~~ ./include/libwitch/wsh.h:206:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] arg1 = luaL_checkstring(L, 1); \ ^ wsh.c:939:2: note: in expansion of macro 'read_arg1' read_arg1(libname); ^~~~~~~~~ ./include/libwitch/wsh.h:209:8: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] arg1 = lua_tocfunction(L, 1); \ ^ wsh.c:939:2: note: in expansion of macro 'read_arg1' read_arg1(libname); ^~~~~~~~~ wsh.c:935:15: warning: unused variable 'pcnt' [-Wunused-variable] unsigned int pcnt = 0; ^~~~ wsh.c:934:15: warning: unused variable 'i' [-Wunused-variable] unsigned int i, scount = 0; ^ wsh.c:933:24: warning: unused variable 'res' [-Wunused-variable] symbols_t *s, *stmp, *res = 0; ^~~ In file included from ./include/libwitch/wsh.h:126:0, from wsh.c:32: wsh.c: In function 'print_phdrs': ./include/colors.h:45:16: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] #define NORMAL "\033[0m" /* flush the previous properties */ ^ wsh.c:1091:12: note: in expansion of macro 'NORMAL' printf(NORMAL "%012llx-%012llx%s\t%s\t%u\t%s\t%s"NORMAL"\n", s->addr, s->addr + s->size, ^~~~~~ ./include/colors.h:45:16: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] #define NORMAL "\033[0m" /* flush the previous properties */ ^ wsh.c:1091:12: note: in expansion of macro 'NORMAL' printf(NORMAL "%012llx-%012llx%s\t%s\t%u\t%s\t%s"NORMAL"\n", s->addr, s->addr + s->size, ^~~~~~ ./include/colors.h:45:16: warning: format '%u' expects argument of type 'unsigned int', but argument 6 has type 'long unsigned int' [-Wformat=] #define NORMAL "\033[0m" /* flush the previous properties */ ^ wsh.c:1091:12: note: in expansion of macro 'NORMAL' printf(NORMAL "%012llx-%012llx%s\t%s\t%u\t%s\t%s"NORMAL"\n", s->addr, s->addr + s->size, ^~~~~~ wsh.c:1094:19: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] printf("%012llx-%012llx\t%s\t%u\t%s\t%s\n", s->addr, s->addr + s->size, ^ wsh.c:1094:27: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] printf("%012llx-%012llx\t%s\t%u\t%s\t%s\n", s->addr, s->addr + s->size, ^ wsh.c:1094:35: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'long unsigned int' [-Wformat=] printf("%012llx-%012llx\t%s\t%u\t%s\t%s\n", s->addr, s->addr + s->size, ^ In file included from wsh.c:32:0: wsh.c: In function 'print_symbols': ./include/libwitch/wsh.h:204:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] arg1 = (unsigned long) lua_tonumber(L, 1); \ ^ wsh.c:1118:2: note: in expansion of macro 'read_arg1' read_arg1(symname); ^~~~~~~~~ ./include/libwitch/wsh.h:206:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] arg1 = luaL_checkstring(L, 1); \ ^ wsh.c:1118:2: note: in expansion of macro 'read_arg1' read_arg1(symname); ^~~~~~~~~ ./include/libwitch/wsh.h:209:8: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] arg1 = lua_tocfunction(L, 1); \ ^ wsh.c:1118:2: note: in expansion of macro 'read_arg1' read_arg1(symname); ^~~~~~~~~ ./include/libwitch/wsh.h:226:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] arg2 = (unsigned long) lua_tonumber(L, 2); \ ^ wsh.c:1119:2: note: in expansion of macro 'read_arg2' read_arg2(libname); ^~~~~~~~~ ./include/libwitch/wsh.h:228:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] arg2 = luaL_checkstring(L, 2); \ ^ wsh.c:1119:2: note: in expansion of macro 'read_arg2' read_arg2(libname); ^~~~~~~~~ ./include/libwitch/wsh.h:231:8: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] arg2 = lua_tocfunction(L, 2); \ ^ wsh.c:1119:2: note: in expansion of macro 'read_arg2' read_arg2(libname); ^~~~~~~~~ ./include/libwitch/wsh.h:250:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg3 = luaL_checkstring(L, 3); \ ^ wsh.c:1120:2: note: in expansion of macro 'read_arg3' read_arg3(returnall); ^~~~~~~~~ ./include/libwitch/wsh.h:253:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg3 = lua_tocfunction(L, 3); \ ^ wsh.c:1120:2: note: in expansion of macro 'read_arg3' read_arg3(returnall); ^~~~~~~~~ ./include/libwitch/wsh.h:255:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg3 = lua_touserdata(L, 3); \ ^ wsh.c:1120:2: note: in expansion of macro 'read_arg3' read_arg3(returnall); ^~~~~~~~~ ./include/libwitch/wsh.h:257:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg3 = lua_touserdata(L, 3); \ ^ wsh.c:1120:2: note: in expansion of macro 'read_arg3' read_arg3(returnall); ^~~~~~~~~ wsh.c: In function 'print_functions': ./include/libwitch/wsh.h:204:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] arg1 = (unsigned long) lua_tonumber(L, 1); \ ^ wsh.c:1186:2: note: in expansion of macro 'read_arg1' read_arg1(symname); ^~~~~~~~~ ./include/libwitch/wsh.h:206:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] arg1 = luaL_checkstring(L, 1); \ ^ wsh.c:1186:2: note: in expansion of macro 'read_arg1' read_arg1(symname); ^~~~~~~~~ ./include/libwitch/wsh.h:209:8: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] arg1 = lua_tocfunction(L, 1); \ ^ wsh.c:1186:2: note: in expansion of macro 'read_arg1' read_arg1(symname); ^~~~~~~~~ ./include/libwitch/wsh.h:226:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] arg2 = (unsigned long) lua_tonumber(L, 2); \ ^ wsh.c:1187:2: note: in expansion of macro 'read_arg2' read_arg2(libname); ^~~~~~~~~ ./include/libwitch/wsh.h:228:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] arg2 = luaL_checkstring(L, 2); \ ^ wsh.c:1187:2: note: in expansion of macro 'read_arg2' read_arg2(libname); ^~~~~~~~~ ./include/libwitch/wsh.h:231:8: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] arg2 = lua_tocfunction(L, 2); \ ^ wsh.c:1187:2: note: in expansion of macro 'read_arg2' read_arg2(libname); ^~~~~~~~~ ./include/libwitch/wsh.h:250:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg3 = luaL_checkstring(L, 3); \ ^ wsh.c:1188:2: note: in expansion of macro 'read_arg3' read_arg3(returnall); ^~~~~~~~~ ./include/libwitch/wsh.h:253:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg3 = lua_tocfunction(L, 3); \ ^ wsh.c:1188:2: note: in expansion of macro 'read_arg3' read_arg3(returnall); ^~~~~~~~~ ./include/libwitch/wsh.h:255:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg3 = lua_touserdata(L, 3); \ ^ wsh.c:1188:2: note: in expansion of macro 'read_arg3' read_arg3(returnall); ^~~~~~~~~ ./include/libwitch/wsh.h:257:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg3 = lua_touserdata(L, 3); \ ^ wsh.c:1188:2: note: in expansion of macro 'read_arg3' read_arg3(returnall); ^~~~~~~~~ wsh.c: In function 'print_objects': ./include/libwitch/wsh.h:204:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] arg1 = (unsigned long) lua_tonumber(L, 1); \ ^ wsh.c:1264:2: note: in expansion of macro 'read_arg1' read_arg1(libname); ^~~~~~~~~ ./include/libwitch/wsh.h:206:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] arg1 = luaL_checkstring(L, 1); \ ^ wsh.c:1264:2: note: in expansion of macro 'read_arg1' read_arg1(libname); ^~~~~~~~~ ./include/libwitch/wsh.h:209:8: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] arg1 = lua_tocfunction(L, 1); \ ^ wsh.c:1264:2: note: in expansion of macro 'read_arg1' read_arg1(libname); ^~~~~~~~~ wsh.c: In function 'print_eps': wsh.c:1420:17: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] printf("%012llx\t%s\n", s->addr, s->name); ^ wsh.c: In function 'man': wsh.c:1483:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] arg = luaL_checkstring(L, 1); ^ wsh.c:1485:28: warning: format '%s' expects argument of type 'char *', but argument 4 has type 'void *' [-Wformat=] snprintf(cmd, 254, "man %s", arg); // Obvious injection. We don't care ^ wsh.c: In function 'info': wsh.c:1507:11: warning: passing argument 1 of 'msync' makes pointer from integer without a cast [-Wint-conversion] if(msync(n & ~0xfff, 4096, 0) == 0){ // if read as a number, destination address is mapped ^ In file included from ./include/libwitch/wsh.h:75:0, from wsh.c:32: /usr/include/sys/mman.h:89:12: note: expected 'void *' but argument is of type 'long unsigned int' extern int msync (void *__addr, size_t __len, int __flags); ^~~~~ wsh.c:1512:34: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] printf(" * address 0x%llx is mapped\n", n); ^ wsh.c:1517:20: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] symbols_t *sym = symbol_from_addr(n); ^~~~~~~~~~~~~~~~ wsh.c:1519:39: warning: format '%u' expects argument of type 'unsigned int', but argument 6 has type 'long unsigned int' [-Wformat=] printf(" * %s %s %s from %s\tsize:%u\n", sym->hbind, sym->htype, sym->symbol, sym->libname, sym->size); ^ wsh.c:1521:16: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] printf(" * %u bytes within %s %s %s from %s\tsize:%u\n", n - sym->addr, sym->hbind, sym->htype, sym->symbol, sym->libname, sym->size); ^ wsh.c:1521:55: warning: format '%u' expects argument of type 'unsigned int', but argument 7 has type 'long unsigned int' [-Wformat=] printf(" * %u bytes within %s %s %s from %s\tsize:%u\n", n - sym->addr, sym->hbind, sym->htype, sym->symbol, sym->libname, sym->size); ^ wsh.c:1529:16: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] printf(" * %u bytes within %s:%s %s\n", n - sec->addr, sec->libname, sec->name, sec->perms); ^ wsh.c:1535:21: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] sections_t *seg = segment_from_addr(n); ^~~~~~~~~~~~~~~~~ wsh.c:1537:16: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] printf(" * %u bytes within %s:%s %s\n", n - seg->addr, seg->libname, seg->name, seg->perms); ^ wsh.c:1541:10: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] symbol = luaL_checkstring(L, 1); ^ wsh.c:1546:20: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] symbols_t *sym = symbol_from_name(symbol); ^~~~~~~~~~~~~~~~ wsh.c:1548:23: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'void *' [-Wformat=] printf(" * Symbol %s does not exist\n", symbol); ^ wsh.c:1555:35: warning: passing argument 1 of 'dlsym' makes pointer from integer without a cast [-Wint-conversion] ret = (unsigned long int) dlsym(wsh->mainhandle, symbol); ^~~ In file included from /usr/include/link.h:25:0, from ./include/libwitch/wsh.h:35, from wsh.c:32: /usr/include/dlfcn.h:64:14: note: expected 'void * restrict' but argument is of type 'unsigned int' extern void *dlsym (void *__restrict __handle, ^~~~~ wsh.c:1561:15: warning: passing argument 1 of 'dladdr1' makes pointer from integer without a cast [-Wint-conversion] if (dladdr1(ret, &dli, (void **) &s, RTLD_DL_SYMENT)&&(s)) { ^~~ In file included from /usr/include/link.h:25:0, from ./include/libwitch/wsh.h:35, from wsh.c:32: /usr/include/dlfcn.h:102:12: note: expected 'const void *' but argument is of type 'long unsigned int' extern int dladdr1 (const void *__address, Dl_info *__info, ^~~~~~~ wsh.c:1569:40: warning: passing argument 1 of 'section_from_addr' makes integer from pointer without a cast [-Wint-conversion] sections_t *sec = section_from_addr(dli.dli_saddr); ^~~ wsh.c:869:13: note: expected 'long unsigned int' but argument is of type 'void *' sections_t *section_from_addr(unsigned long int addr){ ^~~~~~~~~~~~~~~~~ wsh.c:1574:43: warning: format '%lu' expects argument of type 'long unsigned int', but argument 8 has type 'Elf32_Word {aka unsigned int}' [-Wformat=] printf(" * %s %s %s at %p %s:%s size:%lu\n", htype, hbind, dli.dli_sname, dli.dli_saddr, dli.dli_fname, secname, s->st_size /*, s->st_value */ ); ^ wsh.c:1577:23: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'void *' [-Wformat=] printf(" * symbol %s does not exist.\n", symbol); ^ wsh.c:1502:29: warning: unused variable 'i' [-Wunused-variable] unsigned int stype, sbind, i; ^ wsh.c: In function 'setcharbuf': wsh.c:1610:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion] buff = (unsigned long int) lua_tonumber(L, 1); ^ wsh.c:1612:6: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] val = lua_tostring(L, 3); ^ wsh.c: In function 'rdstr': wsh.c:1628:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion] buff = (unsigned long int) lua_tonumber(L, 1); ^ wsh.c: In function 'rdnum': wsh.c:1648:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion] buff = (int) lua_tonumber(L, 1); ^ wsh.c: In function 'getcharbuf': wsh.c:1664:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion] buff = (unsigned long int) lua_tonumber(L, 1); ^ wsh.c: In function 'run_shell': wsh.c:1747:6: warning: null argument where non-null required (argument 2) [-Wnonnull] execlp("/bin/sh", 0); ^~~~~~ wsh.c:1747:6: warning: not enough variable arguments to fit a sentinel [-Wformat=] wsh.c:1692:6: warning: unused variable 'work' [-Wunused-variable] int work; ^~~~ wsh.c: In function 'learn_proto': wsh.c:1811:15: warning: comparison is always false due to limited range of data type [-Wtype-limits] if(faultaddr > 0xf000000000000000) { return 0; } // Address out of userland ^ wsh.c:1846:17: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] symbols_t *s = symbol_from_addr(arg[0]); ^~~~~~~~~~~~~~~~ wsh.c:1854:52: warning: format '%d' expects argument of type 'int', but argument 7 has type 'long int' [-Wformat=] fprintf(wsh->learnfile, "TAG %s %s argument%u %s %d\n", s->libname, s->symbol, argn, tag, offset); ^ wsh.c:1805:18: warning: unused variable 'j' [-Wunused-variable] unsigned int i, j; ^ In file included from wsh.c:32:0: wsh.c: In function 'prototypes': ./include/libwitch/wsh.h:204:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] arg1 = (unsigned long) lua_tonumber(L, 1); \ ^ wsh.c:1893:2: note: in expansion of macro 'read_arg1' read_arg1(pattern); ^~~~~~~~~ ./include/libwitch/wsh.h:206:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] arg1 = luaL_checkstring(L, 1); \ ^ wsh.c:1893:2: note: in expansion of macro 'read_arg1' read_arg1(pattern); ^~~~~~~~~ ./include/libwitch/wsh.h:209:8: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] arg1 = lua_tocfunction(L, 1); \ ^ wsh.c:1893:2: note: in expansion of macro 'read_arg1' read_arg1(pattern); ^~~~~~~~~ ./include/libwitch/wsh.h:226:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] arg2 = (unsigned long) lua_tonumber(L, 2); \ ^ wsh.c:1894:2: note: in expansion of macro 'read_arg2' read_arg2(patternlib); ^~~~~~~~~ ./include/libwitch/wsh.h:228:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] arg2 = luaL_checkstring(L, 2); \ ^ wsh.c:1894:2: note: in expansion of macro 'read_arg2' read_arg2(patternlib); ^~~~~~~~~ ./include/libwitch/wsh.h:231:8: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] arg2 = lua_tocfunction(L, 2); \ ^ wsh.c:1894:2: note: in expansion of macro 'read_arg2' read_arg2(patternlib); ^~~~~~~~~ ./include/libwitch/wsh.h:248:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] arg3 = (unsigned long) lua_tonumber(L, 3); \ ^ wsh.c:1895:2: note: in expansion of macro 'read_arg3' read_arg3(patterntag); ^~~~~~~~~ ./include/libwitch/wsh.h:250:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] arg3 = luaL_checkstring(L, 3); \ ^ wsh.c:1895:2: note: in expansion of macro 'read_arg3' read_arg3(patterntag); ^~~~~~~~~ ./include/libwitch/wsh.h:253:8: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] arg3 = lua_tocfunction(L, 3); \ ^ wsh.c:1895:2: note: in expansion of macro 'read_arg3' read_arg3(patterntag); ^~~~~~~~~ wsh.c: In function 'libcall': wsh.c:2102:11: warning: assignment makes pointer from integer without a cast [-Wint-conversion] arg[i] = (unsigned long) lua_tonumber(L, i + 1); ^ wsh.c:2104:11: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] arg[i] = luaL_checkstring(L, i + 1); ^ wsh.c:2107:11: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] arg[i] = lua_tocfunction(L, i + 1); ^ wsh.c:2173:4: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] f = arg[0]; ^ wsh.c:2203:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion] ret = -1; ^ wsh.c:2236:16: warning: passing argument 1 of 'is_mapped' makes integer from pointer without a cast [-Wint-conversion] n = is_mapped(ret); ^~~ In file included from ./include/libwitch/wsh.h:125:0, from wsh.c:32: ./include/libwitch/helper.h:33:5: note: expected 'long unsigned int' but argument is of type 'void *' int is_mapped(unsigned long int addr); ^~~~~~~~~ wsh.c:2254:23: warning: passing argument 2 of 'lua_pushinteger' makes integer from pointer without a cast [-Wint-conversion] lua_pushinteger(L, ret); // Push as a number ^~~ In file included from ./include/libwitch/wsh.h:103:0, from wsh.c:32: ./include/lua.h:226:22: note: expected 'lua_Integer {aka long long int}' but argument is of type 'void *' LUA_API void (lua_pushinteger) (lua_State *L, lua_Integer n); ^~~~~~~~~~~~~~~ wsh.c:2257:22: warning: passing argument 2 of 'lua_pushinteger' makes integer from pointer without a cast [-Wint-conversion] lua_pushinteger(L, ret); // Push as a number ^~~ In file included from ./include/libwitch/wsh.h:103:0, from wsh.c:32: ./include/lua.h:226:22: note: expected 'lua_Integer {aka long long int}' but argument is of type 'void *' LUA_API void (lua_pushinteger) (lua_State *L, lua_Integer n); ^~~~~~~~~~~~~~~ wsh.c:2268:68: warning: comparison is always true due to limited range of data type [-Wtype-limits] if((wsh->reason)&&(wsh->faultaddr >= 0x40000000)&&(wsh->faultaddr <= 0x7f0000000000)){ ^~ wsh.c:2269:15: warning: passing argument 1 of 'learn_proto' from incompatible pointer type [-Wincompatible-pointer-types] learn_proto(arg, wsh->faultaddr, wsh->reason); ^~~ wsh.c:1801:5: note: expected 'long unsigned int *' but argument is of type 'long unsigned int **' int learn_proto(unsigned long*arg, unsigned long int faultaddr, int reason){ ^~~~~~~~~~~ wsh.c:2344:21: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] symbols_t *symbt = symbol_from_addr(wsh->btcaller); ^~~~~~~~~~~~~~~~ wsh.c:2428:23: warning: passing argument 2 of 'lua_pushinteger' makes integer from pointer without a cast [-Wint-conversion] lua_pushinteger(L, arg[j]); ^~~ In file included from ./include/libwitch/wsh.h:103:0, from wsh.c:32: ./include/lua.h:226:22: note: expected 'lua_Integer {aka long long int}' but argument is of type 'long unsigned int *' LUA_API void (lua_pushinteger) (lua_State *L, lua_Integer n); ^~~~~~~~~~~~~~~ wsh.c:2462:23: warning: passing argument 2 of 'lua_pushinteger' makes integer from pointer without a cast [-Wint-conversion] lua_pushinteger(L, ret); // Push as a number ^~~ In file included from ./include/libwitch/wsh.h:103:0, from wsh.c:32: ./include/lua.h:226:22: note: expected 'lua_Integer {aka long long int}' but argument is of type 'void *' LUA_API void (lua_pushinteger) (lua_State *L, lua_Integer n); ^~~~~~~~~~~~~~~ wsh.c:2465:22: warning: passing argument 2 of 'lua_pushinteger' makes integer from pointer without a cast [-Wint-conversion] lua_pushinteger(L, ret); // Push as a number ^~~ In file included from ./include/libwitch/wsh.h:103:0, from wsh.c:32: ./include/lua.h:226:22: note: expected 'lua_Integer {aka long long int}' but argument is of type 'void *' LUA_API void (lua_pushinteger) (lua_State *L, lua_Integer n); ^~~~~~~~~~~~~~~ wsh.c:2476:39: warning: passing argument 1 of 'symbol_from_addr' makes integer from pointer without a cast [-Wint-conversion] symbols_t *symlib = symbol_from_addr(arg[0]); ^~~ wsh.c:899:13: note: expected 'long unsigned int' but argument is of type 'long unsigned int *' sections_t *symbol_from_addr(unsigned long int addr){ ^~~~~~~~~~~~~~~~ wsh.c:2476:22: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] symbols_t *symlib = symbol_from_addr(arg[0]); ^~~~~~~~~~~~~~~~ wsh.c:2169:1: warning: label 'do_tracee' defined but not used [-Wunused-label] do_tracee: ^~~~~~~~~ wsh.c: In function 'scan_syms': wsh.c:2612:49: warning: passing argument 1 of 'msync' makes pointer from integer without a cast [-Wint-conversion] if((!scan_symbol(symname, libname))&&(msync(address &~0xfff,4096,0) == 0)) { // no errors, mapped ^~~~~~~ In file included from ./include/libwitch/wsh.h:75:0, from wsh.c:32: /usr/include/sys/mman.h:89:12: note: expected 'void *' but argument is of type 'long unsigned int' extern int msync (void *__addr, size_t __len, int __flags); ^~~~~ wsh.c: In function 'rescan': wsh.c:2758:21: warning: passing argument 1 of 'parse_link_map_dyn' makes pointer from integer without a cast [-Wint-conversion] parse_link_map_dyn(wsh->mainhandle); ^~~ wsh.c:2724:6: note: expected 'struct link_map *' but argument is of type 'unsigned int' void parse_link_map_dyn(struct link_map *map) ^~~~~~~~~~~~~~~~~~ wsh.c: In function 'print_procmap': wsh.c:2773:11: warning: passing argument 1 of 'snprintf' from incompatible pointer type [-Wincompatible-pointer-types] snprintf(path, 99, "/proc/%u/maps", pid); ^~~~ In file included from ./include/libwitch/wsh.h:37:0, from wsh.c:32: /usr/include/stdio.h:388:12: note: expected 'char * restrict' but argument is of type 'char **' extern int snprintf (char *__restrict __s, size_t __maxlen, ^~~~~~~~ wsh.c:2775:12: warning: passing argument 1 of 'open' from incompatible pointer type [-Wincompatible-pointer-types] fd = open(path, O_RDONLY); ^~~~ In file included from ./include/libwitch/wsh.h:38:0, from wsh.c:32: /usr/include/fcntl.h:181:12: note: expected 'const char *' but argument is of type 'char **' extern int open (const char *__file, int __oflag, ...) __nonnull ((1)); ^~~~ wsh.c:2776:39: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'char **' [-Wformat=] if(fd < 0){ printf(" !! ERROR: open %s : %s\n", path, strerror(errno)); return -1; } ^ wsh.c: In function 'execlib': wsh.c:2796:6: warning: unused variable 'i' [-Wunused-variable] int i, status; ^ wsh.c: In function 'print_backtrace': wsh.c:2867:18: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'void *' [-Wformat=] printf("\t%012lx %s\n", traceptrs[i], funcnames[i]); ^ wsh.c: In function 'bushandler': wsh.c:3064:19: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] symbols_t *s = symbol_from_addr(u->uc_mcontext.gregs[REG_RIP]); ^~~~~~~~~~~~~~~~ wsh.c:3066:42: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'greg_t {aka int}' [-Wformat=] fprintf(stderr, " -- SIGBUS[%03u] %llx\t%s()+%u\t%s\n", wsh->sigbus_count+1, u->uc_mcontext.gregs[REG_RIP], s->symbol, u->uc_mcontext.gregs[REG_RIP] - s->addr, s->libname); ^ wsh.c:3066:51: warning: format '%u' expects argument of type 'unsigned int', but argument 6 has type 'long unsigned int' [-Wformat=] fprintf(stderr, " -- SIGBUS[%03u] %llx\t%s()+%u\t%s\n", wsh->sigbus_count+1, u->uc_mcontext.gregs[REG_RIP], s->symbol, u->uc_mcontext.gregs[REG_RIP] - s->addr, s->libname); ^ wsh.c:3068:42: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'greg_t {aka int}' [-Wformat=] fprintf(stderr, " -- SIGBUS[%03u] %llx\n", wsh->sigbus_count+1, u->uc_mcontext.gregs[REG_RIP]); ^ wsh.c: In function 'printarg': wsh.c:3156:11: warning: passing argument 1 of 'msync' makes pointer from integer without a cast [-Wint-conversion] if(msync(val &~0xfff,4096,0) == 0){ // Mapped ^~~ In file included from ./include/libwitch/wsh.h:75:0, from wsh.c:32: /usr/include/sys/mman.h:89:12: note: expected 'void *' but argument is of type 'long unsigned int' extern int msync (void *__addr, size_t __len, int __flags); ^~~~~ wsh.c:3160:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] ptrx = val; ^ wsh.c: In function 'traphandler': wsh.c:3195:28: warning: comparison between pointer and integer if (wsh->bp_array[i].ptr == u->uc_mcontext.gregs[REG_RIP] - 1) { ^~ wsh.c:3196:44: warning: format '%p' expects argument of type 'void *', but argument 3 has type 'int' [-Wformat=] printf(" ** EXECUTED BREAKPOINT[%u] at %p weight:%u <", i + 1, u->uc_mcontext.gregs[REG_RIP] - 1, wsh->bp_array[i].weight); ^ wsh.c:3197:18: warning: passing argument 1 of 'info_function' makes pointer from integer without a cast [-Wint-conversion] info_function(u->uc_mcontext.gregs[REG_RIP] - 1); ^ wsh.c:147:6: note: expected 'void *' but argument is of type 'int' void info_function(void *addr) ^~~~~~~~~~~~~ wsh.c:3198:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion] ptrd = u->uc_mcontext.gregs[REG_RIP] - 1; ^ wsh.c:3222:50: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if((u->uc_mcontext.gregs[REG_RIP] & ~0xffffff) != ((unsigned long int)traphandler & ~0xffffff)){ // Make sure we are not tracing ourselves ^~ wsh.c:3224:20: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] symbols_t *s = symbol_from_addr(u->uc_mcontext.gregs[REG_RIP]); ^~~~~~~~~~~~~~~~ wsh.c:3225:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if((s)&&(u->uc_mcontext.gregs[REG_RIP] == s->addr)){ ^~ wsh.c:3226:47: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'greg_t {aka int}' [-Wformat=] fprintf(stderr, " -- Branch[%03d] = 0x%llx\t%s(", wsh->singlebranch_count + 1, u->uc_mcontext.gregs[REG_RIP], s->symbol); ^ wsh.c:3245:47: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'greg_t {aka int}' [-Wformat=] fprintf(stderr, " -- Branch[%03d] = 0x%llx\t%s()+%u\t%s\n", wsh->singlebranch_count + 1, u->uc_mcontext.gregs[REG_RIP], s->symbol, ^ wsh.c:3245:56: warning: format '%u' expects argument of type 'unsigned int', but argument 6 has type 'long unsigned int' [-Wformat=] fprintf(stderr, " -- Branch[%03d] = 0x%llx\t%s()+%u\t%s\n", wsh->singlebranch_count + 1, u->uc_mcontext.gregs[REG_RIP], s->symbol, ^ wsh.c:3248:47: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'greg_t {aka int}' [-Wformat=] fprintf(stderr, " -- Branch[%03d] = 0x%llx\n", wsh->singlebranch_count + 1, u->uc_mcontext.gregs[REG_RIP]); ^ wsh.c:3265:50: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if((u->uc_mcontext.gregs[REG_RIP] & ~0xffffff) != ((unsigned long int)traphandler & ~0xffffff)){ // Make sure we are not tracing ourselves ^~ wsh.c:3267:20: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] symbols_t *s = symbol_from_addr(u->uc_mcontext.gregs[REG_RIP]); ^~~~~~~~~~~~~~~~ wsh.c:3269:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if((s)&&(u->uc_mcontext.gregs[REG_RIP] == s->addr)){ ^~ wsh.c:3270:45: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'greg_t {aka int}' [-Wformat=] fprintf(stderr, " -- Step[%03d] = 0x%llx\t%s(", wsh->singlebranch_count + 1, u->uc_mcontext.gregs[REG_RIP], s->symbol); ^ wsh.c:3289:45: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'greg_t {aka int}' [-Wformat=] fprintf(stderr, " -- Step[%03d] = 0x%llx\t%s()+%u\t%s\n", wsh->singlestep_count + 1, u->uc_mcontext.gregs[REG_RIP], s->symbol, u->uc_mcontext.gregs[REG_RIP] - s->addr, s->libname); ^ wsh.c:3289:54: warning: format '%u' expects argument of type 'unsigned int', but argument 6 has type 'long unsigned int' [-Wformat=] fprintf(stderr, " -- Step[%03d] = 0x%llx\t%s()+%u\t%s\n", wsh->singlestep_count + 1, u->uc_mcontext.gregs[REG_RIP], s->symbol, u->uc_mcontext.gregs[REG_RIP] - s->addr, s->libname); ^ wsh.c:3291:45: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'greg_t {aka int}' [-Wformat=] fprintf(stderr, " -- Step[%03d] = 0x%llx\n", wsh->singlestep_count + 1, u->uc_mcontext.gregs[REG_RIP]); ^ wsh.c:3315:25: warning: comparison between pointer and integer } else if (s->si_addr == u->uc_mcontext.gregs[REG_RIP]) { ^~ wsh.c:3324:35: warning: format '%p' expects argument of type 'void *', but argument 5 has type 'greg_t {aka int}' [-Wformat=] fprintf(stderr, "%s\t(%u)\trip:%p %s\t%08lx\t", signame, signal, u->uc_mcontext.gregs[REG_RIP], hfault, s->si_addr); ^ wsh.c:3324:45: warning: format '%lx' expects argument of type 'long unsigned int', but argument 7 has type 'void *' [-Wformat=] fprintf(stderr, "%s\t(%u)\trip:%p %s\t%08lx\t", signame, signal, u->uc_mcontext.gregs[REG_RIP], hfault, s->si_addr); ^ wsh.c:3183:8: warning: unused variable 'sicode' [-Wunused-variable] char *sicode = ""; ^~~~~~ wsh.c: In function 'sighandler': wsh.c:3474:24: warning: comparison between pointer and integer } else if (s->si_addr == u->uc_mcontext.gregs[REG_RIP]) { ^~ wsh.c:3502:39: warning: format '%lx' expects argument of type 'long unsigned int', but argument 6 has type 'void *' [-Wformat=] fprintf(stderr, "\n%s[%s]\t%s\t%012lx" BLUE " (%s)\n" NORMAL, accesscolor, signame, hfault, s->si_addr, sicode); ^ wsh.c:3504:37: warning: passing argument 1 of 'msync' makes pointer from integer without a cast [-Wint-conversion] if((fault != FAULT_EXEC)||(!msync(u->uc_mcontext.gregs[REG_RIP]&~0xfff, getpagesize(), 0))){ // Avoid segfaults on generating backtraces... ^ In file included from ./include/libwitch/wsh.h:75:0, from wsh.c:32: /usr/include/sys/mman.h:89:12: note: expected 'void *' but argument is of type 'int' extern int msync (void *__addr, size_t __len, int __flags); ^~~~~ wsh.c:3513:18: warning: assignment makes integer from pointer without a cast [-Wint-conversion] wsh->faultaddr = s->si_addr; ^ wsh.c: In function 'verbose': wsh.c:3623:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion] arg = (unsigned long) lua_tonumber(L, 1); ^ wsh.c:3626:36: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'void *' [-Wformat=] printf(" -- Setting verbosity to %u\n", arg); ^ wsh.c:3627:19: warning: assignment makes integer from pointer without a cast [-Wint-conversion] wsh->opt_verbose = arg; ^ wsh.c: In function 'hollywood': wsh.c:3637:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion] arg = (unsigned long) lua_tonumber(L, 1); ^ wsh.c:3640:36: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'void *' [-Wformat=] printf(" -- Setting hollywood to %u\n", arg); ^ wsh.c:3641:21: warning: assignment makes integer from pointer without a cast [-Wint-conversion] wsh->opt_hollywood = arg; ^ In file included from ./include/libwitch/wsh.h:126:0, from wsh.c:32: wsh.c: In function 'map': ./include/colors.h:35:15: warning: format '%u' expects argument of type 'unsigned int', but argument 7 has type 'long int' [-Wformat=] #define GREEN "\033[1;32m" ^ wsh.c:3688:11: note: in expansion of macro 'GREEN' printf(GREEN "%012llx-%012llx" NORMAL " %s %s%s" NORMAL "\t\t%u\n", s->init, s->end, s->hperms, pcolor, s->name, s->size / sysconf(_SC_PAGE_SIZE)); ^~~~~ wsh.c:3690:44: warning: format '%u' expects argument of type 'unsigned int', but argument 6 has type 'long int' [-Wformat=] printf("%012llx-%012llx %s %s\t\t%u\n", s->init, s->end, s->hperms, s->name, s->size / sysconf(_SC_PAGE_SIZE)); ^ wsh.c: In function 'bsspolute': wsh.c:3720:28: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] printf("[%02u] 0x%012llx-0x%012llx %s:%s\t%02x\t%s:%u\t\t\n",num, s->addr, s->addr + s->size, s->name, s->perms, ++poison, s->libname, s->size); ^ wsh.c:3720:38: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'long unsigned int' [-Wformat=] printf("[%02u] 0x%012llx-0x%012llx %s:%s\t%02x\t%s:%u\t\t\n",num, s->addr, s->addr + s->size, s->name, s->perms, ++poison, s->libname, s->size); ^ wsh.c:3720:60: warning: format '%u' expects argument of type 'unsigned int', but argument 9 has type 'long unsigned int' [-Wformat=] printf("[%02u] 0x%012llx-0x%012llx %s:%s\t%02x\t%s:%u\t\t\n",num, s->addr, s->addr + s->size, s->name, s->perms, ++poison, s->libname, s->size); ^ wsh.c:3721:12: warning: passing argument 1 of 'memset' makes pointer from integer without a cast [-Wint-conversion] memset(s->addr, poison, s->size); ^ In file included from ./include/libwitch/wsh.h:52:0, from wsh.c:32: /usr/include/string.h:62:14: note: expected 'void *' but argument is of type 'long unsigned int' extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1)); ^~~~~~ wsh.c: In function 'searchmem': wsh.c:3742:17: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] for (i = 0; (i >= 0) && (i < uplim) && (uplim > 0); i++) { ^~ wsh.c:3742:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; (i >= 0) && (i < uplim) && (uplim > 0); i++) { ^ In file included from wsh.c:32:0: wsh.c: In function 'ralloc': ./include/libwitch/wsh.h:206:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg1 = luaL_checkstring(L, 1); \ ^ wsh.c:3764:2: note: in expansion of macro 'read_arg1' read_arg1(size); ^~~~~~~~~ ./include/libwitch/wsh.h:209:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg1 = lua_tocfunction(L, 1); \ ^ wsh.c:3764:2: note: in expansion of macro 'read_arg1' read_arg1(size); ^~~~~~~~~ ./include/libwitch/wsh.h:211:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg1 = lua_touserdata(L, 1); \ ^ wsh.c:3764:2: note: in expansion of macro 'read_arg1' read_arg1(size); ^~~~~~~~~ ./include/libwitch/wsh.h:213:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg1 = lua_touserdata(L, 1); \ ^ wsh.c:3764:2: note: in expansion of macro 'read_arg1' read_arg1(size); ^~~~~~~~~ ./include/libwitch/wsh.h:228:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg2 = luaL_checkstring(L, 2); \ ^ wsh.c:3765:2: note: in expansion of macro 'read_arg2' read_arg2(poison); ^~~~~~~~~ ./include/libwitch/wsh.h:231:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg2 = lua_tocfunction(L, 2); \ ^ wsh.c:3765:2: note: in expansion of macro 'read_arg2' read_arg2(poison); ^~~~~~~~~ ./include/libwitch/wsh.h:233:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg2 = lua_touserdata(L, 2); \ ^ wsh.c:3765:2: note: in expansion of macro 'read_arg2' read_arg2(poison); ^~~~~~~~~ ./include/libwitch/wsh.h:235:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg2 = lua_touserdata(L, 2); \ ^ wsh.c:3765:2: note: in expansion of macro 'read_arg2' read_arg2(poison); ^~~~~~~~~ wsh.c:3770:13: warning: passing argument 1 of 'mmap' makes pointer from integer without a cast [-Wint-conversion] ptr = mmap(baseaddr, sz, PROT_WRITE|PROT_READ, MAP_PRIVATE | MAP_ANON | MAP_FIXED, -1, 0); ^~~~~~~~ In file included from ./include/libwitch/wsh.h:75:0, from wsh.c:32: /usr/include/sys/mman.h:57:14: note: expected 'void *' but argument is of type 'long unsigned int' extern void *mmap (void *__addr, size_t __len, int __prot, ^~~~ wsh.c:3772:9: warning: ordered comparison of pointer with integer zero [-Wextra] if(ptr <= 0){ ^~ wsh.c:3777:6: warning: assignment makes integer from pointer without a cast [-Wint-conversion] ret = ptr; // compute return address ^ wsh.c:3780:30: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type 'char *' [-Wformat=] printf("-- ralloc() ptr:%llx, size:%u, ret:%llx\t[%llx-%llx]\n", ptr, sz, ret, ret, ret + size); ^ wsh.c:3780:49: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'long unsigned int' [-Wformat=] printf("-- ralloc() ptr:%llx, size:%u, ret:%llx\t[%llx-%llx]\n", ptr, sz, ret, ret, ret + size); ^ wsh.c:3780:56: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'long unsigned int' [-Wformat=] printf("-- ralloc() ptr:%llx, size:%u, ret:%llx\t[%llx-%llx]\n", ptr, sz, ret, ret, ret + size); ^ wsh.c:3780:61: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 6 has type 'long unsigned int' [-Wformat=] printf("-- ralloc() ptr:%llx, size:%u, ret:%llx\t[%llx-%llx]\n", ptr, sz, ret, ret, ret + size); ^ wsh.c:3792:27: warning: passing argument 2 of 'lua_pushlightuserdata' makes pointer from integer without a cast [-Wint-conversion] lua_pushlightuserdata(L, ret); ^~~ In file included from ./include/libwitch/wsh.h:103:0, from wsh.c:32: ./include/lua.h:234:16: note: expected 'void *' but argument is of type 'long unsigned int' LUA_API void (lua_pushlightuserdata) (lua_State *L, void *p); ^~~~~~~~~~~~~~~~~~~~~ wsh.c:3760:21: warning: unused variable 'ptr2' [-Wunused-variable] unsigned long int *ptr2; ^~~~ In file included from wsh.c:32:0: wsh.c: In function 'xalloc': ./include/libwitch/wsh.h:206:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg1 = luaL_checkstring(L, 1); \ ^ wsh.c:3818:2: note: in expansion of macro 'read_arg1' read_arg1(size); ^~~~~~~~~ ./include/libwitch/wsh.h:209:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg1 = lua_tocfunction(L, 1); \ ^ wsh.c:3818:2: note: in expansion of macro 'read_arg1' read_arg1(size); ^~~~~~~~~ ./include/libwitch/wsh.h:211:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg1 = lua_touserdata(L, 1); \ ^ wsh.c:3818:2: note: in expansion of macro 'read_arg1' read_arg1(size); ^~~~~~~~~ ./include/libwitch/wsh.h:213:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg1 = lua_touserdata(L, 1); \ ^ wsh.c:3818:2: note: in expansion of macro 'read_arg1' read_arg1(size); ^~~~~~~~~ ./include/libwitch/wsh.h:228:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg2 = luaL_checkstring(L, 2); \ ^ wsh.c:3819:2: note: in expansion of macro 'read_arg2' read_arg2(poison); ^~~~~~~~~ ./include/libwitch/wsh.h:231:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg2 = lua_tocfunction(L, 2); \ ^ wsh.c:3819:2: note: in expansion of macro 'read_arg2' read_arg2(poison); ^~~~~~~~~ ./include/libwitch/wsh.h:233:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg2 = lua_touserdata(L, 2); \ ^ wsh.c:3819:2: note: in expansion of macro 'read_arg2' read_arg2(poison); ^~~~~~~~~ ./include/libwitch/wsh.h:235:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg2 = lua_touserdata(L, 2); \ ^ wsh.c:3819:2: note: in expansion of macro 'read_arg2' read_arg2(poison); ^~~~~~~~~ ./include/libwitch/wsh.h:250:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg3 = luaL_checkstring(L, 3); \ ^ wsh.c:3820:2: note: in expansion of macro 'read_arg3' read_arg3(perms); ^~~~~~~~~ ./include/libwitch/wsh.h:253:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg3 = lua_tocfunction(L, 3); \ ^ wsh.c:3820:2: note: in expansion of macro 'read_arg3' read_arg3(perms); ^~~~~~~~~ ./include/libwitch/wsh.h:255:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg3 = lua_touserdata(L, 3); \ ^ wsh.c:3820:2: note: in expansion of macro 'read_arg3' read_arg3(perms); ^~~~~~~~~ ./include/libwitch/wsh.h:257:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg3 = lua_touserdata(L, 3); \ ^ wsh.c:3820:2: note: in expansion of macro 'read_arg3' read_arg3(perms); ^~~~~~~~~ wsh.c:3827:13: warning: passing argument 1 of 'mmap' makes pointer from integer without a cast [-Wint-conversion] ptr = mmap(baseaddr, sz, PROT_WRITE|PROT_READ, MAP_PRIVATE | MAP_ANON | MAP_FIXED, -1, 0); ^~~~~~~~ In file included from ./include/libwitch/wsh.h:75:0, from wsh.c:32: /usr/include/sys/mman.h:57:14: note: expected 'void *' but argument is of type 'long unsigned int' extern void *mmap (void *__addr, size_t __len, int __prot, ^~~~ wsh.c:3829:9: warning: ordered comparison of pointer with integer zero [-Wextra] if(ptr <= 0){ ^~ wsh.c:3834:6: warning: assignment makes integer from pointer without a cast [-Wint-conversion] ret = ptr + 2*getpagesize() - size; // compute return address ^ wsh.c:3837:21: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type 'char *' [-Wformat=] printf("-- ptr:%llx, size:%u, ret:%llx\t[%llx-%llx]\n", ptr, sz, ret, ret, ret + size); ^ wsh.c:3837:40: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'long unsigned int' [-Wformat=] printf("-- ptr:%llx, size:%u, ret:%llx\t[%llx-%llx]\n", ptr, sz, ret, ret, ret + size); ^ wsh.c:3837:47: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'long unsigned int' [-Wformat=] printf("-- ptr:%llx, size:%u, ret:%llx\t[%llx-%llx]\n", ptr, sz, ret, ret, ret + size); ^ wsh.c:3837:52: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 6 has type 'long unsigned int' [-Wformat=] printf("-- ptr:%llx, size:%u, ret:%llx\t[%llx-%llx]\n", ptr, sz, ret, ret, ret + size); ^ wsh.c:3847:12: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] for(ptr2 = ptr; ptr2 < ptr + sz ; ptr2++){ // all 3 pages ^ wsh.c:3847:24: warning: comparison of distinct pointer types lacks a cast for(ptr2 = ptr; ptr2 < ptr + sz ; ptr2++){ // all 3 pages ^ wsh.c:3851:12: warning: assignment makes pointer from integer without a cast [-Wint-conversion] for(ptr2 = ret; ptr2 < ret + size ; ptr2++){ // just our small allocade part ^ wsh.c:3851:24: warning: comparison between pointer and integer for(ptr2 = ret; ptr2 < ret + size ; ptr2++){ // just our small allocade part ^ wsh.c:3860:27: warning: passing argument 2 of 'lua_pushlightuserdata' makes pointer from integer without a cast [-Wint-conversion] lua_pushlightuserdata(L, ret); ^~~ In file included from ./include/libwitch/wsh.h:103:0, from wsh.c:32: ./include/lua.h:234:16: note: expected 'void *' but argument is of type 'long unsigned int' LUA_API void (lua_pushlightuserdata) (lua_State *L, void *p); ^~~~~~~~~~~~~~~~~~~~~ In file included from wsh.c:32:0: wsh.c: In function 'xfree': ./include/libwitch/wsh.h:204:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] arg1 = (unsigned long) lua_tonumber(L, 1); \ ^ wsh.c:3873:2: note: in expansion of macro 'read_arg1' read_arg1(ptr); ^~~~~~~~~ ./include/libwitch/wsh.h:206:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] arg1 = luaL_checkstring(L, 1); \ ^ wsh.c:3873:2: note: in expansion of macro 'read_arg1' read_arg1(ptr); ^~~~~~~~~ wsh.c:3875:10: warning: assignment makes pointer from integer without a cast [-Wint-conversion] trueptr = ((unsigned long int)ptr & ~0xfff)-0x1000; ^ In file included from wsh.c:32:0: wsh.c: In function 'grepptr': ./include/libwitch/wsh.h:206:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg1 = luaL_checkstring(L, 1); \ ^ wsh.c:3995:2: note: in expansion of macro 'read_arg1' read_arg1(p); ^~~~~~~~~ ./include/libwitch/wsh.h:209:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg1 = lua_tocfunction(L, 1); \ ^ wsh.c:3995:2: note: in expansion of macro 'read_arg1' read_arg1(p); ^~~~~~~~~ ./include/libwitch/wsh.h:211:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg1 = lua_touserdata(L, 1); \ ^ wsh.c:3995:2: note: in expansion of macro 'read_arg1' read_arg1(p); ^~~~~~~~~ ./include/libwitch/wsh.h:213:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg1 = lua_touserdata(L, 1); \ ^ wsh.c:3995:2: note: in expansion of macro 'read_arg1' read_arg1(p); ^~~~~~~~~ ./include/libwitch/wsh.h:228:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg2 = luaL_checkstring(L, 2); \ ^ wsh.c:3996:2: note: in expansion of macro 'read_arg2' read_arg2(patternsz); ^~~~~~~~~ ./include/libwitch/wsh.h:231:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg2 = lua_tocfunction(L, 2); \ ^ wsh.c:3996:2: note: in expansion of macro 'read_arg2' read_arg2(patternsz); ^~~~~~~~~ ./include/libwitch/wsh.h:233:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg2 = lua_touserdata(L, 2); \ ^ wsh.c:3996:2: note: in expansion of macro 'read_arg2' read_arg2(patternsz); ^~~~~~~~~ ./include/libwitch/wsh.h:235:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg2 = lua_touserdata(L, 2); \ ^ wsh.c:3996:2: note: in expansion of macro 'read_arg2' read_arg2(patternsz); ^~~~~~~~~ ./include/libwitch/wsh.h:250:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg3 = luaL_checkstring(L, 3); \ ^ wsh.c:3997:2: note: in expansion of macro 'read_arg3' read_arg3(aligned); ^~~~~~~~~ ./include/libwitch/wsh.h:253:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg3 = lua_tocfunction(L, 3); \ ^ wsh.c:3997:2: note: in expansion of macro 'read_arg3' read_arg3(aligned); ^~~~~~~~~ ./include/libwitch/wsh.h:255:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg3 = lua_touserdata(L, 3); \ ^ wsh.c:3997:2: note: in expansion of macro 'read_arg3' read_arg3(aligned); ^~~~~~~~~ ./include/libwitch/wsh.h:257:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg3 = lua_touserdata(L, 3); \ ^ wsh.c:3997:2: note: in expansion of macro 'read_arg3' read_arg3(aligned); ^~~~~~~~~ wsh.c:4015:14: warning: passing argument 1 of 'msync' makes pointer from integer without a cast [-Wint-conversion] if (!msync(s->addr&~0xfff, s->size, 0)) { ^ In file included from ./include/libwitch/wsh.h:75:0, from wsh.c:32: /usr/include/sys/mman.h:89:12: note: expected 'void *' but argument is of type 'long unsigned int' extern int msync (void *__addr, size_t __len, int __flags); ^~~~~ wsh.c:4017:22: warning: passing argument 1 of 'searchmem' makes pointer from integer without a cast [-Wint-conversion] match = searchmem(s->addr + k, pattern, patternsz, s->size - k); ^ wsh.c:3733:14: note: expected 'char *' but argument is of type 'long unsigned int' static char *searchmem(char *start, char *pattern, unsigned int patternlen, unsigned int memsz) ^~~~~~~~~ wsh.c:4020:13: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'long unsigned int' [-Wformat=] printf(" match[" GREEN "%d" NORMAL "] at " GREEN "%p" NORMAL " %u bytes within:%llx-%llx:" GREEN "%s:%s" NORMAL ":%s\n\n", count, match, ^~~~~~~~~~~~ wsh.c:4020:13: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 6 has type 'long unsigned int' [-Wformat=] wsh.c:4023:53: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'long unsigned int' [-Wformat=] printf(" match[%d] at %p %u bytes within:%llx-%llx:%s:%s:%s\n\n", count, match, match - (char *) s->addr, s->addr, s->addr + s->size, s->name, s->perms); ^ wsh.c:4023:58: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 6 has type 'long unsigned int' [-Wformat=] printf(" match[%d] at %p %u bytes within:%llx-%llx:%s:%s:%s\n\n", count, match, match - (char *) s->addr, s->addr, s->addr + s->size, s->name, s->perms); ^ wsh.c:4023:67: warning: format '%s' expects a matching 'char *' argument [-Wformat=] printf(" match[%d] at %p %u bytes within:%llx-%llx:%s:%s:%s\n\n", count, match, match - (char *) s->addr, s->addr, s->addr + s->size, s->name, s->perms); ^ wsh.c:4026:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (delta > dumplen) { ^ wsh.c:4029:13: warning: pointer targets in passing argument 1 of 'hexdump' differ in signedness [-Wpointer-sign] hexdump(match, patternsz + delta, 0, patternsz); // Colorize match ^~~~~ wsh.c:184:6: note: expected 'uint8_t * {aka unsigned char *}' but argument is of type 'char *' void hexdump(uint8_t * data, size_t size, size_t colorstart, size_t color_len) ^~~~~~~ wsh.c:4038:7: warning: assignment makes integer from pointer without a cast [-Wint-conversion] k = match - s->addr + 1; ^ wsh.c:3982:32: warning: unused variable 'i' [-Wunused-variable] unsigned long int maxlen = 0, i = 0; ^ wsh.c:3982:20: warning: unused variable 'maxlen' [-Wunused-variable] unsigned long int maxlen = 0, i = 0; ^~~~~~ wsh.c:3981:8: warning: unused variable 'ptr' [-Wunused-variable] char *ptr = 0; ^~~ In file included from wsh.c:32:0: wsh.c: In function 'loadbin': ./include/libwitch/wsh.h:204:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] arg1 = (unsigned long) lua_tonumber(L, 1); \ ^ wsh.c:4058:2: note: in expansion of macro 'read_arg1' read_arg1(libname); ^~~~~~~~~ ./include/libwitch/wsh.h:206:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] arg1 = luaL_checkstring(L, 1); \ ^ wsh.c:4058:2: note: in expansion of macro 'read_arg1' read_arg1(libname); ^~~~~~~~~ ./include/libwitch/wsh.h:209:8: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] arg1 = lua_tocfunction(L, 1); \ ^ wsh.c:4058:2: note: in expansion of macro 'read_arg1' read_arg1(libname); ^~~~~~~~~ wsh.c: In function 'grep': ./include/libwitch/wsh.h:204:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] arg1 = (unsigned long) lua_tonumber(L, 1); \ ^ wsh.c:4083:2: note: in expansion of macro 'read_arg1' read_arg1(pattern); ^~~~~~~~~ ./include/libwitch/wsh.h:206:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] arg1 = luaL_checkstring(L, 1); \ ^ wsh.c:4083:2: note: in expansion of macro 'read_arg1' read_arg1(pattern); ^~~~~~~~~ ./include/libwitch/wsh.h:209:8: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] arg1 = lua_tocfunction(L, 1); \ ^ wsh.c:4083:2: note: in expansion of macro 'read_arg1' read_arg1(pattern); ^~~~~~~~~ ./include/libwitch/wsh.h:228:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg2 = luaL_checkstring(L, 2); \ ^ wsh.c:4084:2: note: in expansion of macro 'read_arg2' read_arg2(patternlen); ^~~~~~~~~ ./include/libwitch/wsh.h:231:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg2 = lua_tocfunction(L, 2); \ ^ wsh.c:4084:2: note: in expansion of macro 'read_arg2' read_arg2(patternlen); ^~~~~~~~~ ./include/libwitch/wsh.h:233:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg2 = lua_touserdata(L, 2); \ ^ wsh.c:4084:2: note: in expansion of macro 'read_arg2' read_arg2(patternlen); ^~~~~~~~~ ./include/libwitch/wsh.h:235:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg2 = lua_touserdata(L, 2); \ ^ wsh.c:4084:2: note: in expansion of macro 'read_arg2' read_arg2(patternlen); ^~~~~~~~~ ./include/libwitch/wsh.h:250:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg3 = luaL_checkstring(L, 3); \ ^ wsh.c:4085:2: note: in expansion of macro 'read_arg3' read_arg3(dumplen); ^~~~~~~~~ ./include/libwitch/wsh.h:253:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg3 = lua_tocfunction(L, 3); \ ^ wsh.c:4085:2: note: in expansion of macro 'read_arg3' read_arg3(dumplen); ^~~~~~~~~ ./include/libwitch/wsh.h:255:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg3 = lua_touserdata(L, 3); \ ^ wsh.c:4085:2: note: in expansion of macro 'read_arg3' read_arg3(dumplen); ^~~~~~~~~ ./include/libwitch/wsh.h:257:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg3 = lua_touserdata(L, 3); \ ^ wsh.c:4085:2: note: in expansion of macro 'read_arg3' read_arg3(dumplen); ^~~~~~~~~ ./include/libwitch/wsh.h:294:7: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg = luaL_checkstring(L, j); \ ^ wsh.c:4086:2: note: in expansion of macro 'read_arg' read_arg(nbytesbeforematch, 4); ^~~~~~~~ ./include/libwitch/wsh.h:297:7: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg = lua_tocfunction(L, j); \ ^ wsh.c:4086:2: note: in expansion of macro 'read_arg' read_arg(nbytesbeforematch, 4); ^~~~~~~~ ./include/libwitch/wsh.h:299:7: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg = lua_touserdata(L, j); \ ^ wsh.c:4086:2: note: in expansion of macro 'read_arg' read_arg(nbytesbeforematch, 4); ^~~~~~~~ ./include/libwitch/wsh.h:301:7: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg = lua_touserdata(L, j); \ ^ wsh.c:4086:2: note: in expansion of macro 'read_arg' read_arg(nbytesbeforematch, 4); ^~~~~~~~ wsh.c:4101:14: warning: passing argument 1 of 'msync' makes pointer from integer without a cast [-Wint-conversion] if (!msync(s->addr&~0xfff, s->size, 0)) { ^ In file included from ./include/libwitch/wsh.h:75:0, from wsh.c:32: /usr/include/sys/mman.h:89:12: note: expected 'void *' but argument is of type 'long unsigned int' extern int msync (void *__addr, size_t __len, int __flags); ^~~~~ wsh.c:4103:22: warning: passing argument 1 of 'searchmem' makes pointer from integer without a cast [-Wint-conversion] match = searchmem(s->addr + k, pattern, patternlen, s->size - k); ^ wsh.c:3733:14: note: expected 'char *' but argument is of type 'long unsigned int' static char *searchmem(char *start, char *pattern, unsigned int patternlen, unsigned int memsz) ^~~~~~~~~ wsh.c:4106:13: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'long unsigned int' [-Wformat=] printf(" match[" GREEN "%d" NORMAL "] at " GREEN "%p" NORMAL " %u bytes within:%llx-%llx:" GREEN "%s:%s" NORMAL ":%s\n\n", count + 1, match, ^~~~~~~~~~~~ wsh.c:4106:13: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 6 has type 'long unsigned int' [-Wformat=] wsh.c:4109:53: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'long unsigned int' [-Wformat=] printf(" match[%d] at %p %u bytes within:%llx-%llx:%s:%s:%s\n\n", count + 1, match, match - (char *) s->addr, s->addr, s->addr + s->size, s->name, s->perms); ^ wsh.c:4109:58: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 6 has type 'long unsigned int' [-Wformat=] printf(" match[%d] at %p %u bytes within:%llx-%llx:%s:%s:%s\n\n", count + 1, match, match - (char *) s->addr, s->addr, s->addr + s->size, s->name, s->perms); ^ wsh.c:4109:67: warning: format '%s' expects a matching 'char *' argument [-Wformat=] printf(" match[%d] at %p %u bytes within:%llx-%llx:%s:%s:%s\n\n", count + 1, match, match - (char *) s->addr, s->addr, s->addr + s->size, s->name, s->perms); ^ wsh.c:4112:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (delta > dumplen) { ^ wsh.c:4115:13: warning: pointer targets in passing argument 1 of 'hexdump' differ in signedness [-Wpointer-sign] hexdump(match - nbytesbeforematch, patternlen + delta, nbytesbeforematch, patternlen); // Colorize match ^~~~~ wsh.c:184:6: note: expected 'uint8_t * {aka unsigned char *}' but argument is of type 'char *' void hexdump(uint8_t * data, size_t size, size_t colorstart, size_t color_len) ^~~~~~~ wsh.c:4124:7: warning: assignment makes integer from pointer without a cast [-Wint-conversion] k = match - s->addr + 1; ^ wsh.c:4072:27: warning: unused variable 'i' [-Wunused-variable] unsigned int maxlen = 0, i = 0; ^ wsh.c:4072:15: warning: unused variable 'maxlen' [-Wunused-variable] unsigned int maxlen = 0, i = 0; ^~~~~~ wsh.c:4071:8: warning: unused variable 'ptr' [-Wunused-variable] char *ptr = 0; ^~~ In file included from wsh.c:32:0: wsh.c: In function 'priv_memcpy': ./include/libwitch/wsh.h:204:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] arg1 = (unsigned long) lua_tonumber(L, 1); \ ^ wsh.c:4161:2: note: in expansion of macro 'read_arg1' read_arg1(arg1); ^~~~~~~~~ ./include/libwitch/wsh.h:206:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] arg1 = luaL_checkstring(L, 1); \ ^ wsh.c:4161:2: note: in expansion of macro 'read_arg1' read_arg1(arg1); ^~~~~~~~~ ./include/libwitch/wsh.h:226:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] arg2 = (unsigned long) lua_tonumber(L, 2); \ ^ wsh.c:4162:2: note: in expansion of macro 'read_arg2' read_arg2(arg2); ^~~~~~~~~ ./include/libwitch/wsh.h:228:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] arg2 = luaL_checkstring(L, 2); \ ^ wsh.c:4162:2: note: in expansion of macro 'read_arg2' read_arg2(arg2); ^~~~~~~~~ ./include/libwitch/wsh.h:248:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] arg3 = (unsigned long) lua_tonumber(L, 3); \ ^ wsh.c:4163:2: note: in expansion of macro 'read_arg3' read_arg3(arg3); ^~~~~~~~~ ./include/libwitch/wsh.h:250:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] arg3 = luaL_checkstring(L, 3); \ ^ wsh.c:4163:2: note: in expansion of macro 'read_arg3' read_arg3(arg3); ^~~~~~~~~ wsh.c:4165:27: warning: passing argument 3 of 'memcpy' makes integer from pointer without a cast [-Wint-conversion] ret = memcpy(arg1, arg2, arg3); ^~~~ In file included from ./include/libwitch/wsh.h:52:0, from wsh.c:32: /usr/include/string.h:42:14: note: expected 'size_t {aka unsigned int}' but argument is of type 'void *' extern void *memcpy (void *__restrict __dest, const void *__restrict __src, ^~~~~~ wsh.c:4165:6: warning: assignment makes integer from pointer without a cast [-Wint-conversion] ret = memcpy(arg1, arg2, arg3); ^ wsh.c:4158:8: warning: unused variable 'addr' [-Wunused-variable] char *addr = 0; ^~~~ wsh.c:4157:8: warning: unused variable 'ptr' [-Wunused-variable] char *ptr = 0; ^~~ In file included from wsh.c:32:0: wsh.c: In function 'priv_strcpy': ./include/libwitch/wsh.h:204:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] arg1 = (unsigned long) lua_tonumber(L, 1); \ ^ wsh.c:4183:2: note: in expansion of macro 'read_arg1' read_arg1(arg1); ^~~~~~~~~ ./include/libwitch/wsh.h:206:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] arg1 = luaL_checkstring(L, 1); \ ^ wsh.c:4183:2: note: in expansion of macro 'read_arg1' read_arg1(arg1); ^~~~~~~~~ ./include/libwitch/wsh.h:226:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] arg2 = (unsigned long) lua_tonumber(L, 2); \ ^ wsh.c:4184:2: note: in expansion of macro 'read_arg2' read_arg2(arg2); ^~~~~~~~~ ./include/libwitch/wsh.h:228:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] arg2 = luaL_checkstring(L, 2); \ ^ wsh.c:4184:2: note: in expansion of macro 'read_arg2' read_arg2(arg2); ^~~~~~~~~ wsh.c:4186:6: warning: assignment makes integer from pointer without a cast [-Wint-conversion] ret = strcpy(arg1, arg2); ^ wsh.c:4180:8: warning: unused variable 'addr' [-Wunused-variable] char *addr = 0; ^~~~ wsh.c:4179:8: warning: unused variable 'ptr' [-Wunused-variable] char *ptr = 0; ^~~ In file included from wsh.c:32:0: wsh.c: In function 'priv_strcat': ./include/libwitch/wsh.h:204:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] arg1 = (unsigned long) lua_tonumber(L, 1); \ ^ wsh.c:4204:2: note: in expansion of macro 'read_arg1' read_arg1(arg1); ^~~~~~~~~ ./include/libwitch/wsh.h:206:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] arg1 = luaL_checkstring(L, 1); \ ^ wsh.c:4204:2: note: in expansion of macro 'read_arg1' read_arg1(arg1); ^~~~~~~~~ ./include/libwitch/wsh.h:226:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] arg2 = (unsigned long) lua_tonumber(L, 2); \ ^ wsh.c:4205:2: note: in expansion of macro 'read_arg2' read_arg2(arg2); ^~~~~~~~~ ./include/libwitch/wsh.h:228:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] arg2 = luaL_checkstring(L, 2); \ ^ wsh.c:4205:2: note: in expansion of macro 'read_arg2' read_arg2(arg2); ^~~~~~~~~ wsh.c:4207:6: warning: assignment makes integer from pointer without a cast [-Wint-conversion] ret = strcat(arg1, arg2); ^ wsh.c:4201:8: warning: unused variable 'addr' [-Wunused-variable] char *addr = 0; ^~~~ wsh.c:4200:8: warning: unused variable 'ptr' [-Wunused-variable] char *ptr = 0; ^~~ In file included from wsh.c:32:0: wsh.c: In function 'breakpoint': ./include/libwitch/wsh.h:204:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] arg1 = (unsigned long) lua_tonumber(L, 1); \ ^ wsh.c:4224:2: note: in expansion of macro 'read_arg1' read_arg1(arg1); ^~~~~~~~~ ./include/libwitch/wsh.h:206:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] arg1 = luaL_checkstring(L, 1); \ ^ wsh.c:4224:2: note: in expansion of macro 'read_arg1' read_arg1(arg1); ^~~~~~~~~ ./include/libwitch/wsh.h:204:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] arg1 = (unsigned long) lua_tonumber(L, 1); \ ^ wsh.c:4225:2: note: in expansion of macro 'read_arg1' read_arg1(arg2); ^~~~~~~~~ ./include/libwitch/wsh.h:206:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] arg1 = luaL_checkstring(L, 1); \ ^ wsh.c:4225:2: note: in expansion of macro 'read_arg1' read_arg1(arg2); ^~~~~~~~~ wsh.c:4230:29: warning: passing argument 1 of 'is_mapped' makes integer from pointer without a cast [-Wint-conversion] if ((!arg1) || (!is_mapped(arg1))) { ^~~~ In file included from ./include/libwitch/wsh.h:125:0, from wsh.c:32: ./include/libwitch/helper.h:33:5: note: expected 'long unsigned int' but argument is of type 'void *' int is_mapped(unsigned long int addr); ^~~~~~~~~ wsh.c:4239:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion] addr = ((unsigned long int) ptr & (unsigned long int) ~0xfff); ^ wsh.c:4240:48: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'void *' [-Wformat=] printf(" ** Setting BREAKPOINT[%u] (weigth:%u) <", wsh->bp_num + 1, arg2); ^ wsh.c:4265:36: warning: assignment makes integer from pointer without a cast [-Wint-conversion] wsh->bp_array[wsh->bp_num].weight = arg2; ^ wsh.c: In function 'declare_internals': wsh.c:4284:11: warning: unused variable 't' [-Wunused-variable] tuple_t *t; ^ wsh.c: In function 'loadlibrary': wsh.c:4327:18: warning: assignment makes integer from pointer without a cast [-Wint-conversion] wsh->mainhandle = handle; ^ wsh.c: In function 'lua_strerror': wsh.c:4399:10: warning: return makes integer from pointer without a cast [-Wint-conversion] return "Lua Yield"; ^~~~~~~~~~~ wsh.c:4401:10: warning: return makes integer from pointer without a cast [-Wint-conversion] return "Runtime Error"; ^~~~~~~~~~~~~~~ wsh.c:4403:10: warning: return makes integer from pointer without a cast [-Wint-conversion] return "Synthax Error"; ^~~~~~~~~~~~~~~ wsh.c:4405:10: warning: return makes integer from pointer without a cast [-Wint-conversion] return "Memory Error"; ^~~~~~~~~~~~~~ wsh.c:4407:10: warning: return makes integer from pointer without a cast [-Wint-conversion] return "Fatal Error"; ^~~~~~~~~~~~~ wsh.c:4409:10: warning: return makes integer from pointer without a cast [-Wint-conversion] return "Unknown Error"; ^~~~~~~~~~~~~~~ wsh.c:4412:9: warning: return makes integer from pointer without a cast [-Wint-conversion] return NULL; // Never reached ^~~~ wsh.c: In function 'run_script': wsh.c:4425:39: warning: format '%s' expects argument of type 'char *', but argument 5 has type 'int' [-Wformat=] snprintf(myerror, 199, "error %d : %s", err, lua_strerror(err)); ^ wsh.c:4426:10: warning: passing argument 1 of 'printf' from incompatible pointer type [-Wincompatible-pointer-types] printf(stderr, "luaL_loadfile() failed for script %s (%s)\n", name, errno ? strerror(errno) : myerror); /* Error out if file can't be read */ ^~~~~~ In file included from ./include/libwitch/wsh.h:37:0, from wsh.c:32: /usr/include/stdio.h:364:12: note: expected 'const char * restrict' but argument is of type 'struct _IO_FILE *' extern int printf (const char *__restrict __format, ...); ^~~~~~ wsh.c:4437:39: warning: format '%s' expects argument of type 'char *', but argument 5 has type 'int' [-Wformat=] snprintf(myerror, 199, "error %d : %s", err, lua_strerror(err)); ^ wsh.c: In function 'read_elf_sig': wsh.c:4469:17: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] return strncmp(sig, validelf, 4) ? 0 : 1; ^~~ In file included from ./include/libwitch/wsh.h:52:0, from wsh.c:32: /usr/include/string.h:143:12: note: expected 'const char *' but argument is of type 'unsigned char *' extern int strncmp (const char *__s1, const char *__s2, size_t __n) ^~~~~~~ wsh.c:4469:22: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness [-Wpointer-sign] return strncmp(sig, validelf, 4) ? 0 : 1; ^~~~~~~~ In file included from ./include/libwitch/wsh.h:52:0, from wsh.c:32: /usr/include/string.h:143:12: note: expected 'const char *' but argument is of type 'unsigned char *' extern int strncmp (const char *__s1, const char *__s2, size_t __n) ^~~~~~~ In file included from ./include/libwitch/wsh.h:130:0, from wsh.c:32: wsh.c: In function 'wsh_run': ../../include/utlist.h:588:22: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] for(el=head;el;el=(el)->next) ^ ../../include/utlist.h:581:5: note: in expansion of macro 'DL_FOREACH2' DL_FOREACH2(head,el,next){ ++counter; } \ ^~~~~~~~~~~ ../../include/utlist.h:576:5: note: in expansion of macro 'DL_COUNT2' DL_COUNT2(head,el,counter,next) \ ^~~~~~~~~ wsh.c:4479:2: note: in expansion of macro 'DL_COUNT' DL_COUNT(wsh->scripts, s, scriptcount); ^~~~~~~~ wsh.c:4486:21: warning: passing argument 1 of 'parse_link_map_dyn' makes pointer from integer without a cast [-Wint-conversion] parse_link_map_dyn(wsh->mainhandle); ^~~ wsh.c:2724:6: note: expected 'struct link_map *' but argument is of type 'unsigned int' void parse_link_map_dyn(struct link_map *map) ^~~~~~~~~~~~~~~~~~ In file included from ./include/libwitch/wsh.h:130:0, from wsh.c:32: ../../include/utlist.h:595:32: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] for((el)=(head);(el) && (tmp = (el)->next, 1); (el) = tmp) ^ ../../include/utlist.h:592:5: note: in expansion of macro 'DL_FOREACH_SAFE2' DL_FOREACH_SAFE2(head,el,tmp,next) ^~~~~~~~~~~~~~~~ wsh.c:4505:2: note: in expansion of macro 'DL_FOREACH_SAFE' DL_FOREACH_SAFE(wsh->scripts, ss, stmp) { ^~~~~~~~~~~~~~~ wsh.c: In function 'add_script_arguments': wsh.c:4534:8: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (i >= argc) { ^~ In file included from ./include/libwitch/wsh.h:130:0, from wsh.c:32: wsh.c: In function 'add_script_exec': ../../include/utlist.h:526:26: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] (head)->prev->next = (add); \ ^ ../../include/utlist.h:520:5: note: in expansion of macro 'DL_APPEND2' DL_APPEND2(head,add,prev,next) ^~~~~~~~~~ wsh.c:4558:2: note: in expansion of macro 'DL_APPEND' DL_APPEND(wsh->scripts, s); ^~~~~~~~~ ../../include/utlist.h:527:20: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] (head)->prev = (add); \ ^ ../../include/utlist.h:520:5: note: in expansion of macro 'DL_APPEND2' DL_APPEND2(head,add,prev,next) ^~~~~~~~~~ wsh.c:4558:2: note: in expansion of macro 'DL_APPEND' DL_APPEND(wsh->scripts, s); ^~~~~~~~~ ../../include/utlist.h:531:20: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] (head)->prev = (head); \ ^ ../../include/utlist.h:520:5: note: in expansion of macro 'DL_APPEND2' DL_APPEND2(head,add,prev,next) ^~~~~~~~~~ wsh.c:4558:2: note: in expansion of macro 'DL_APPEND' DL_APPEND(wsh->scripts, s); ^~~~~~~~~ wsh.c: In function 'do_loadlib': wsh.c:4601:18: warning: assignment makes integer from pointer without a cast [-Wint-conversion] wsh->mainhandle = handle; // Last loaded object is always the new handle ^ wsh.c:4602:9: warning: return makes integer from pointer without a cast [-Wint-conversion] return handle; ^~~~~~ wsh.c:4584:20: warning: unused variable 'ret' [-Wunused-variable] unsigned long int ret = 0; ^~~ wsh.c: In function 'wsh_getopt': wsh.c:4660:4: warning: implicit declaration of function 'wsh_usage' [-Wimplicit-function-declaration] wsh_usage(argv[0]); ^~~~~~~~~ wsh.c:4669:4: warning: implicit declaration of function 'wsh_print_version' [-Wimplicit-function-declaration] wsh_print_version(); ^~~~~~~~~~~~~~~~~ In file included from wsh.c:32:0: wsh.c: In function 'rawmemread': ./include/libwitch/wsh.h:204:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] arg1 = (unsigned long) lua_tonumber(L, 1); \ ^ wsh.c:4762:2: note: in expansion of macro 'read_arg1' read_arg1(addr); ^~~~~~~~~ ./include/libwitch/wsh.h:206:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] arg1 = luaL_checkstring(L, 1); \ ^ wsh.c:4762:2: note: in expansion of macro 'read_arg1' read_arg1(addr); ^~~~~~~~~ ./include/libwitch/wsh.h:209:8: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] arg1 = lua_tocfunction(L, 1); \ ^ wsh.c:4762:2: note: in expansion of macro 'read_arg1' read_arg1(addr); ^~~~~~~~~ ./include/libwitch/wsh.h:228:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg2 = luaL_checkstring(L, 2); \ ^ wsh.c:4763:2: note: in expansion of macro 'read_arg2' read_arg2(len); ^~~~~~~~~ ./include/libwitch/wsh.h:231:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg2 = lua_tocfunction(L, 2); \ ^ wsh.c:4763:2: note: in expansion of macro 'read_arg2' read_arg2(len); ^~~~~~~~~ ./include/libwitch/wsh.h:233:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg2 = lua_touserdata(L, 2); \ ^ wsh.c:4763:2: note: in expansion of macro 'read_arg2' read_arg2(len); ^~~~~~~~~ ./include/libwitch/wsh.h:235:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg2 = lua_touserdata(L, 2); \ ^ wsh.c:4763:2: note: in expansion of macro 'read_arg2' read_arg2(len); ^~~~~~~~~ wsh.c: In function 'rawmemwrite': ./include/libwitch/wsh.h:204:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] arg1 = (unsigned long) lua_tonumber(L, 1); \ ^ wsh.c:4782:2: note: in expansion of macro 'read_arg1' read_arg1(addr); ^~~~~~~~~ ./include/libwitch/wsh.h:206:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] arg1 = luaL_checkstring(L, 1); \ ^ wsh.c:4782:2: note: in expansion of macro 'read_arg1' read_arg1(addr); ^~~~~~~~~ ./include/libwitch/wsh.h:209:8: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] arg1 = lua_tocfunction(L, 1); \ ^ wsh.c:4782:2: note: in expansion of macro 'read_arg1' read_arg1(addr); ^~~~~~~~~ ./include/libwitch/wsh.h:226:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] arg2 = (unsigned long) lua_tonumber(L, 2); \ ^ wsh.c:4783:2: note: in expansion of macro 'read_arg2' read_arg2(data); ^~~~~~~~~ ./include/libwitch/wsh.h:228:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] arg2 = luaL_checkstring(L, 2); \ ^ wsh.c:4783:2: note: in expansion of macro 'read_arg2' read_arg2(data); ^~~~~~~~~ ./include/libwitch/wsh.h:231:8: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] arg2 = lua_tocfunction(L, 2); \ ^ wsh.c:4783:2: note: in expansion of macro 'read_arg2' read_arg2(data); ^~~~~~~~~ ./include/libwitch/wsh.h:250:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg3 = luaL_checkstring(L, 3); \ ^ wsh.c:4784:2: note: in expansion of macro 'read_arg3' read_arg3(len); ^~~~~~~~~ ./include/libwitch/wsh.h:253:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg3 = lua_tocfunction(L, 3); \ ^ wsh.c:4784:2: note: in expansion of macro 'read_arg3' read_arg3(len); ^~~~~~~~~ ./include/libwitch/wsh.h:255:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg3 = lua_touserdata(L, 3); \ ^ wsh.c:4784:2: note: in expansion of macro 'read_arg3' read_arg3(len); ^~~~~~~~~ ./include/libwitch/wsh.h:257:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg3 = lua_touserdata(L, 3); \ ^ wsh.c:4784:2: note: in expansion of macro 'read_arg3' read_arg3(len); ^~~~~~~~~ wsh.c: In function 'rawmemstr': ./include/libwitch/wsh.h:204:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] arg1 = (unsigned long) lua_tonumber(L, 1); \ ^ wsh.c:4799:2: note: in expansion of macro 'read_arg1' read_arg1(addr); ^~~~~~~~~ ./include/libwitch/wsh.h:206:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] arg1 = luaL_checkstring(L, 1); \ ^ wsh.c:4799:2: note: in expansion of macro 'read_arg1' read_arg1(addr); ^~~~~~~~~ ./include/libwitch/wsh.h:209:8: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] arg1 = lua_tocfunction(L, 1); \ ^ wsh.c:4799:2: note: in expansion of macro 'read_arg1' read_arg1(addr); ^~~~~~~~~ wsh.c: In function 'rawmemaddr': ./include/libwitch/wsh.h:206:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg1 = luaL_checkstring(L, 1); \ ^ wsh.c:4835:2: note: in expansion of macro 'read_arg1' read_arg1(len); ^~~~~~~~~ ./include/libwitch/wsh.h:209:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg1 = lua_tocfunction(L, 1); \ ^ wsh.c:4835:2: note: in expansion of macro 'read_arg1' read_arg1(len); ^~~~~~~~~ ./include/libwitch/wsh.h:211:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg1 = lua_touserdata(L, 1); \ ^ wsh.c:4835:2: note: in expansion of macro 'read_arg1' read_arg1(len); ^~~~~~~~~ ./include/libwitch/wsh.h:213:8: warning: assignment makes integer from pointer without a cast [-Wint-conversion] arg1 = lua_touserdata(L, 1); \ ^ wsh.c:4835:2: note: in expansion of macro 'read_arg1' read_arg1(len); ^~~~~~~~~ wsh.c: In function 'rawmemstrlen': ./include/libwitch/wsh.h:204:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] arg1 = (unsigned long) lua_tonumber(L, 1); \ ^ wsh.c:4847:2: note: in expansion of macro 'read_arg1' read_arg1(addr); ^~~~~~~~~ ./include/libwitch/wsh.h:206:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] arg1 = luaL_checkstring(L, 1); \ ^ wsh.c:4847:2: note: in expansion of macro 'read_arg1' read_arg1(addr); ^~~~~~~~~ ./include/libwitch/wsh.h:209:8: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] arg1 = lua_tocfunction(L, 1); \ ^ wsh.c:4847:2: note: in expansion of macro 'read_arg1' read_arg1(addr); ^~~~~~~~~ wsh.c: In function 'print_eps': wsh.c:1422:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ /usr/include/stdlib.h: In function 'exit': wsh.c:3140:1: warning: 'noreturn' function does return } ^ /usr/include/unistd.h: In function '_exit': wsh.c:3146:1: warning: 'noreturn' function does return } ^ wsh.c: In function 'printarg': wsh.c:3173:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ wsh.c: In function 'breakpoint': wsh.c:4267:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ At top level: wsh.c:4139:24: warning: 'sec_from_addr' defined but not used [-Wunused-function] static struct section *sec_from_addr(unsigned long int addr) ^~~~~~~~~~~~~ gcc -masm=intel -rdynamic -W -Wall -Wextra -O0 -mpreferred-stack-boundary=12 -mstackrealign -ggdb -g3 -Wno-unused-but-set-variable -Wno-unused-parameter -I./include/sflib/ -I./include -I../../include/ -rdynamic -Wl,-E -Wl,-z,now wshmain.c -o wshmain.o -c -ldl -lreadline -pie -fpie -fPIC wshmain.c: In function 'main': wshmain.c:46:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion] wsh1 = wsh_init(); ^ gcc -masm=intel -rdynamic -W -Wall -Wextra -O0 -mpreferred-stack-boundary=12 -mstackrealign -ggdb -g3 -Wno-unused-but-set-variable -Wno-unused-parameter -I./include/sflib/ -I./include -I../../include/ -rdynamic -Wl,-E -Wl,-z,now helper.c -o helper.o -c -pie -fpie -fPIC gcc -masm=intel -rdynamic -W -Wall -Wextra -O0 -mpreferred-stack-boundary=12 -mstackrealign -ggdb -g3 -Wno-unused-but-set-variable -Wno-unused-parameter -I./include/sflib/ -I./include -I../../include/ -rdynamic -Wl,-E -Wl,-z,now linenoise/linenoise.c -o linenoise.o -c -pie -fpie -fPIC gcc -masm=intel -rdynamic -W -Wall -Wextra -O0 -mpreferred-stack-boundary=12 -mstackrealign -ggdb -g3 -Wno-unused-but-set-variable -Wno-unused-parameter -I./include/sflib/ -I./include -I../../include/ -rdynamic -Wl,-E -Wl,-z,now wsh.o helper.o linenoise.o -shared -fPIC -o libwitch.so ar cr libwitch.a wsh.o helper.o linenoise.o gcc -masm=intel -rdynamic -W -Wall -Wextra -O0 -mpreferred-stack-boundary=12 -mstackrealign -ggdb -g3 -Wno-unused-but-set-variable -Wno-unused-parameter -I./include/sflib/ -I./include -I../../include/ -rdynamic -Wl,-E -Wl,-z,now wsh.o helper.o linenoise.o wshmain.o -o wsh -T script.lds -liberty ./lua/src/liblua.a ./openlibm/libopenlibm.a -ldl -lgsl -lgslcblas /usr/bin/ld: target elf64-x86-64 not found collect2: error: ld returned 1 exit status make[2]: *** [Makefile:28: all] Error 1 make[2]: Leaving directory '/build/wcc-git/src/wcc-git/src/wsh' make[1]: *** [Makefile:13: all] Error 2 make[1]: Leaving directory '/build/wcc-git/src/wcc-git/src' make: *** [Makefile:12: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ==> Removing installed dependencies... checking dependencies... :: gettext optionally requires git: for autopoint infrastructure updates :: glib2 optionally requires libelf: gresource inspection tool Packages (12) capstone-3.0.4-3 ccache-3.2.7-1 clang-3.8.1-1 git-2.9.3-1 gsl-2.1-2 libedit-20160618_3.1-1 libelf-0.166-1 libxml2-2.9.4+0+gbdec218-2 llvm-libs-3.8.1-1 lua-5.3.3-1 perl-error-0.17024-1 uthash-2.0.1-1 Total Removed Size: 247.23 MiB :: Do you want to remove these packages? [Y/n] :: Running pre-transaction hooks... (1/1) Removing old entries from the info directory file... :: Processing package changes... removing uthash... removing lua... removing libelf... removing gsl... removing git... removing perl-error... removing clang... removing llvm-libs... removing libedit... removing libxml2... removing ccache... removing capstone... ==> ERROR: Build failed, check /chroot/i686/build/build