Last active
December 15, 2015 23:39
-
-
Save razamatan/5341755 to your computer and use it in GitHub Desktop.
for nettle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew --config | |
HOMEBREW_VERSION: 0.9.4 | |
ORIGIN: https://github.com/mxcl/homebrew.git | |
HEAD: d0a2ed907ddb750c519bb9f56d7055490f968edf | |
HOMEBREW_PREFIX: /usr/local/homebrew | |
HOMEBREW_CELLAR: /usr/local/homebrew/Cellar | |
CPU: 8-core 64-bit ivybridge | |
OS X: 10.8.3-x86_64 | |
Xcode: 4.6.1 | |
CLT: 4.6.0.0.1.1362189000 | |
LLVM-GCC: build 2336 | |
Clang: 4.2 build 425 | |
X11: N/A | |
System Ruby: 1.8.7-358 | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python | |
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby | |
$ brew doctor | |
Warning: Your Homebrew is not installed to /usr/local | |
You can install Homebrew anywhere you want, but some brews may only build | |
correctly if you install in /usr/local. Sorry! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by nettle configure 2.6, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --disable-dependency-tracking --prefix=/usr/local/homebrew/Cellar/nettle/2.6 --enable-shared | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = dhcp-172-31-31-153.kir.corp.google.com | |
uname -m = x86_64 | |
uname -r = 12.3.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 12.3.0: Sun Jan 6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64 | |
/usr/bin/uname -p = i386 | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = Mach kernel version: | |
Darwin Kernel Version 12.3.0: Sun Jan 6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64 | |
Kernel configured for up to 8 processors. | |
4 processors are physically available. | |
8 processors are logically available. | |
Processor type: i486 (Intel 80486) | |
Processors active: 0 1 2 3 4 5 6 7 | |
Primary memory available: 16.00 gigabytes | |
Default processor set: 145 tasks, 763 threads, 8 processors | |
Load average: 2.17, Mach factor: 5.82 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/homebrew/Library/ENV/4.3 | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2515: checking build system type | |
configure:2529: result: x86_64-apple-darwin12.3.0 | |
configure:2549: checking host system type | |
configure:2562: result: x86_64-apple-darwin12.3.0 | |
configure:2674: checking for -R flag | |
configure:2693: result: none | |
configure:2703: result: Searching for libraries | |
configure:2710: checking /usr/local/homebrew/Cellar/nettle/2.6/lib | |
configure:2737: result: not found | |
configure:2710: checking /usr/local/lib | |
configure:2737: result: not found | |
configure:2710: checking /sw/local/lib | |
configure:2737: result: not found | |
configure:2710: checking /sw/lib | |
configure:2737: result: not found | |
configure:2710: checking /usr/gnu/lib | |
configure:2737: result: not found | |
configure:2710: checking /opt/gnu/lib | |
configure:2737: result: not found | |
configure:2710: checking /sw/gnu/lib | |
configure:2737: result: not found | |
configure:2710: checking /usr/freeware/lib | |
configure:2737: result: not found | |
configure:2710: checking /usr/pkg/lib | |
configure:2737: result: not found | |
configure:2793: checking for gcc | |
configure:2820: result: cc | |
configure:3049: checking for C compiler version | |
configure:3058: cc --version >&5 | |
Apple LLVM version 4.2 (clang-425.0.27) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin12.3.0 | |
Thread model: posix | |
configure:3069: $? = 0 | |
configure:3058: cc -v >&5 | |
Apple LLVM version 4.2 (clang-425.0.27) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin12.3.0 | |
Thread model: posix | |
clang: warning: argument unused during compilation: '-isystem /usr/local/homebrew/include' | |
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2' | |
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/' | |
clang: warning: argument unused during compilation: '-L/usr/local/homebrew/lib' | |
clang: warning: argument unused during compilation: '-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries' | |
configure:3069: $? = 0 | |
configure:3058: cc -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/homebrew/include' | |
clang: error: no input files | |
configure:3069: $? = 1 | |
configure:3058: cc -qversion >&5 | |
clang: error: no input files | |
configure:3069: $? = 1 | |
configure:3089: checking whether the C compiler works | |
configure:3111: cc conftest.c >&5 | |
configure:3115: $? = 0 | |
configure:3163: result: yes | |
configure:3166: checking for C compiler default output file name | |
configure:3168: result: a.out | |
configure:3174: checking for suffix of executables | |
configure:3181: cc -o conftest conftest.c >&5 | |
configure:3185: $? = 0 | |
configure:3207: result: | |
configure:3229: checking whether we are cross compiling | |
configure:3237: cc -o conftest conftest.c >&5 | |
configure:3241: $? = 0 | |
configure:3248: ./conftest | |
configure:3252: $? = 0 | |
configure:3267: result: no | |
configure:3272: checking for suffix of object files | |
configure:3294: cc -c conftest.c >&5 | |
configure:3298: $? = 0 | |
configure:3319: result: o | |
configure:3323: checking whether we are using the GNU C compiler | |
configure:3342: cc -c conftest.c >&5 | |
configure:3342: $? = 0 | |
configure:3351: result: yes | |
configure:3360: checking whether cc accepts -g | |
configure:3380: cc -c -g conftest.c >&5 | |
configure:3380: $? = 0 | |
configure:3421: result: yes | |
configure:3438: checking for cc option to accept ISO C89 | |
configure:3501: cc -c -g -O2 conftest.c >&5 | |
configure:3501: $? = 0 | |
configure:3514: result: none needed | |
configure:3664: checking for C++ compiler version | |
configure:3673: c++ --version >&5 | |
Apple LLVM version 4.2 (clang-425.0.27) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin12.3.0 | |
Thread model: posix | |
configure:3684: $? = 0 | |
configure:3673: c++ -v >&5 | |
Apple LLVM version 4.2 (clang-425.0.27) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin12.3.0 | |
Thread model: posix | |
clang: warning: argument unused during compilation: '-isystem /usr/local/homebrew/include' | |
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2' | |
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/' | |
clang: warning: argument unused during compilation: '-L/usr/local/homebrew/lib' | |
clang: warning: argument unused during compilation: '-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries' | |
configure:3684: $? = 0 | |
configure:3673: c++ -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/homebrew/include' | |
clang: error: no input files | |
configure:3684: $? = 1 | |
configure:3673: c++ -qversion >&5 | |
clang: error: no input files | |
configure:3684: $? = 1 | |
configure:3688: checking whether we are using the GNU C++ compiler | |
configure:3707: c++ -c conftest.cpp >&5 | |
configure:3707: $? = 0 | |
configure:3716: result: yes | |
configure:3725: checking whether c++ accepts -g | |
configure:3745: c++ -c -g conftest.cpp >&5 | |
configure:3745: $? = 0 | |
configure:3786: result: yes | |
configure:3828: c++ -c -g -O2 conftest.cpp >&5 | |
configure:3828: $? = 0 | |
configure:3842: checking whether make sets $(MAKE) | |
configure:3864: result: yes | |
configure:3916: checking for ranlib | |
configure:3932: found /usr/bin/ranlib | |
configure:3943: result: ranlib | |
configure:4008: checking for nm | |
configure:4024: found /usr/bin/nm | |
configure:4035: result: nm | |
configure:4101: checking for objdump | |
configure:4131: result: no | |
configure:4193: checking for ar | |
configure:4209: found /usr/bin/ar | |
configure:4220: result: ar | |
configure:4261: checking for a BSD-compatible install | |
configure:4329: result: /usr/bin/install -c | |
configure:4343: checking for a thread-safe mkdir -p | |
configure:4382: result: ./install-sh -c -d | |
configure:4386: checking whether ln -s works | |
configure:4390: result: yes | |
configure:4469: cc -c -g -O2 conftest.c >&5 | |
conftest.c:11:2: error: 64-bit x86 | |
#error 64-bit x86 | |
^ | |
1 error generated. | |
configure:4469: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "nettle" | |
| #define PACKAGE_TARNAME "nettle" | |
| #define PACKAGE_VERSION "2.6" | |
| #define PACKAGE_STRING "nettle 2.6" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| /* end confdefs.h. */ | |
| | |
| #if defined(__x86_64__) || defined(__arch64__) | |
| #error 64-bit x86 | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:4510: Compiler uses 64-bit ABI. To change, set CC. | |
configure:4552: WARNING: Don't know where to install 64-bit libraries on this system. | |
configure:4555: Libraries to be installed in ${exec_prefix}/lib. | |
configure:4590: Looking for assembler files in x86_64/. | |
configure:4615: checking CCPIC | |
configure:4659: cc -c -g -O2 -fPIC conftest.c >&5 | |
conftest.c:13:1: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' | |
exit(0); | |
^ | |
conftest.c:13:1: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' | |
1 warning generated. | |
configure:4659: $? = 0 | |
configure:4670: result: -fPIC | |
configure:4787: checking if globals are prefixed by underscore | |
configure:4798: cc -c -g -O2 conftest.c >&5 | |
configure:4798: $? = 0 | |
configure:4814: result: yes | |
configure:4820: checking if we should use a .note.GNU-stack section | |
configure:4832: cc -g -O2 -c conftest.c >conftest.out 2>&1 | |
configure:4835: $? = 0 | |
configure:4847: result: no | |
configure:4853: checking for ELF-style .type,%function pseudo-ops | |
configure:4870: cc -g -O2 -c conftest.s >conftest.out 2>&1 | |
configure:4873: $? = 1 | |
conftest.s:4:1: error: unknown directive | |
.type foo,%function | |
^ | |
conftest.s:8:1: error: unknown directive | |
.size foo, .Lend - foo | |
^ | |
configure: failed program was: | |
.text | |
.globl foo | |
.type foo,%function | |
foo: | |
.Lend: | |
.size foo, .Lend - foo | |
configure:4886: result: no | |
configure:4889: checking for ELF-style .type,#function pseudo-ops | |
configure:4906: cc -g -O2 -c conftest.s >conftest.out 2>&1 | |
configure:4909: $? = 1 | |
conftest.s:4:1: error: unknown directive | |
.type foo,#function | |
^ | |
conftest.s:8:1: error: unknown directive | |
.size foo, .Lend - foo | |
^ | |
configure: failed program was: | |
.text | |
.globl foo | |
.type foo,#function | |
foo: | |
.Lend: | |
.size foo, .Lend - foo | |
configure:4922: result: no | |
configure:4934: checking if .align assembly directive is logarithmic | |
configure:4945: cc -g -O2 -c conftest.s >conftest.out 2>&1 | |
configure:4948: $? = 0 | |
configure:4961: result: yes | |
configure:4998: checking for m4 | |
configure:5016: found /usr/bin/m4 | |
configure:5029: result: /usr/bin/m4 | |
configure:5043: checking for an ANSI C-conforming const | |
configure:5109: cc -c -g -O2 conftest.c >&5 | |
configure:5109: $? = 0 | |
configure:5116: result: yes | |
configure:5124: checking for inline | |
configure:5140: cc -c -g -O2 conftest.c >&5 | |
configure:5140: $? = 0 | |
configure:5148: result: inline | |
configure:5171: checking how to run the C preprocessor | |
configure:5202: cc -E conftest.c | |
configure:5202: $? = 0 | |
configure:5216: cc -E conftest.c | |
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:5216: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "nettle" | |
| #define PACKAGE_TARNAME "nettle" | |
| #define PACKAGE_VERSION "2.6" | |
| #define PACKAGE_STRING "nettle 2.6" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:5241: result: cc -E | |
configure:5261: cc -E conftest.c | |
configure:5261: $? = 0 | |
configure:5275: cc -E conftest.c | |
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:5275: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "nettle" | |
| #define PACKAGE_TARNAME "nettle" | |
| #define PACKAGE_VERSION "2.6" | |
| #define PACKAGE_STRING "nettle 2.6" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:5304: checking for grep that handles long lines and -e | |
configure:5362: result: /usr/bin/grep | |
configure:5367: checking for egrep | |
configure:5429: result: /usr/bin/grep -E | |
configure:5434: checking for uid_t in sys/types.h | |
configure:5453: result: yes | |
configure:5464: checking for ANSI C header files | |
configure:5484: cc -c -g -O2 conftest.c >&5 | |
configure:5484: $? = 0 | |
configure:5557: cc -o conftest -g -O2 conftest.c >&5 | |
configure:5557: $? = 0 | |
configure:5557: ./conftest | |
configure:5557: $? = 0 | |
configure:5568: result: yes | |
configure:5581: checking for sys/types.h | |
configure:5581: cc -c -g -O2 conftest.c >&5 | |
configure:5581: $? = 0 | |
configure:5581: result: yes | |
configure:5581: checking for sys/stat.h | |
configure:5581: cc -c -g -O2 conftest.c >&5 | |
configure:5581: $? = 0 | |
configure:5581: result: yes | |
configure:5581: checking for stdlib.h | |
configure:5581: cc -c -g -O2 conftest.c >&5 | |
configure:5581: $? = 0 | |
configure:5581: result: yes | |
configure:5581: checking for string.h | |
configure:5581: cc -c -g -O2 conftest.c >&5 | |
configure:5581: $? = 0 | |
configure:5581: result: yes | |
configure:5581: checking for memory.h | |
configure:5581: cc -c -g -O2 conftest.c >&5 | |
configure:5581: $? = 0 | |
configure:5581: result: yes | |
configure:5581: checking for strings.h | |
configure:5581: cc -c -g -O2 conftest.c >&5 | |
configure:5581: $? = 0 | |
configure:5581: result: yes | |
configure:5581: checking for inttypes.h | |
configure:5581: cc -c -g -O2 conftest.c >&5 | |
configure:5581: $? = 0 | |
configure:5581: result: yes | |
configure:5581: checking for stdint.h | |
configure:5581: cc -c -g -O2 conftest.c >&5 | |
configure:5581: $? = 0 | |
configure:5581: result: yes | |
configure:5581: checking for unistd.h | |
configure:5581: cc -c -g -O2 conftest.c >&5 | |
configure:5581: $? = 0 | |
configure:5581: result: yes | |
configure:5593: checking for size_t | |
configure:5593: cc -c -g -O2 conftest.c >&5 | |
configure:5593: $? = 0 | |
configure:5593: cc -c -g -O2 conftest.c >&5 | |
conftest.c:55:21: error: expected expression | |
if (sizeof ((size_t))) | |
^ | |
1 error generated. | |
configure:5593: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "nettle" | |
| #define PACKAGE_TARNAME "nettle" | |
| #define PACKAGE_VERSION "2.6" | |
| #define PACKAGE_STRING "nettle 2.6" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((size_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:5593: result: yes | |
configure:5604: checking whether time.h and sys/time.h may both be included | |
configure:5624: cc -c -g -O2 conftest.c >&5 | |
configure:5624: $? = 0 | |
configure:5631: result: yes | |
configure:5643: checking size of long | |
configure:5648: cc -o conftest -g -O2 conftest.c >&5 | |
configure:5648: $? = 0 | |
configure:5648: ./conftest | |
configure:5648: $? = 0 | |
configure:5662: result: 8 | |
configure:5674: checking alignment of uint64_t | |
configure:5679: cc -o conftest -g -O2 conftest.c >&5 | |
configure:5679: $? = 0 | |
configure:5679: ./conftest | |
configure:5679: $? = 0 | |
configure:5697: result: 8 | |
configure:5714: checking openssl/blowfish.h usability | |
configure:5714: cc -c -g -O2 conftest.c >&5 | |
configure:5714: $? = 0 | |
configure:5714: result: yes | |
configure:5714: checking openssl/blowfish.h presence | |
configure:5714: cc -E conftest.c | |
configure:5714: $? = 0 | |
configure:5714: result: yes | |
configure:5714: checking for openssl/blowfish.h | |
configure:5714: result: yes | |
configure:5714: checking openssl/des.h usability | |
configure:5714: cc -c -g -O2 conftest.c >&5 | |
configure:5714: $? = 0 | |
configure:5714: result: yes | |
configure:5714: checking openssl/des.h presence | |
configure:5714: cc -E conftest.c | |
configure:5714: $? = 0 | |
configure:5714: result: yes | |
configure:5714: checking for openssl/des.h | |
configure:5714: result: yes | |
configure:5714: checking openssl/cast.h usability | |
configure:5714: cc -c -g -O2 conftest.c >&5 | |
configure:5714: $? = 0 | |
configure:5714: result: yes | |
configure:5714: checking openssl/cast.h presence | |
configure:5714: cc -E conftest.c | |
configure:5714: $? = 0 | |
configure:5714: result: yes | |
configure:5714: checking for openssl/cast.h | |
configure:5714: result: yes | |
configure:5714: checking openssl/aes.h usability | |
configure:5714: cc -c -g -O2 conftest.c >&5 | |
configure:5714: $? = 0 | |
configure:5714: result: yes | |
configure:5714: checking openssl/aes.h presence | |
configure:5714: cc -E conftest.c | |
configure:5714: $? = 0 | |
configure:5714: result: yes | |
configure:5714: checking for openssl/aes.h | |
configure:5714: result: yes | |
configure:5730: checking for working alloca.h | |
configure:5747: cc -o conftest -g -O2 conftest.c >&5 | |
configure:5747: $? = 0 | |
configure:5755: result: yes | |
configure:5763: checking for alloca | |
configure:5800: cc -o conftest -g -O2 conftest.c >&5 | |
configure:5800: $? = 0 | |
configure:5808: result: yes | |
configure:5916: checking malloc.h usability | |
configure:5916: cc -c -g -O2 conftest.c >&5 | |
conftest.c:61:10: fatal error: 'malloc.h' file not found | |
#include <malloc.h> | |
^ | |
1 error generated. | |
configure:5916: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "nettle" | |
| #define PACKAGE_TARNAME "nettle" | |
| #define PACKAGE_VERSION "2.6" | |
| #define PACKAGE_STRING "nettle 2.6" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define SIZEOF_LONG 8 | |
| #define ALIGNOF_UINT64_T 8 | |
| #define HAVE_OPENSSL_BLOWFISH_H 1 | |
| #define HAVE_OPENSSL_DES_H 1 | |
| #define HAVE_OPENSSL_CAST_H 1 | |
| #define HAVE_OPENSSL_AES_H 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <malloc.h> | |
configure:5916: result: no | |
configure:5916: checking malloc.h presence | |
configure:5916: cc -E conftest.c | |
conftest.c:28:10: fatal error: 'malloc.h' file not found | |
#include <malloc.h> | |
^ | |
1 error generated. | |
configure:5916: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "nettle" | |
| #define PACKAGE_TARNAME "nettle" | |
| #define PACKAGE_VERSION "2.6" | |
| #define PACKAGE_STRING "nettle 2.6" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define SIZEOF_LONG 8 | |
| #define ALIGNOF_UINT64_T 8 | |
| #define HAVE_OPENSSL_BLOWFISH_H 1 | |
| #define HAVE_OPENSSL_DES_H 1 | |
| #define HAVE_OPENSSL_CAST_H 1 | |
| #define HAVE_OPENSSL_AES_H 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| /* end confdefs.h. */ | |
| #include <malloc.h> | |
configure:5916: result: no | |
configure:5916: checking for malloc.h | |
configure:5916: result: no | |
configure:5929: checking for strerror | |
configure:5929: cc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:51:6: warning: incompatible redeclaration of library function 'strerror' | |
char strerror (); | |
^ | |
conftest.c:51:6: note: 'strerror' is a builtin with type 'char *(int)' | |
1 warning generated. | |
configure:5929: $? = 0 | |
configure:5929: result: yes | |
configure:5941: checking whether byte ordering is bigendian | |
configure:5956: cc -c -g -O2 conftest.c >&5 | |
configure:5956: $? = 0 | |
configure:6001: cc -c -g -O2 conftest.c >&5 | |
configure:6001: $? = 0 | |
configure:6019: cc -c -g -O2 conftest.c >&5 | |
conftest.c:36:4: error: use of undeclared identifier 'not' | |
not big endian | |
^ | |
1 error generated. | |
configure:6019: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "nettle" | |
| #define PACKAGE_TARNAME "nettle" | |
| #define PACKAGE_VERSION "2.6" | |
| #define PACKAGE_STRING "nettle 2.6" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define SIZEOF_LONG 8 | |
| #define ALIGNOF_UINT64_T 8 | |
| #define HAVE_OPENSSL_BLOWFISH_H 1 | |
| #define HAVE_OPENSSL_DES_H 1 | |
| #define HAVE_OPENSSL_CAST_H 1 | |
| #define HAVE_OPENSSL_AES_H 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STRERROR 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <sys/param.h> | |
| | |
| int | |
| main () | |
| { | |
| #if BYTE_ORDER != BIG_ENDIAN | |
| not big endian | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:6147: result: no | |
configure:6165: checking for memxor | |
configure:6165: cc -o conftest -g -O2 conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_memxor", referenced from: | |
_main in conftest-4NhX8a.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:6165: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "nettle" | |
| #define PACKAGE_TARNAME "nettle" | |
| #define PACKAGE_VERSION "2.6" | |
| #define PACKAGE_STRING "nettle 2.6" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define SIZEOF_LONG 8 | |
| #define ALIGNOF_UINT64_T 8 | |
| #define HAVE_OPENSSL_BLOWFISH_H 1 | |
| #define HAVE_OPENSSL_DES_H 1 | |
| #define HAVE_OPENSSL_CAST_H 1 | |
| #define HAVE_OPENSSL_AES_H 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STRERROR 1 | |
| /* end confdefs.h. */ | |
| /* Define memxor to an innocuous variant, in case <limits.h> declares memxor. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define memxor innocuous_memxor | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char memxor (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef memxor | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char memxor (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_memxor || defined __stub___memxor | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return memxor (); | |
| ; | |
| return 0; | |
| } | |
configure:6165: result: no | |
configure:6180: checking for __attribute__ | |
configure:6206: cc -c -g -O2 conftest.c >&5 | |
configure:6206: $? = 0 | |
configure:6213: result: yes | |
configure:6227: checking for stdint types | |
configure:6250: cc -c conftest.c >&5 | |
configure:6250: $? = 0 | |
configure:6275: result: stdint.h (shortcircuit) | |
configure:6643: result: make use of stdint.h in nettle-stdint.h (assuming C99 compatible system) | |
configure:6653: checking for fcntl file locking | |
configure:6680: cc -c -g -O2 conftest.c >&5 | |
configure:6680: $? = 0 | |
configure:6687: result: yes | |
configure:6697: checking for __gmpz_getlimbn in -lgmp | |
configure:6722: cc -o conftest -g -O2 conftest.c -lgmp >&5 | |
configure:6722: $? = 0 | |
configure:6731: result: yes | |
configure:6812: checking for __gmpz_powm_sec | |
configure:6812: cc -o conftest -g -O2 conftest.c -lgmp >&5 | |
configure:6812: $? = 0 | |
configure:6812: result: yes | |
configure:6845: checking for makeinfo | |
configure:6863: found /usr/bin/makeinfo | |
configure:6876: result: /usr/bin/makeinfo | |
configure:6913: checking for BF_ecb_encrypt in -lcrypto | |
configure:6938: cc -o conftest -g -O2 conftest.c -lcrypto -lgmp >&5 | |
configure:6938: $? = 0 | |
configure:6947: result: yes | |
configure:6973: checking for library containing clock_gettime | |
configure:7004: cc -o conftest -g -O2 conftest.c -lgmp >&5 | |
Undefined symbols for architecture x86_64: | |
"_clock_gettime", referenced from: | |
_main in conftest-dPDYOx.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:7004: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "nettle" | |
| #define PACKAGE_TARNAME "nettle" | |
| #define PACKAGE_VERSION "2.6" | |
| #define PACKAGE_STRING "nettle 2.6" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define SIZEOF_LONG 8 | |
| #define ALIGNOF_UINT64_T 8 | |
| #define HAVE_OPENSSL_BLOWFISH_H 1 | |
| #define HAVE_OPENSSL_DES_H 1 | |
| #define HAVE_OPENSSL_CAST_H 1 | |
| #define HAVE_OPENSSL_AES_H 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_GCC_ATTRIBUTE 1 | |
| #define HAVE_FCNTL_LOCKING 1 | |
| #define HAVE_LIBGMP 1 | |
| #define HAVE_MPZ_POWM_SEC 1 | |
| #define WITH_HOGWEED 1 | |
| #define WITH_OPENSSL 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char clock_gettime (); | |
| int | |
| main () | |
| { | |
| return clock_gettime (); | |
| ; | |
| return 0; | |
| } | |
configure:7004: cc -o conftest -g -O2 conftest.c -lrt -lgmp >&5 | |
ld: library not found for -lrt | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:7004: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "nettle" | |
| #define PACKAGE_TARNAME "nettle" | |
| #define PACKAGE_VERSION "2.6" | |
| #define PACKAGE_STRING "nettle 2.6" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define SIZEOF_LONG 8 | |
| #define ALIGNOF_UINT64_T 8 | |
| #define HAVE_OPENSSL_BLOWFISH_H 1 | |
| #define HAVE_OPENSSL_DES_H 1 | |
| #define HAVE_OPENSSL_CAST_H 1 | |
| #define HAVE_OPENSSL_AES_H 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_GCC_ATTRIBUTE 1 | |
| #define HAVE_FCNTL_LOCKING 1 | |
| #define HAVE_LIBGMP 1 | |
| #define HAVE_MPZ_POWM_SEC 1 | |
| #define WITH_HOGWEED 1 | |
| #define WITH_OPENSSL 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char clock_gettime (); | |
| int | |
| main () | |
| { | |
| return clock_gettime (); | |
| ; | |
| return 0; | |
| } | |
configure:7021: result: no | |
configure:7182: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by nettle config.status 2.6, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on dhcp-172-31-31-153.kir.corp.google.com | |
config.status:921: creating config.make | |
config.status:921: creating config.m4 | |
config.status:921: creating Makefile | |
config.status:921: creating tools/Makefile | |
config.status:921: creating testsuite/Makefile | |
config.status:921: creating examples/Makefile | |
config.status:921: creating nettle.pc | |
config.status:921: creating hogweed.pc | |
config.status:921: creating config.h | |
config.status:1128: linking x86_64/aes-encrypt-internal.asm to aes-encrypt-internal.asm | |
config.status:1128: linking x86_64/aes-decrypt-internal.asm to aes-decrypt-internal.asm | |
config.status:1128: linking x86_64/camellia-crypt-internal.asm to camellia-crypt-internal.asm | |
config.status:1128: linking x86_64/memxor.asm to memxor.asm | |
config.status:1128: linking x86_64/salsa20-crypt.asm to salsa20-crypt.asm | |
config.status:1128: linking x86_64/salsa20-core-internal.asm to salsa20-core-internal.asm | |
config.status:1128: linking x86_64/serpent-encrypt.asm to serpent-encrypt.asm | |
config.status:1128: linking x86_64/serpent-decrypt.asm to serpent-decrypt.asm | |
config.status:1128: linking x86_64/sha1-compress.asm to sha1-compress.asm | |
config.status:1128: linking x86_64/machine.m4 to machine.m4 | |
config.status:1147: executing nettle-stdint.h commands | |
config.status:1158: creating nettle-stdint.h : __NETTLE_STDINT_H | |
configure:8832: summary of build options: | |
Version: nettle 2.6 | |
Host type: x86_64-apple-darwin12.3.0 | |
ABI: 64 | |
Assembly files: x86_64 | |
Install prefix: /usr/local/homebrew/Cellar/nettle/2.6 | |
Library directory: ${exec_prefix}/lib | |
Compiler: cc | |
Static libraries: yes | |
Shared libraries: yes | |
Public key crypto: yes | |
Documentation: yes | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_alignof_uint64_t=8 | |
ac_cv_build=x86_64-apple-darwin12.3.0 | |
ac_cv_c_bigendian=no | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_c_const=yes | |
ac_cv_c_inline=inline | |
ac_cv_cxx_compiler_gnu=yes | |
ac_cv_env_CCC_set= | |
ac_cv_env_CCC_value= | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=cc | |
ac_cv_env_CFLAGS_set= | |
ac_cv_env_CFLAGS_value= | |
ac_cv_env_CPPFLAGS_set= | |
ac_cv_env_CPPFLAGS_value= | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_CXXFLAGS_set= | |
ac_cv_env_CXXFLAGS_value= | |
ac_cv_env_CXX_set=set | |
ac_cv_env_CXX_value=c++ | |
ac_cv_env_LDFLAGS_set= | |
ac_cv_env_LDFLAGS_value= | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_func___gmpz_powm_sec=yes | |
ac_cv_func_alloca_works=yes | |
ac_cv_func_memxor=no | |
ac_cv_func_strerror=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_malloc_h=no | |
ac_cv_header_memory_h=yes | |
ac_cv_header_openssl_aes_h=yes | |
ac_cv_header_openssl_blowfish_h=yes | |
ac_cv_header_openssl_cast_h=yes | |
ac_cv_header_openssl_des_h=yes | |
ac_cv_header_stdc=yes | |
ac_cv_header_stdint=stdint.h | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdint_t=stdint.h | |
ac_cv_header_stdlib_h=yes | |
ac_cv_header_string_h=yes | |
ac_cv_header_strings_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_time=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_host=x86_64-apple-darwin12.3.0 | |
ac_cv_lib_crypto_BF_ecb_encrypt=yes | |
ac_cv_lib_gmp___gmpz_getlimbn=yes | |
ac_cv_objext=o | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_M4=/usr/bin/m4 | |
ac_cv_path_MAKEINFO=/usr/bin/makeinfo | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_prog_CPP='cc -E' | |
ac_cv_prog_ac_ct_AR=ar | |
ac_cv_prog_ac_ct_CC=cc | |
ac_cv_prog_ac_ct_NM=nm | |
ac_cv_prog_ac_ct_RANLIB=ranlib | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_cxx_g=yes | |
ac_cv_prog_make_make_set=yes | |
ac_cv_search_clock_gettime=no | |
ac_cv_sizeof_long=8 | |
ac_cv_stdint_message='using gnu compiler Apple LLVM version 4.2 (clang-425.0.27) (based on LLVM 3.2svn)' | |
ac_cv_stdint_result='(assuming C99 compatible system)' | |
ac_cv_type_size_t=yes | |
ac_cv_type_uid_t=yes | |
ac_cv_working_alloca_h=yes | |
lsh_cv_c_attribute=yes | |
lsh_cv_sys_ccpic=-fPIC | |
nettle_cv_asm_align_log=yes | |
nettle_cv_asm_gnu_stack=no | |
nettle_cv_asm_type_hash_function=no | |
nettle_cv_asm_type_percent_function=no | |
nettle_cv_asm_underscore=yes | |
nettle_cv_fcntl_locking=yes | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ALIGNOF_UINT64_T='8' | |
ALLOCA='' | |
AR='ar' | |
ASM_ALIGN_LOG='yes' | |
ASM_ELF_STYLE='no' | |
ASM_MARK_NOEXEC_STACK='' | |
ASM_SYMBOL_PREFIX='_' | |
ASM_TYPE_FUNCTION='' | |
BENCH_LIBS='-lgmp ' | |
CC='cc' | |
CCPIC='-fPIC' | |
CCPIC_MAYBE='-fPIC' | |
CFLAGS='-g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs' | |
CPP='cc -E' | |
CPPFLAGS='' | |
CXX='c++' | |
CXXFLAGS='-g -O2' | |
DEFS='-DHAVE_CONFIG_H' | |
DEP_FLAGS='' | |
DEP_INCLUDE='# ' | |
DEP_PROCESS='true' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
EMULATOR='' | |
EXEEXT='' | |
GREP='/usr/bin/grep' | |
IF_CXX='' | |
IF_DLL='#' | |
IF_DOCUMENTATION='' | |
IF_HOGWEED='' | |
IF_SHARED='' | |
IF_STATIC='' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
LDFLAGS='' | |
LIBHOGWEED_FILE='libhogweed.$(LIBHOGWEED_MAJOR).$(LIBHOGWEED_MINOR).dylib' | |
LIBHOGWEED_FILE_SRC='$(LIBHOGWEED_FORLINK)' | |
LIBHOGWEED_FORLINK='libhogweed.dylib' | |
LIBHOGWEED_LIBS='-lnettle -lgmp' | |
LIBHOGWEED_LINK='$(CC) $(CFLAGS) -dynamiclib -L. $(LDFLAGS) -install_name ${libdir}/$(LIBHOGWEED_SONAME) -compatibility_version $(LIBHOGWEED_MAJOR) -current_version $(LIBHOGWEED_MAJOR).$(LIBHOGWEED_MINOR)' | |
LIBHOGWEED_MAJOR='2' | |
LIBHOGWEED_MINOR='3' | |
LIBHOGWEED_SONAME='libhogweed.$(LIBHOGWEED_MAJOR).dylib' | |
LIBNETTLE_FILE='libnettle.$(LIBNETTLE_MAJOR).$(LIBNETTLE_MINOR).dylib' | |
LIBNETTLE_FILE_SRC='$(LIBNETTLE_FORLINK)' | |
LIBNETTLE_FORLINK='libnettle.dylib' | |
LIBNETTLE_LIBS='' | |
LIBNETTLE_LINK='$(CC) $(CFLAGS) -dynamiclib $(LDFLAGS) -install_name ${libdir}/$(LIBNETTLE_SONAME) -compatibility_version $(LIBNETTLE_MAJOR) -current_version $(LIBNETTLE_MAJOR).$(LIBNETTLE_MINOR)' | |
LIBNETTLE_MAJOR='4' | |
LIBNETTLE_MINOR='5' | |
LIBNETTLE_SONAME='libnettle.$(LIBNETTLE_MAJOR).dylib' | |
LIBOBJS=' ${LIBOBJDIR}memxor$U.o' | |
LIBS='-lgmp ' | |
LN_S='ln -s' | |
LTLIBOBJS=' ${LIBOBJDIR}memxor$U.lo' | |
M4='/usr/bin/m4' | |
MAKEINFO='/usr/bin/makeinfo' | |
MKDIR_P='./install-sh -c -d' | |
NM='nm' | |
OBJDUMP='false' | |
OBJEXT='o' | |
OPENSSL_LIBFLAGS='-lcrypto' | |
PACKAGE_BUGREPORT='[email protected]' | |
PACKAGE_NAME='nettle' | |
PACKAGE_STRING='nettle 2.6' | |
PACKAGE_TARNAME='nettle' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='2.6' | |
PATH_SEPARATOR=':' | |
RANLIB='ranlib' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
SHLIBCFLAGS='-fPIC' | |
W64_ABI='no' | |
ac_ct_CC='cc' | |
ac_ct_CXX='' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-apple-darwin12.3.0' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin12.3.0' | |
build_vendor='apple' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='${prefix}' | |
host='x86_64-apple-darwin12.3.0' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='darwin12.3.0' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
prefix='/usr/local/homebrew/Cellar/nettle/2.6' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "nettle" | |
#define PACKAGE_TARNAME "nettle" | |
#define PACKAGE_VERSION "2.6" | |
#define PACKAGE_STRING "nettle 2.6" | |
#define PACKAGE_BUGREPORT "[email protected]" | |
#define PACKAGE_URL "" | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define TIME_WITH_SYS_TIME 1 | |
#define SIZEOF_LONG 8 | |
#define ALIGNOF_UINT64_T 8 | |
#define HAVE_OPENSSL_BLOWFISH_H 1 | |
#define HAVE_OPENSSL_DES_H 1 | |
#define HAVE_OPENSSL_CAST_H 1 | |
#define HAVE_OPENSSL_AES_H 1 | |
#define HAVE_ALLOCA_H 1 | |
#define HAVE_ALLOCA 1 | |
#define HAVE_STRERROR 1 | |
#define HAVE_GCC_ATTRIBUTE 1 | |
#define HAVE_FCNTL_LOCKING 1 | |
#define HAVE_LIBGMP 1 | |
#define HAVE_MPZ_POWM_SEC 1 | |
#define WITH_HOGWEED 1 | |
#define WITH_OPENSSL 1 | |
configure: exit 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> Downloading http://www.lysator.liu.se/~nisse/archive/nettle-2.6.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/nettle-2.6.tar.gz | |
tar xf /Library/Caches/Homebrew/nettle-2.6.tar.gz | |
==> ./configure --disable-dependency-tracking --prefix=/usr/local/homebrew/Cellar/nettle/2.6 --enable-shared | |
./configure --disable-dependency-tracking --prefix=/usr/local/homebrew/Cellar/nettle/2.6 --enable-shared | |
checking build system type... x86_64-apple-darwin12.3.0 | |
checking host system type... x86_64-apple-darwin12.3.0 | |
checking for -R flag... none | |
Searching for libraries | |
checking /usr/local/homebrew/Cellar/nettle/2.6/lib... not found | |
checking /usr/local/lib... not found | |
checking /sw/local/lib... not found | |
checking /sw/lib... not found | |
checking /usr/gnu/lib... not found | |
checking /opt/gnu/lib... not found | |
checking /sw/gnu/lib... not found | |
checking /usr/freeware/lib... not found | |
checking /usr/pkg/lib... not found | |
checking for gcc... cc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether cc accepts -g... yes | |
checking for cc option to accept ISO C89... none needed | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether c++ accepts -g... yes | |
checking whether make sets $(MAKE)... yes | |
checking for ranlib... ranlib | |
checking for nm... nm | |
checking for objdump... no | |
checking for ar... ar | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for a thread-safe mkdir -p... ./install-sh -c -d | |
checking whether ln -s works... yes | |
configure: Compiler uses 64-bit ABI. To change, set CC. | |
configure: WARNING: Don't know where to install 64-bit libraries on this system. | |
configure: Libraries to be installed in ${exec_prefix}/lib. | |
configure: Looking for assembler files in x86_64/. | |
checking CCPIC... -fPIC | |
checking if globals are prefixed by underscore... yes | |
checking if we should use a .note.GNU-stack section... no | |
checking for ELF-style .type,%function pseudo-ops... no | |
checking for ELF-style .type,#function pseudo-ops... no | |
checking if .align assembly directive is logarithmic... yes | |
checking for m4... /usr/bin/m4 | |
checking for an ANSI C-conforming const... yes | |
checking for inline... inline | |
checking how to run the C preprocessor... cc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for uid_t in sys/types.h... yes | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for size_t... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking size of long... 8 | |
checking alignment of uint64_t... 8 | |
checking openssl/blowfish.h usability... yes | |
checking openssl/blowfish.h presence... yes | |
checking for openssl/blowfish.h... yes | |
checking openssl/des.h usability... yes | |
checking openssl/des.h presence... yes | |
checking for openssl/des.h... yes | |
checking openssl/cast.h usability... yes | |
checking openssl/cast.h presence... yes | |
checking for openssl/cast.h... yes | |
checking openssl/aes.h usability... yes | |
checking openssl/aes.h presence... yes | |
checking for openssl/aes.h... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking malloc.h usability... no | |
checking malloc.h presence... no | |
checking for malloc.h... no | |
checking for strerror... yes | |
checking whether byte ordering is bigendian... no | |
checking for memxor... no | |
checking for __attribute__... yes | |
checking for stdint types... stdint.h (shortcircuit) | |
make use of stdint.h in nettle-stdint.h (assuming C99 compatible system) | |
checking for fcntl file locking... yes | |
checking for __gmpz_getlimbn in -lgmp... yes | |
checking for __gmpz_powm_sec... yes | |
checking for makeinfo... /usr/bin/makeinfo | |
checking for BF_ecb_encrypt in -lcrypto... yes | |
checking for library containing clock_gettime... no | |
configure: creating ./config.status | |
config.status: creating config.make | |
config.status: creating config.m4 | |
config.status: creating Makefile | |
config.status: creating tools/Makefile | |
config.status: creating testsuite/Makefile | |
config.status: creating examples/Makefile | |
config.status: creating nettle.pc | |
config.status: creating hogweed.pc | |
config.status: creating config.h | |
config.status: linking x86_64/aes-encrypt-internal.asm to aes-encrypt-internal.asm | |
config.status: linking x86_64/aes-decrypt-internal.asm to aes-decrypt-internal.asm | |
config.status: linking x86_64/camellia-crypt-internal.asm to camellia-crypt-internal.asm | |
config.status: linking x86_64/memxor.asm to memxor.asm | |
config.status: linking x86_64/salsa20-crypt.asm to salsa20-crypt.asm | |
config.status: linking x86_64/salsa20-core-internal.asm to salsa20-core-internal.asm | |
config.status: linking x86_64/serpent-encrypt.asm to serpent-encrypt.asm | |
config.status: linking x86_64/serpent-decrypt.asm to serpent-decrypt.asm | |
config.status: linking x86_64/sha1-compress.asm to sha1-compress.asm | |
config.status: linking x86_64/machine.m4 to machine.m4 | |
config.status: executing nettle-stdint.h commands | |
config.status: creating nettle-stdint.h : __NETTLE_STDINT_H | |
configure: summary of build options: | |
Version: nettle 2.6 | |
Host type: x86_64-apple-darwin12.3.0 | |
ABI: 64 | |
Assembly files: x86_64 | |
Install prefix: /usr/local/homebrew/Cellar/nettle/2.6 | |
Library directory: ${exec_prefix}/lib | |
Compiler: cc | |
Static libraries: yes | |
Shared libraries: yes | |
Public key crypto: yes | |
Documentation: yes | |
==> make | |
make | |
/usr/bin/make all-here | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c aesdata.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs aesdata.o -lgmp -o aesdata | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c desdata.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs desdata.o -lgmp -o desdata | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c twofishdata.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs twofishdata.o -lgmp -o twofishdata | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c shadata.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs shadata.o -lgmp -lm -o shadata | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c gcmdata.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs gcmdata.o -lgmp -o gcmdata | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c getopt.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c getopt1.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c nettle-internal.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
/usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ | |
aes-decrypt-internal.asm >aes-decrypt-internal.s | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c aes-decrypt-internal.s | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
echo "aes-decrypt-internal.o : aes-decrypt-internal.asm ./asm.m4 machine.m4 config.m4" >aes-decrypt-internal.o.d | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c aes-decrypt.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
/usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ | |
aes-encrypt-internal.asm >aes-encrypt-internal.s | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c aes-encrypt-internal.s | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
echo "aes-encrypt-internal.o : aes-encrypt-internal.asm ./asm.m4 machine.m4 config.m4" >aes-encrypt-internal.o.d | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c aes-encrypt.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c aes-encrypt-table.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c aes-set-encrypt-key.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c aes-set-decrypt-key.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c aes-meta.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c arcfour.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c arcfour-crypt.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c arcfour-meta.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c arctwo.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c arctwo-meta.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c gosthash94-meta.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c base16-encode.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c base16-decode.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c base16-meta.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c base64-encode.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c base64-decode.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c base64-meta.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c camellia-crypt.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
/usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ | |
camellia-crypt-internal.asm >camellia-crypt-internal.s | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c camellia-crypt-internal.s | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
echo "camellia-crypt-internal.o : camellia-crypt-internal.asm ./asm.m4 machine.m4 config.m4" >camellia-crypt-internal.o.d | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c camellia-set-encrypt-key.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c camellia-set-decrypt-key.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c camellia-table.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c camellia-meta.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c cast128.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c cast128-meta.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c blowfish.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c cbc.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c ctr.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c gcm.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c gcm-aes.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c des.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c des3.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c des-compat.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c hmac.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c hmac-md5.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c hmac-ripemd160.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c hmac-sha1.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c hmac-sha224.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c hmac-sha256.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c hmac-sha384.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c hmac-sha512.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c pbkdf2.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c pbkdf2-hmac-sha1.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c pbkdf2-hmac-sha256.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c knuth-lfib.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c md2.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c md2-meta.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c md4.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c md4-meta.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c md5.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c md5-compress.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c md5-compat.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c md5-meta.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c gosthash94.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c ripemd160.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c ripemd160-compress.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c ripemd160-meta.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
/usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ | |
salsa20-core-internal.asm >salsa20-core-internal.s | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c salsa20-core-internal.s | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
echo "salsa20-core-internal.o : salsa20-core-internal.asm ./asm.m4 machine.m4 config.m4" >salsa20-core-internal.o.d | |
/usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ | |
salsa20-crypt.asm >salsa20-crypt.s | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c salsa20-crypt.s | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
echo "salsa20-crypt.o : salsa20-crypt.asm ./asm.m4 machine.m4 config.m4" >salsa20-crypt.o.d | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c salsa20-set-key.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha1.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
/usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ | |
sha1-compress.asm >sha1-compress.s | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha1-compress.s | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
echo "sha1-compress.o : sha1-compress.asm ./asm.m4 machine.m4 config.m4" >sha1-compress.o.d | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha1-meta.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha256.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha256-compress.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha224-meta.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha256-meta.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha512.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha512-compress.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha384-meta.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha512-meta.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha3.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha3-permute.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha3-224.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha3-224-meta.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha3-256.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha3-256-meta.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha3-384.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha3-384-meta.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha3-512.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha3-512-meta.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c serpent-set-key.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
/usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ | |
serpent-encrypt.asm >serpent-encrypt.s | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c serpent-encrypt.s | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
echo "serpent-encrypt.o : serpent-encrypt.asm ./asm.m4 machine.m4 config.m4" >serpent-encrypt.o.d | |
/usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ | |
serpent-decrypt.asm >serpent-decrypt.s | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c serpent-decrypt.s | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
echo "serpent-decrypt.o : serpent-decrypt.asm ./asm.m4 machine.m4 config.m4" >serpent-decrypt.o.d | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c serpent-meta.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c twofish.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c twofish-meta.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c yarrow256.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c yarrow_key_event.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c buffer.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c buffer-init.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c realloc.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c nettle-meta-hashes.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c nettle-meta-ciphers.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c nettle-meta-armors.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c write-be32.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c write-le32.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c write-le64.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
/usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ | |
memxor.asm >memxor.s | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c memxor.s | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
echo "memxor.o : memxor.asm ./asm.m4 machine.m4 config.m4" >memxor.o.d | |
rm -f libnettle.a | |
ar cru libnettle.a aes-decrypt-internal.o aes-decrypt.o aes-encrypt-internal.o aes-encrypt.o aes-encrypt-table.o aes-set-encrypt-key.o aes-set-decrypt-key.o aes-meta.o arcfour.o arcfour-crypt.o arcfour-meta.o arctwo.o arctwo-meta.o gosthash94-meta.o base16-encode.o base16-decode.o base16-meta.o base64-encode.o base64-decode.o base64-meta.o camellia-crypt.o camellia-crypt-internal.o camellia-set-encrypt-key.o camellia-set-decrypt-key.o camellia-table.o camellia-meta.o cast128.o cast128-meta.o blowfish.o cbc.o ctr.o gcm.o gcm-aes.o des.o des3.o des-compat.o hmac.o hmac-md5.o hmac-ripemd160.o hmac-sha1.o hmac-sha224.o hmac-sha256.o hmac-sha384.o hmac-sha512.o pbkdf2.o pbkdf2-hmac-sha1.o pbkdf2-hmac-sha256.o knuth-lfib.o md2.o md2-meta.o md4.o md4-meta.o md5.o md5-compress.o md5-compat.o md5-meta.o gosthash94.o ripemd160.o ripemd160-compress.o ripemd160-meta.o salsa20-core-internal.o salsa20-crypt.o salsa20-set-key.o sha1.o sha1-compress.o sha1-meta.o sha256.o sha256-compress.o sha224-meta.o sha256-meta.o sha512.o sha512-compress.o sha384-meta.o sha512-meta.o sha3.o sha3-permute.o sha3-224.o sha3-224-meta.o sha3-256.o sha3-256-meta.o sha3-384.o sha3-384-meta.o sha3-512.o sha3-512-meta.o serpent-set-key.o serpent-encrypt.o serpent-decrypt.o serpent-meta.o twofish.o twofish-meta.o yarrow256.o yarrow_key_event.o buffer.o buffer-init.o realloc.o nettle-meta-hashes.o nettle-meta-ciphers.o nettle-meta-armors.o write-be32.o write-le32.o write-le64.o memxor.o | |
ranlib libnettle.a | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sexp.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sexp-format.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sexp-transport.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sexp-transport-format.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c bignum.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c bignum-next-prime.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c bignum-random.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c bignum-random-prime.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sexp2bignum.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c pkcs1.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c pkcs1-encrypt.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c pkcs1-decrypt.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c pkcs1-rsa-digest.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c pkcs1-rsa-md5.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c pkcs1-rsa-sha1.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c pkcs1-rsa-sha256.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c pkcs1-rsa-sha512.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-sign.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-verify.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-pkcs1-sign.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-pkcs1-sign-tr.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-pkcs1-verify.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-md5-sign.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-md5-verify.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-sha1-sign.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-sha1-verify.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-sha256-sign.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-sha256-verify.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-sha512-sign.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-sha512-verify.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-encrypt.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-decrypt.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-decrypt-tr.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-keygen.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-compat.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-blind.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa2sexp.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sexp2rsa.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c dsa.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c dsa-sign.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c dsa-verify.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c dsa-keygen.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c dsa-sha1-sign.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c dsa-sha1-verify.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c dsa-sha256-sign.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c dsa-sha256-verify.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c dsa2sexp.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sexp2dsa.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c pgp-encode.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa2openpgp.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c der-iterator.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c der2rsa.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c der2dsa.c \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
rm -f libhogweed.a | |
ar cru libhogweed.a sexp.o sexp-format.o sexp-transport.o sexp-transport-format.o bignum.o bignum-next-prime.o bignum-random.o bignum-random-prime.o sexp2bignum.o pkcs1.o pkcs1-encrypt.o pkcs1-decrypt.o pkcs1-rsa-digest.o pkcs1-rsa-md5.o pkcs1-rsa-sha1.o pkcs1-rsa-sha256.o pkcs1-rsa-sha512.o rsa.o rsa-sign.o rsa-verify.o rsa-pkcs1-sign.o rsa-pkcs1-sign-tr.o rsa-pkcs1-verify.o rsa-md5-sign.o rsa-md5-verify.o rsa-sha1-sign.o rsa-sha1-verify.o rsa-sha256-sign.o rsa-sha256-verify.o rsa-sha512-sign.o rsa-sha512-verify.o rsa-encrypt.o rsa-decrypt.o rsa-decrypt-tr.o rsa-keygen.o rsa-compat.o rsa-blind.o rsa2sexp.o sexp2rsa.o dsa.o dsa-sign.o dsa-verify.o dsa-keygen.o dsa-sha1-sign.o dsa-sha1-verify.o dsa-sha256-sign.o dsa-sha256-verify.o dsa2sexp.o sexp2dsa.o pgp-encode.o rsa2openpgp.o der-iterator.o der2rsa.o der2dsa.o | |
ranlib libhogweed.a | |
/usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ | |
aes-decrypt-internal.asm >aes-decrypt-internal.s | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c aes-decrypt-internal.s -o aes-decrypt-internal.po | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
echo "aes-decrypt-internal.po : aes-decrypt-internal.asm ./asm.m4 machine.m4 config.m4" >aes-decrypt-internal.po.d | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c aes-decrypt.c -o aes-decrypt.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
/usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ | |
aes-encrypt-internal.asm >aes-encrypt-internal.s | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c aes-encrypt-internal.s -o aes-encrypt-internal.po | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
echo "aes-encrypt-internal.po : aes-encrypt-internal.asm ./asm.m4 machine.m4 config.m4" >aes-encrypt-internal.po.d | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c aes-encrypt.c -o aes-encrypt.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c aes-encrypt-table.c -o aes-encrypt-table.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c aes-set-encrypt-key.c -o aes-set-encrypt-key.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c aes-set-decrypt-key.c -o aes-set-decrypt-key.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c aes-meta.c -o aes-meta.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c arcfour.c -o arcfour.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c arcfour-crypt.c -o arcfour-crypt.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c arcfour-meta.c -o arcfour-meta.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c arctwo.c -o arctwo.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c arctwo-meta.c -o arctwo-meta.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c gosthash94-meta.c -o gosthash94-meta.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c base16-encode.c -o base16-encode.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c base16-decode.c -o base16-decode.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c base16-meta.c -o base16-meta.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c base64-encode.c -o base64-encode.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c base64-decode.c -o base64-decode.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c base64-meta.c -o base64-meta.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c camellia-crypt.c -o camellia-crypt.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
/usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ | |
camellia-crypt-internal.asm >camellia-crypt-internal.s | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c camellia-crypt-internal.s -o camellia-crypt-internal.po | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
echo "camellia-crypt-internal.po : camellia-crypt-internal.asm ./asm.m4 machine.m4 config.m4" >camellia-crypt-internal.po.d | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c camellia-set-encrypt-key.c -o camellia-set-encrypt-key.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c camellia-set-decrypt-key.c -o camellia-set-decrypt-key.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c camellia-table.c -o camellia-table.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c camellia-meta.c -o camellia-meta.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c cast128.c -o cast128.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c cast128-meta.c -o cast128-meta.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c blowfish.c -o blowfish.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c cbc.c -o cbc.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c ctr.c -o ctr.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c gcm.c -o gcm.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c gcm-aes.c -o gcm-aes.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c des.c -o des.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c des3.c -o des3.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c des-compat.c -o des-compat.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c hmac.c -o hmac.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c hmac-md5.c -o hmac-md5.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c hmac-ripemd160.c -o hmac-ripemd160.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c hmac-sha1.c -o hmac-sha1.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c hmac-sha224.c -o hmac-sha224.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c hmac-sha256.c -o hmac-sha256.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c hmac-sha384.c -o hmac-sha384.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c hmac-sha512.c -o hmac-sha512.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c pbkdf2.c -o pbkdf2.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c pbkdf2-hmac-sha1.c -o pbkdf2-hmac-sha1.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c pbkdf2-hmac-sha256.c -o pbkdf2-hmac-sha256.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c knuth-lfib.c -o knuth-lfib.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c md2.c -o md2.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c md2-meta.c -o md2-meta.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c md4.c -o md4.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c md4-meta.c -o md4-meta.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c md5.c -o md5.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c md5-compress.c -o md5-compress.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c md5-compat.c -o md5-compat.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c md5-meta.c -o md5-meta.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c gosthash94.c -o gosthash94.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c ripemd160.c -o ripemd160.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c ripemd160-compress.c -o ripemd160-compress.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c ripemd160-meta.c -o ripemd160-meta.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
/usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ | |
salsa20-core-internal.asm >salsa20-core-internal.s | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c salsa20-core-internal.s -o salsa20-core-internal.po | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
echo "salsa20-core-internal.po : salsa20-core-internal.asm ./asm.m4 machine.m4 config.m4" >salsa20-core-internal.po.d | |
/usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ | |
salsa20-crypt.asm >salsa20-crypt.s | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c salsa20-crypt.s -o salsa20-crypt.po | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
echo "salsa20-crypt.po : salsa20-crypt.asm ./asm.m4 machine.m4 config.m4" >salsa20-crypt.po.d | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c salsa20-set-key.c -o salsa20-set-key.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha1.c -o sha1.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
/usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ | |
sha1-compress.asm >sha1-compress.s | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha1-compress.s -o sha1-compress.po | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
echo "sha1-compress.po : sha1-compress.asm ./asm.m4 machine.m4 config.m4" >sha1-compress.po.d | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha1-meta.c -o sha1-meta.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha256.c -o sha256.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha256-compress.c -o sha256-compress.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha224-meta.c -o sha224-meta.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha256-meta.c -o sha256-meta.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha512.c -o sha512.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha512-compress.c -o sha512-compress.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha384-meta.c -o sha384-meta.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha512-meta.c -o sha512-meta.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha3.c -o sha3.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha3-permute.c -o sha3-permute.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha3-224.c -o sha3-224.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha3-224-meta.c -o sha3-224-meta.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha3-256.c -o sha3-256.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha3-256-meta.c -o sha3-256-meta.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha3-384.c -o sha3-384.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha3-384-meta.c -o sha3-384-meta.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha3-512.c -o sha3-512.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sha3-512-meta.c -o sha3-512-meta.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c serpent-set-key.c -o serpent-set-key.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
/usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ | |
serpent-encrypt.asm >serpent-encrypt.s | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c serpent-encrypt.s -o serpent-encrypt.po | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
echo "serpent-encrypt.po : serpent-encrypt.asm ./asm.m4 machine.m4 config.m4" >serpent-encrypt.po.d | |
/usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ | |
serpent-decrypt.asm >serpent-decrypt.s | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c serpent-decrypt.s -o serpent-decrypt.po | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
echo "serpent-decrypt.po : serpent-decrypt.asm ./asm.m4 machine.m4 config.m4" >serpent-decrypt.po.d | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c serpent-meta.c -o serpent-meta.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c twofish.c -o twofish.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c twofish-meta.c -o twofish-meta.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c yarrow256.c -o yarrow256.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c yarrow_key_event.c -o yarrow_key_event.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c buffer.c -o buffer.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c buffer-init.c -o buffer-init.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c realloc.c -o realloc.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c nettle-meta-hashes.c -o nettle-meta-hashes.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c nettle-meta-ciphers.c -o nettle-meta-ciphers.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c nettle-meta-armors.c -o nettle-meta-armors.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c write-be32.c -o write-be32.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c write-le32.c -o write-le32.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c write-le64.c -o write-le64.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
/usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ | |
memxor.asm >memxor.s | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c memxor.s -o memxor.po | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
echo "memxor.po : memxor.asm ./asm.m4 machine.m4 config.m4" >memxor.po.d | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -dynamiclib -install_name /usr/local/homebrew/Cellar/nettle/2.6/lib/libnettle.4.dylib -compatibility_version 4 -current_version 4.5 aes-decrypt-internal.po aes-decrypt.po aes-encrypt-internal.po aes-encrypt.po aes-encrypt-table.po aes-set-encrypt-key.po aes-set-decrypt-key.po aes-meta.po arcfour.po arcfour-crypt.po arcfour-meta.po arctwo.po arctwo-meta.po gosthash94-meta.po base16-encode.po base16-decode.po base16-meta.po base64-encode.po base64-decode.po base64-meta.po camellia-crypt.po camellia-crypt-internal.po camellia-set-encrypt-key.po camellia-set-decrypt-key.po camellia-table.po camellia-meta.po cast128.po cast128-meta.po blowfish.po cbc.po ctr.po gcm.po gcm-aes.po des.po des3.po des-compat.po hmac.po hmac-md5.po hmac-ripemd160.po hmac-sha1.po hmac-sha224.po hmac-sha256.po hmac-sha384.po hmac-sha512.po pbkdf2.po pbkdf2-hmac-sha1.po pbkdf2-hmac-sha256.po knuth-lfib.po md2.po md2-meta.po md4.po md4-meta.po md5.po md5-compress.po md5-compat.po md5-meta.po gosthash94.po ripemd160.po ripemd160-compress.po ripemd160-meta.po salsa20-core-internal.po salsa20-crypt.po salsa20-set-key.po sha1.po sha1-compress.po sha1-meta.po sha256.po sha256-compress.po sha224-meta.po sha256-meta.po sha512.po sha512-compress.po sha384-meta.po sha512-meta.po sha3.po sha3-permute.po sha3-224.po sha3-224-meta.po sha3-256.po sha3-256-meta.po sha3-384.po sha3-384-meta.po sha3-512.po sha3-512-meta.po serpent-set-key.po serpent-encrypt.po serpent-decrypt.po serpent-meta.po twofish.po twofish-meta.po yarrow256.po yarrow_key_event.po buffer.po buffer-init.po realloc.po nettle-meta-hashes.po nettle-meta-ciphers.po nettle-meta-armors.po write-be32.po write-le32.po write-le64.po memxor.po -o libnettle.dylib | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
mkdir .lib 2>/dev/null | |
(cd .lib \ | |
&& rm -f libnettle.dylib \ | |
&& ln -s ../libnettle.dylib libnettle.dylib \ | |
&& [ -z "libnettle.4.dylib" ] \ | |
|| { rm -f libnettle.4.dylib \ | |
&& ln -s libnettle.dylib libnettle.4.dylib ; } ) | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sexp.c -o sexp.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sexp-format.c -o sexp-format.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sexp-transport.c -o sexp-transport.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sexp-transport-format.c -o sexp-transport-format.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c bignum.c -o bignum.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c bignum-next-prime.c -o bignum-next-prime.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c bignum-random.c -o bignum-random.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c bignum-random-prime.c -o bignum-random-prime.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sexp2bignum.c -o sexp2bignum.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c pkcs1.c -o pkcs1.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c pkcs1-encrypt.c -o pkcs1-encrypt.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c pkcs1-decrypt.c -o pkcs1-decrypt.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c pkcs1-rsa-digest.c -o pkcs1-rsa-digest.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c pkcs1-rsa-md5.c -o pkcs1-rsa-md5.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c pkcs1-rsa-sha1.c -o pkcs1-rsa-sha1.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c pkcs1-rsa-sha256.c -o pkcs1-rsa-sha256.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c pkcs1-rsa-sha512.c -o pkcs1-rsa-sha512.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa.c -o rsa.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-sign.c -o rsa-sign.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-verify.c -o rsa-verify.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-pkcs1-sign.c -o rsa-pkcs1-sign.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-pkcs1-sign-tr.c -o rsa-pkcs1-sign-tr.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-pkcs1-verify.c -o rsa-pkcs1-verify.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-md5-sign.c -o rsa-md5-sign.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-md5-verify.c -o rsa-md5-verify.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-sha1-sign.c -o rsa-sha1-sign.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-sha1-verify.c -o rsa-sha1-verify.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-sha256-sign.c -o rsa-sha256-sign.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-sha256-verify.c -o rsa-sha256-verify.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-sha512-sign.c -o rsa-sha512-sign.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-sha512-verify.c -o rsa-sha512-verify.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-encrypt.c -o rsa-encrypt.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-decrypt.c -o rsa-decrypt.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-decrypt-tr.c -o rsa-decrypt-tr.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-keygen.c -o rsa-keygen.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-compat.c -o rsa-compat.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa-blind.c -o rsa-blind.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa2sexp.c -o rsa2sexp.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sexp2rsa.c -o sexp2rsa.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c dsa.c -o dsa.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c dsa-sign.c -o dsa-sign.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c dsa-verify.c -o dsa-verify.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c dsa-keygen.c -o dsa-keygen.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c dsa-sha1-sign.c -o dsa-sha1-sign.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c dsa-sha1-verify.c -o dsa-sha1-verify.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c dsa-sha256-sign.c -o dsa-sha256-sign.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c dsa-sha256-verify.c -o dsa-sha256-verify.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c dsa2sexp.c -o dsa2sexp.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c sexp2dsa.c -o sexp2dsa.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c pgp-encode.c -o pgp-encode.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c rsa2openpgp.c -o rsa2openpgp.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c der-iterator.c -o der-iterator.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c der2rsa.c -o der2rsa.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c der2dsa.c -o der2dsa.po \ | |
&& true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -dynamiclib -L. -install_name /usr/local/homebrew/Cellar/nettle/2.6/lib/libhogweed.2.dylib -compatibility_version 2 -current_version 2.3 sexp.po sexp-format.po sexp-transport.po sexp-transport-format.po bignum.po bignum-next-prime.po bignum-random.po bignum-random-prime.po sexp2bignum.po pkcs1.po pkcs1-encrypt.po pkcs1-decrypt.po pkcs1-rsa-digest.po pkcs1-rsa-md5.po pkcs1-rsa-sha1.po pkcs1-rsa-sha256.po pkcs1-rsa-sha512.po rsa.po rsa-sign.po rsa-verify.po rsa-pkcs1-sign.po rsa-pkcs1-sign-tr.po rsa-pkcs1-verify.po rsa-md5-sign.po rsa-md5-verify.po rsa-sha1-sign.po rsa-sha1-verify.po rsa-sha256-sign.po rsa-sha256-verify.po rsa-sha512-sign.po rsa-sha512-verify.po rsa-encrypt.po rsa-decrypt.po rsa-decrypt-tr.po rsa-keygen.po rsa-compat.po rsa-blind.po rsa2sexp.po sexp2rsa.po dsa.po dsa-sign.po dsa-verify.po dsa-keygen.po dsa-sha1-sign.po dsa-sha1-verify.po dsa-sha256-sign.po dsa-sha256-verify.po dsa2sexp.po sexp2dsa.po pgp-encode.po rsa2openpgp.po der-iterator.po der2rsa.po der2dsa.po -o libhogweed.dylib -lnettle -lgmp | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
mkdir .lib 2>/dev/null | |
make[1]: [libhogweed.dylib] Error 1 (ignored) | |
(cd .lib \ | |
&& rm -f libhogweed.dylib \ | |
&& ln -s ../libhogweed.dylib libhogweed.dylib \ | |
&& [ -z "libhogweed.2.dylib" ] \ | |
|| { rm -f libhogweed.2.dylib \ | |
&& ln -s libhogweed.dylib libhogweed.2.dylib ; } ) | |
set -e; for d in tools testsuite examples; do \ | |
echo "Making all in $d" ; (cd $d && /usr/bin/make all); done | |
Making all in tools | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c sexp-conv.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c input.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c output.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c parse.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c misc.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sexp-conv.o input.o output.o parse.o misc.o ../getopt.o ../getopt1.o -lnettle -lgmp -o sexp-conv | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c nettle-hash.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. nettle-hash.o misc.o ../getopt.o ../getopt1.o -lnettle -lgmp -o nettle-hash | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c nettle-lfib-stream.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. nettle-lfib-stream.o -lnettle -lgmp -o nettle-lfib-stream | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c pkcs1-conv.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. pkcs1-conv.o misc.o ../getopt.o ../getopt1.o -lhogweed -lnettle -lgmp -o pkcs1-conv | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
Making all in testsuite | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c aes-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c testutils.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. aes-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o aes-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c arcfour-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. arcfour-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o arcfour-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c arctwo-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. arctwo-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o arctwo-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c blowfish-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. blowfish-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o blowfish-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c cast128-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. cast128-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o cast128-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c base16-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base16-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o base16-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c base64-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base64-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o base64-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c camellia-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. camellia-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o camellia-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c des-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. des-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o des-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c des3-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. des3-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o des3-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c des-compat-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. des-compat-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o des-compat-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c md2-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md2-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md2-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c md4-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md4-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md4-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c md5-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md5-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md5-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c md5-compat-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md5-compat-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md5-compat-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c memxor-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. memxor-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o memxor-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c gosthash94-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. gosthash94-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o gosthash94-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c ripemd160-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. ripemd160-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o ripemd160-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c salsa20-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. salsa20-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o salsa20-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c sha1-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha1-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha1-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c sha224-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha224-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha224-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c sha256-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha256-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha256-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c sha384-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha384-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha384-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c sha512-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha512-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha512-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c sha3-permute-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha3-permute-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha3-permute-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c sha3-224-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha3-224-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha3-224-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c sha3-256-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha3-256-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha3-256-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c sha3-384-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha3-384-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha3-384-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c sha3-512-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha3-512-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha3-512-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c serpent-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. serpent-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o serpent-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c twofish-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. twofish-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o twofish-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c knuth-lfib-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. knuth-lfib-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o knuth-lfib-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c cbc-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. cbc-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o cbc-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c ctr-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. ctr-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o ctr-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c gcm-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. gcm-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o gcm-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c hmac-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. hmac-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o hmac-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c meta-hash-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. meta-hash-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o meta-hash-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c meta-cipher-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. meta-cipher-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o meta-cipher-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c meta-armor-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. meta-armor-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o meta-armor-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c buffer-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. buffer-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o buffer-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c yarrow-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. yarrow-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o yarrow-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c pbkdf2-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. pbkdf2-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o pbkdf2-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c sexp-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sexp-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sexp-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c sexp-format-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sexp-format-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sexp-format-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c rsa2sexp-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa2sexp-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o rsa2sexp-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c sexp2rsa-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sexp2rsa-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sexp2rsa-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c bignum-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. bignum-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o bignum-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c random-prime-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. random-prime-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o random-prime-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c pkcs1-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. pkcs1-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o pkcs1-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c rsa-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o rsa-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c rsa-encrypt-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-encrypt-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o rsa-encrypt-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c rsa-keygen-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-keygen-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o rsa-keygen-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c dsa-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. dsa-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o dsa-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c dsa-keygen-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. dsa-keygen-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o dsa-keygen-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
c++ -I.. -I.. -DHAVE_CONFIG_H -g -O2 -fPIC -c cxx-test.cxx && true | |
brew: superenv removed: -g -O2 | |
c++ -g -O2 -L.. cxx-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o cxx-test | |
brew: superenv removed: -g -O2 | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c sha1-huge-test.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha1-huge-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha1-huge-test | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
Making all in examples | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c nettle-benchmark.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c nettle-openssl.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c io.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. nettle-benchmark.o nettle-openssl.o ../getopt.o ../getopt1.o ../nettle-internal.o -lnettle -lgmp -lm -lcrypto -o nettle-benchmark | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c eratosthenes.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. eratosthenes.o ../getopt.o ../getopt1.o -o eratosthenes | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c base16enc.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base16enc.o io.o \ | |
-lnettle -lgmp -o base16enc | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c base16dec.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base16dec.o io.o \ | |
-lnettle -lgmp -o base16dec | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c base64enc.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base64enc.o io.o \ | |
-lnettle -lgmp -o base64enc | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c base64dec.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base64dec.o io.o \ | |
-lnettle -lgmp -o base64dec | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c rsa-keygen.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-keygen.o io.o ../getopt.o ../getopt1.o \ | |
-lhogweed -lnettle -lgmp -o rsa-keygen | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c rsa-sign.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c read_rsa_key.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-sign.o io.o read_rsa_key.o \ | |
-lhogweed -lnettle -lgmp -o rsa-sign | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c rsa-verify.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-verify.o io.o read_rsa_key.o \ | |
-lhogweed -lnettle -lgmp -o rsa-verify | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c rsa-encrypt.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-encrypt.o io.o read_rsa_key.o \ | |
../getopt.o ../getopt1.o \ | |
-lhogweed -lnettle -lgmp -o rsa-encrypt | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c rsa-decrypt.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-decrypt.o io.o read_rsa_key.o \ | |
-lhogweed -lnettle -lgmp -o rsa-decrypt | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c next-prime.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. next-prime.o ../getopt.o ../getopt1.o \ | |
-lhogweed -lnettle -lgmp -o next-prime | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -c random-prime.c && true | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
cc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. random-prime.o io.o ../getopt.o ../getopt1.o \ | |
-lhogweed -lnettle -lgmp -o random-prime | |
brew: superenv removed: -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs | |
==> make install | |
make install | |
/usr/bin/make install-here | |
./install-sh -c -d /usr/local/homebrew/Cellar/nettle/2.6/share/info | |
f=nettle.info ; \ | |
[ -f $f ] || f="./$f" ; \ | |
/usr/bin/install -c -m 644 "$f" /usr/local/homebrew/Cellar/nettle/2.6/share/info ; \ | |
if (install-info --version && \ | |
install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \ | |
install-info --info-dir="/usr/local/homebrew/Cellar/nettle/2.6/share/info" "$f" ; \ | |
else : ; fi | |
./install-sh -c -d /usr/local/homebrew/Cellar/nettle/2.6/include/nettle | |
for f in aes.h arcfour.h arctwo.h asn1.h bignum.h blowfish.h base16.h base64.h buffer.h camellia.h cast128.h cbc.h ctr.h gcm.h des.h des-compat.h dsa.h hmac.h pbkdf2.h knuth-lfib.h macros.h md2.h md4.h gosthash94.h md5.h md5-compat.h memxor.h nettle-meta.h nettle-types.h pgp.h pkcs1.h realloc.h ripemd160.h rsa.h rsa-compat.h salsa20.h sexp.h serpent.h sha.h sha1.h sha2.h sha3.h twofish.h yarrow.h nettle-stdint.h ; do \ | |
if [ -f "$f" ] ; then \ | |
/usr/bin/install -c -m 644 "$f" /usr/local/homebrew/Cellar/nettle/2.6/include/nettle ; \ | |
else \ | |
/usr/bin/install -c -m 644 "./$f" /usr/local/homebrew/Cellar/nettle/2.6/include/nettle ; \ | |
fi ; done | |
./install-sh -c -d /usr/local/homebrew/Cellar/nettle/2.6/lib | |
for f in libnettle.a libhogweed.a; do \ | |
/usr/bin/install -c -m 644 $f /usr/local/homebrew/Cellar/nettle/2.6/lib ; \ | |
done | |
./install-sh -c -d /usr/local/homebrew/Cellar/nettle/2.6/lib/pkgconfig | |
for f in nettle.pc hogweed.pc ; do \ | |
/usr/bin/install -c -m 644 "$f" /usr/local/homebrew/Cellar/nettle/2.6/lib/pkgconfig ; \ | |
done | |
./install-sh -c -d /usr/local/homebrew/Cellar/nettle/2.6/lib | |
/usr/bin/install -c -m 644 libnettle.dylib /usr/local/homebrew/Cellar/nettle/2.6/lib/libnettle.4.5.dylib | |
[ -z "libnettle.4.dylib" ] \ | |
|| (cd /usr/local/homebrew/Cellar/nettle/2.6/lib \ | |
&& rm -f libnettle.4.dylib libnettle.dylib \ | |
&& ln -s libnettle.4.5.dylib libnettle.4.dylib \ | |
&& ln -s libnettle.4.5.dylib libnettle.dylib) | |
./install-sh -c -d /usr/local/homebrew/Cellar/nettle/2.6/lib | |
/usr/bin/install -c -m 644 libhogweed.dylib /usr/local/homebrew/Cellar/nettle/2.6/lib/libhogweed.2.3.dylib | |
[ -z "libhogweed.2.dylib" ] \ | |
|| (cd /usr/local/homebrew/Cellar/nettle/2.6/lib \ | |
&& rm -f libhogweed.2.dylib libhogweed.dylib \ | |
&& ln -s libhogweed.2.3.dylib libhogweed.2.dylib \ | |
&& ln -s libhogweed.2.3.dylib libhogweed.dylib) | |
set -e; for d in tools testsuite examples; do \ | |
echo "Making install in $d" ; (cd $d && /usr/bin/make install); done | |
Making install in tools | |
.././install-sh -c -d /usr/local/homebrew/Cellar/nettle/2.6/bin | |
for f in sexp-conv nettle-hash nettle-lfib-stream pkcs1-conv ; do \ | |
/usr/bin/install -c $f /usr/local/homebrew/Cellar/nettle/2.6/bin ; \ | |
done | |
Making install in testsuite | |
true | |
Making install in examples | |
true | |
==> make check | |
make check | |
/usr/bin/make check-here | |
true | |
set -e; for d in tools testsuite examples; do \ | |
echo "Making check in $d" ; (cd $d && /usr/bin/make check); done | |
Making check in tools | |
true | |
Making check in testsuite | |
LD_LIBRARY_PATH=../.lib PATH="../.lib:$PATH" srcdir="." \ | |
EMULATOR="" NM="nm" EXEEXT="" \ | |
../run-tests aes-test arcfour-test arctwo-test blowfish-test cast128-test base16-test base64-test camellia-test des-test des3-test des-compat-test md2-test md4-test md5-test md5-compat-test memxor-test gosthash94-test ripemd160-test salsa20-test sha1-test sha224-test sha256-test sha384-test sha512-test sha3-permute-test sha3-224-test sha3-256-test sha3-384-test sha3-512-test serpent-test twofish-test knuth-lfib-test cbc-test ctr-test gcm-test hmac-test meta-hash-test meta-cipher-test meta-armor-test buffer-test yarrow-test pbkdf2-test sexp-test sexp-format-test rsa2sexp-test sexp2rsa-test bignum-test random-prime-test pkcs1-test rsa-test rsa-encrypt-test rsa-keygen-test dsa-test dsa-keygen-test cxx-test sexp-conv-test pkcs1-conv-test symbols-test | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./aes-test | |
Reason: image not found | |
../run-tests: line 57: 30819 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: aes | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./arcfour-test | |
Reason: image not found | |
../run-tests: line 57: 30826 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: arcfour | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./arctwo-test | |
Reason: image not found | |
../run-tests: line 57: 30832 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: arctwo | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./blowfish-test | |
Reason: image not found | |
../run-tests: line 57: 30838 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: blowfish | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./cast128-test | |
Reason: image not found | |
../run-tests: line 57: 30844 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: cast128 | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./base16-test | |
Reason: image not found | |
../run-tests: line 57: 30850 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: base16 | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./base64-test | |
Reason: image not found | |
../run-tests: line 57: 30856 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: base64 | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./camellia-test | |
Reason: image not found | |
../run-tests: line 57: 30862 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: camellia | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./des-test | |
Reason: image not found | |
../run-tests: line 57: 30868 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: des | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./des3-test | |
Reason: image not found | |
../run-tests: line 57: 30874 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: des3 | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./des-compat-test | |
Reason: image not found | |
../run-tests: line 57: 30880 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: des-compat | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./md2-test | |
Reason: image not found | |
../run-tests: line 57: 30886 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: md2 | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./md4-test | |
Reason: image not found | |
../run-tests: line 57: 30892 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: md4 | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./md5-test | |
Reason: image not found | |
../run-tests: line 57: 30898 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: md5 | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./md5-compat-test | |
Reason: image not found | |
../run-tests: line 57: 30904 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: md5-compat | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./memxor-test | |
Reason: image not found | |
../run-tests: line 57: 30910 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: memxor | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./gosthash94-test | |
Reason: image not found | |
../run-tests: line 57: 30916 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: gosthash94 | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./ripemd160-test | |
Reason: image not found | |
../run-tests: line 57: 30922 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: ripemd160 | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./salsa20-test | |
Reason: image not found | |
../run-tests: line 57: 30928 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: salsa20 | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./sha1-test | |
Reason: image not found | |
../run-tests: line 57: 30934 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: sha1 | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./sha224-test | |
Reason: image not found | |
../run-tests: line 57: 30940 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: sha224 | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./sha256-test | |
Reason: image not found | |
../run-tests: line 57: 30946 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: sha256 | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./sha384-test | |
Reason: image not found | |
../run-tests: line 57: 30952 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: sha384 | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./sha512-test | |
Reason: image not found | |
../run-tests: line 57: 30958 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: sha512 | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./sha3-permute-test | |
Reason: image not found | |
../run-tests: line 57: 30964 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: sha3-permute | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./sha3-224-test | |
Reason: image not found | |
../run-tests: line 57: 30970 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: sha3-224 | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./sha3-256-test | |
Reason: image not found | |
../run-tests: line 57: 30976 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: sha3-256 | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./sha3-384-test | |
Reason: image not found | |
../run-tests: line 57: 30982 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: sha3-384 | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./sha3-512-test | |
Reason: image not found | |
../run-tests: line 57: 30988 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: sha3-512 | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./serpent-test | |
Reason: image not found | |
../run-tests: line 57: 30994 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: serpent | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./twofish-test | |
Reason: image not found | |
../run-tests: line 57: 31000 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: twofish | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./knuth-lfib-test | |
Reason: image not found | |
../run-tests: line 57: 31006 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: knuth-lfib | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./cbc-test | |
Reason: image not found | |
../run-tests: line 57: 31012 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: cbc | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./ctr-test | |
Reason: image not found | |
../run-tests: line 57: 31018 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: ctr | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./gcm-test | |
Reason: image not found | |
../run-tests: line 57: 31024 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: gcm | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./hmac-test | |
Reason: image not found | |
../run-tests: line 57: 31030 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: hmac | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./meta-hash-test | |
Reason: image not found | |
../run-tests: line 57: 31036 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: meta-hash | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./meta-cipher-test | |
Reason: image not found | |
../run-tests: line 57: 31042 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: meta-cipher | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./meta-armor-test | |
Reason: image not found | |
../run-tests: line 57: 31048 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: meta-armor | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./buffer-test | |
Reason: image not found | |
../run-tests: line 57: 31054 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: buffer | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./yarrow-test | |
Reason: image not found | |
../run-tests: line 57: 31060 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: yarrow | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./pbkdf2-test | |
Reason: image not found | |
../run-tests: line 57: 31066 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: pbkdf2 | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./sexp-test | |
Reason: image not found | |
../run-tests: line 57: 31072 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: sexp | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./sexp-format-test | |
Reason: image not found | |
../run-tests: line 57: 31078 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: sexp-format | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./rsa2sexp-test | |
Reason: image not found | |
../run-tests: line 57: 31084 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: rsa2sexp | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./sexp2rsa-test | |
Reason: image not found | |
../run-tests: line 57: 31090 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: sexp2rsa | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./bignum-test | |
Reason: image not found | |
../run-tests: line 57: 31096 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: bignum | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./random-prime-test | |
Reason: image not found | |
../run-tests: line 57: 31102 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: random-prime | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./pkcs1-test | |
Reason: image not found | |
../run-tests: line 57: 31108 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: pkcs1 | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./rsa-test | |
Reason: image not found | |
../run-tests: line 57: 31114 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: rsa | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./rsa-encrypt-test | |
Reason: image not found | |
../run-tests: line 57: 31120 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: rsa-encrypt | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./rsa-keygen-test | |
Reason: image not found | |
../run-tests: line 57: 31126 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: rsa-keygen | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./dsa-test | |
Reason: image not found | |
../run-tests: line 57: 31132 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: dsa | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./dsa-keygen-test | |
Reason: image not found | |
../run-tests: line 57: 31138 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: dsa-keygen | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/./cxx-test | |
Reason: image not found | |
../run-tests: line 57: 31144 Trace/BPT trap: 5 "$1" $testflags | |
FAIL: cxx | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/../tools/sexp-conv | |
Reason: image not found | |
cmp: EOF on test1.out | |
FAIL: sexp-conv | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/testsuite/../tools/pkcs1-conv | |
Reason: image not found | |
./pkcs1-conv-test: line 26: 31160 Trace/BPT trap: 5 $EMULATOR ../tools/pkcs1-conv > testkey.priv <<EOF | |
-----BEGIN RSA PRIVATE KEY----- | |
MIICXQIBAAKBgQC3792bBgQ/mc8aYOFaLEJES/JipmLAeVgznob/Vrzvdcx+bl6L | |
6gTphctU9ToOLC049dZYW3DJ53owUmbQgqB0vvLTjM9lGSEw4oXLrp7x/XVo/fZM | |
UcRWq5H8Z0l6KANXHwcVcsjjqPBJ6WD/Is3o9rb58GU9GZcsMO2Zoh8z6wIDAQAB | |
AoGABP+iwRS/xs6yPyBE34N2ZY6+zomBA4QIrpZvSr8bsVI9NW5gaWL5sTLunKdx | |
ZXMz42li4tHRVdtRicCjhKUYIShH6J3ACKnBsCHwK6MgEyuDifxhmVt/b5xQNdOL | |
bckwBXCL/XwkIkSgrvgUk/cXcvDXSdf7cRX+tgEHlbGjWGkCQQDaS9Xm3ZTIJ1CO | |
/chlET2Cf/e5GzC79njzeg5oDyTG7qlXZudpZv5D6NatVoIDF4gfey6NKB7DNehT | |
ff+v9wztAkEA17TN+cuFBuZX+KT3K7J1uavGqWOypDUy/h7PINODJLzoWAWnw94H | |
NSu6/pXo1Q1WBMQa1jB1qxJaLpBp56iBNwJAUp6JIouSl/5pOvVKNxZDVXThaSml | |
VD6AoIX9ldzFapVBelb0FqxoZ4NkXM50/n6VgnS4tawNmIx6lb8GWq8CMQJBAM5S | |
lMofzyggX3jnYbycQFrOYYFYaWEDubi0A27koYYcYyj+j8+bqc1D/OLSxRg0X1jD | |
st+5DnQJY9UyMPpyhNUCQQChMjCAamJP3xC7bOoza//k7E9kvx5IZcEsQWqok5BO | |
PSVKy/gGBeN1Q7Rj+XoybQ/SqLpfgTYRI9UpbKmpkNuq | |
-----END RSA PRIVATE KEY----- | |
EOF | |
FAIL: pkcs1-conv | |
PASS: symbols | |
===================== | |
57 of 58 tests failed | |
===================== | |
make[1]: *** [check] Error 1 | |
Making check in examples | |
LD_LIBRARY_PATH=../.lib PATH="../.lib:$PATH" srcdir="." \ | |
EMULATOR="" EXEEXT="" \ | |
".."/run-tests rsa-sign-test rsa-verify-test rsa-encrypt-test | |
dyld: Library not loaded: /usr/local/homebrew/homebrew/lib/libgmp.10.dylib | |
Referenced from: /private/tmp/nettle-weBC/nettle-2.6/examples/./rsa-keygen | |
Reason: image not found | |
./setup-env: line 16: 31189 Trace/BPT trap: 5 $EMULATOR ./rsa-keygen -r rsa-decrypt$EXEEXT -o testkey | |
FAIL: ./setup-env | |
make[1]: *** [check] Error 1 | |
make: *** [check] Error 2 | |
Error: nettle did not build | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.4 | |
HEAD: d0a2ed907ddb750c519bb9f56d7055490f968edf | |
HOMEBREW_PREFIX: /usr/local/homebrew | |
CPU: 8-core 64-bit ivybridge | |
OS X: 10.8.3-x86_64 | |
Xcode: 4.6.1 | |
CLT: 4.6.0.0.1.1362189000 | |
X11: N/A | |
==> ENV | |
CC: cc | |
CXX: c++ | |
MAKEFLAGS: -j1 | |
CMAKE_PREFIX_PATH: /usr/local/homebrew | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/ | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/homebrew/Library/ENV/pkgconfig/10.8 | |
HOMEBREW_MAKE_JOBS: 1 | |
ACLOCAL_PATH: /usr/local/homebrew/share/aclocal | |
OBJC: cc | |
PATH: /usr/local/homebrew/Library/ENV/4.3:/usr/bin:/bin:/usr/sbin:/sbin | |
Logs: /Users/jinyi/Library/Logs/Homebrew/nettle/config.log | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment