Created
February 14, 2011 17:01
-
-
Save gresrun/826165 to your computer and use it in GitHub Desktop.
GnuTLS 2.10.4 Fails to Install
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
greg@macgreg:~ $ brew info gnutls | |
gnutls 2.10.4 | |
http://www.gnu.org/software/gnutls/gnutls.html | |
Depends on: pkg-config, libgcrypt, libtasn1 | |
/usr/local/Cellar/gnutls/2.10.2 (617 files, 7.1M) | |
http://github.com/mxcl/homebrew/commits/master/Library/Formula/gnutls.rb | |
greg@macgreg:~ $ brew install -v gnutls | |
==> Build Environment | |
CC: /usr/bin/cc => /usr/bin/gcc-4.2 | |
CXX: /usr/bin/c++ => /usr/bin/c++-4.2 | |
LD: /usr/bin/cc => /usr/bin/gcc-4.2 | |
CFLAGS: -O3 -march=core2 -w -pipe | |
CXXFLAGS: -O3 -march=core2 -w -pipe | |
MAKEFLAGS: -j4 | |
==> Downloading http://ftp.gnu.org/pub/gnu/gnutls/gnutls-2.10.4.tar.bz2 | |
File already downloaded and cached to /Users/greg/Library/Caches/Homebrew | |
/usr/bin/tar xf /Users/greg/Library/Caches/Homebrew/gnutls-2.10.4.tar.bz2 | |
==> Downloading patches | |
==> Patching | |
/usr/bin/patch -f -p1 -i 001-homebrew.diff | |
patching file src/serv.c | |
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/gnutls/2.10.4 --disable-guile | |
./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/gnutls/2.10.4 --disable-guile | |
checking for a BSD-compatible install... /usr/local/bin/ginstall -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
*** | |
*** Checking for compilation programs... | |
checking for gcc... /usr/bin/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 /usr/bin/cc accepts -g... yes | |
checking for /usr/bin/cc option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of /usr/bin/cc... none | |
checking whether ln -s works... yes | |
checking for pkg-config... /usr/local/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for gtkdoc-check... no | |
checking for gtkdoc-rebase... no | |
checking for gtkdoc-mkpdf... no | |
checking whether to build gtk-doc documentation... no | |
checking for gaa... no | |
configure: WARNING: *** | |
*** GAA was not found. It is only needed if you wish to modify | |
*** the source code or command-line description files. In this case, | |
*** you may want to get it from http://gaa.sourceforge.net/ and | |
*** read doc/README.gaa. | |
*** | |
checking for ranlib... ranlib | |
checking build system type... x86_64-apple-darwin10.6.0 | |
checking host system type... x86_64-apple-darwin10.6.0 | |
checking how to run the C preprocessor... /usr/bin/cc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
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 minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for _LARGEFILE_SOURCE value needed for large files... no | |
checking for /usr/bin/cc option to accept ISO C99... -std=gnu99 | |
checking for /usr/bin/cc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 | |
configure: autobuild project... GnuTLS | |
configure: autobuild revision... 2.10.4 | |
configure: autobuild hostname... macgreg.ndr.com | |
configure: autobuild timestamp... 20110214T164830Z | |
checking for inline... inline | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether /usr/bin/c++ accepts -g... yes | |
checking dependency style of /usr/bin/c++... none | |
checking for ld used by GCC... /usr/bin/cc | |
checking if the linker (/usr/bin/cc) is GNU ld... no | |
checking for shared library run path origin... done | |
checking for libgcrypt... yes | |
checking how to link with libgcrypt... -lgcrypt -lgpg-error | |
checking for libtasn1... no | |
configure: WARNING: | |
*** | |
*** Libtasn1 was not found. Will use the included one. | |
checking whether to use the included minitasn1... yes | |
checking whether to include LZO compression support... no | |
checking whether C99 macros are supported... yes | |
checking whether to enable Opaque PRF input support... no | |
checking whether to disable SRP authentication support... no | |
checking whether to disable PSK authentication support... no | |
checking whether to disable anonymous authentication support... no | |
checking whether to disable Camellia cipher... no | |
checking whether to disable extra PKI stuff... no | |
checking whether to disable OpenPGP Certificate authentication support... no | |
checking whether to disable SessionTicket extension support... no | |
checking whether to add cryptodev support... no | |
checking size of void *... 8 | |
checking size of long... 8 | |
checking size of int... 4 | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking arpa/inet.h usability... yes | |
checking arpa/inet.h presence... yes | |
checking for arpa/inet.h... yes | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking float.h usability... yes | |
checking float.h presence... yes | |
checking for float.h... yes | |
checking netdb.h usability... yes | |
checking netdb.h presence... yes | |
checking for netdb.h... yes | |
checking netinet/in.h usability... yes | |
checking netinet/in.h presence... yes | |
checking for netinet/in.h... yes | |
checking stdio_ext.h usability... no | |
checking stdio_ext.h presence... no | |
checking for stdio_ext.h... no | |
checking termios.h usability... yes | |
checking termios.h presence... yes | |
checking for termios.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking stdarg.h usability... yes | |
checking stdarg.h presence... yes | |
checking for stdarg.h... yes | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking for stdint.h... (cached) yes | |
checking wchar.h usability... yes | |
checking wchar.h presence... yes | |
checking for wchar.h... yes | |
checking stdio.h usability... yes | |
checking stdio.h presence... yes | |
checking for stdio.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking for sys/stat.h... (cached) yes | |
checking time.h usability... yes | |
checking time.h presence... yes | |
checking for time.h... yes | |
checking for unistd.h... (cached) yes | |
checking sys/wait.h usability... yes | |
checking sys/wait.h presence... yes | |
checking for sys/wait.h... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking whether to build OpenSSL compatibility layer... yes | |
checking for library containing setsockopt... none needed | |
checking for ANSI C header files... (cached) yes | |
checking for fork... yes | |
checking for uint... yes | |
checking whether building Guile bindings... no | |
checking for cfg_get_context in -lcfg+... no | |
configure: WARNING: | |
*** | |
*** Libcfg+ was not found. Will use the included one. | |
checking whether to use the included libcfg... yes | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/local/bin/gsed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by /usr/bin/cc -std=gnu99... /usr/bin/cc | |
checking if the linker (/usr/bin/cc) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking for /usr/bin/cc option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for ar... ar | |
checking for strip... strip | |
checking for ranlib... (cached) ranlib | |
checking command to parse /usr/bin/nm output from /usr/bin/cc -std=gnu99 object... ok | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if /usr/bin/cc -std=gnu99 supports -fno-rtti -fno-exceptions... yes | |
checking for /usr/bin/cc -std=gnu99 option to produce PIC... -fno-common -DPIC | |
checking if /usr/bin/cc -std=gnu99 PIC flag -fno-common -DPIC works... yes | |
checking if /usr/bin/cc -std=gnu99 static flag -static works... no | |
checking if /usr/bin/cc -std=gnu99 supports -c -o file.o... yes | |
checking if /usr/bin/cc -std=gnu99 supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/cc -std=gnu99 linker (/usr/bin/cc) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin10.6.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking how to run the C++ preprocessor... /usr/bin/c++ -E | |
checking for ld used by /usr/bin/c++... /usr/bin/cc | |
checking if the linker (/usr/bin/cc) is GNU ld... no | |
checking whether the /usr/bin/c++ linker (/usr/bin/cc) supports shared libraries... yes | |
checking for /usr/bin/c++ option to produce PIC... -fno-common -DPIC | |
checking if /usr/bin/c++ PIC flag -fno-common -DPIC works... yes | |
checking if /usr/bin/c++ static flag -static works... no | |
checking if /usr/bin/c++ supports -c -o file.o... yes | |
checking if /usr/bin/c++ supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/c++ linker (/usr/bin/cc) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin10.6.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether the preprocessor supports include_next... yes | |
checking whether <sys/socket.h> is self-contained... yes | |
checking for shutdown... yes | |
checking whether <sys/socket.h> defines the SHUT_* macros... yes | |
checking for struct sockaddr_storage... yes | |
checking for sa_family_t... yes | |
checking whether socket is declared without a macro... no | |
checking whether connect is declared without a macro... no | |
checking whether accept is declared without a macro... no | |
checking whether bind is declared without a macro... no | |
checking whether getpeername is declared without a macro... no | |
checking whether getsockname is declared without a macro... no | |
checking whether getsockopt is declared without a macro... no | |
checking whether listen is declared without a macro... no | |
checking whether recv is declared without a macro... no | |
checking whether send is declared without a macro... no | |
checking whether recvfrom is declared without a macro... no | |
checking whether sendto is declared without a macro... no | |
checking whether setsockopt is declared without a macro... no | |
checking whether shutdown is declared without a macro... no | |
checking whether accept4 is declared without a macro... no | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking for complete errno.h... yes | |
checking whether strerror_r is declared... yes | |
checking for strerror_r... yes | |
checking whether strerror_r returns char *... no | |
checking for fseeko... yes | |
checking whether stdin defaults to large file offsets... yes | |
checking whether getaddrinfo is declared without a macro... yes | |
checking whether freeaddrinfo is declared without a macro... yes | |
checking whether gai_strerror is declared without a macro... yes | |
checking whether getnameinfo is declared without a macro... yes | |
checking for library containing gethostbyname... none required | |
checking for gethostbyname... yes | |
checking for library containing getservbyname... none required | |
checking for getservbyname... yes | |
checking for IPv4 sockets... yes | |
checking for IPv6 sockets... yes | |
checking for C/C++ restrict keyword... __restrict | |
checking for library containing inet_ntop... none required | |
checking whether inet_ntop is declared... yes | |
checking whether getdelim is declared... no | |
checking for getdelim... no | |
checking for __fsetlocking... no | |
checking for tcgetattr... yes | |
checking for tcsetattr... yes | |
checking for gettimeofday... yes | |
checking for nanotime... no | |
checking for mprotect... yes | |
checking for memchr... yes | |
checking for vasnprintf... no | |
checking for shutdown... (cached) yes | |
checking whether getline is declared... no | |
checking whether getpass is declared... yes | |
checking whether fflush_unlocked is declared... no | |
checking whether flockfile is declared... yes | |
checking whether fputs_unlocked is declared... no | |
checking whether funlockfile is declared... yes | |
checking whether putc_unlocked is declared... yes | |
checking for struct timeval... yes | |
checking whether gettimeofday is declared without a macro... yes | |
checking for mmap... yes | |
checking for MAP_ANONYMOUS... yes | |
checking whether memchr works... yes | |
checking whether <limits.h> defines MIN and MAX... no | |
checking whether <sys/param.h> defines MIN and MAX... yes | |
checking whether malloc, realloc, calloc are POSIX compliant... yes | |
checking whether <sys/select.h> is self-contained... yes | |
checking whether select is declared without a macro... yes | |
checking whether snprintf is declared... yes | |
checking for stdbool.h that conforms to C99... yes | |
checking for _Bool... yes | |
checking for wchar_t... yes | |
checking for long long int... yes | |
checking for unsigned long long int... yes | |
checking whether C symbols are prefixed with underscore at the linker level... grep: conftest.s: No such file or directory | |
no | |
checking for working strerror function... yes | |
checking whether memmem is declared without a macro... no | |
checking whether mempcpy is declared without a macro... no | |
checking whether memrchr is declared without a macro... no | |
checking whether rawmemchr is declared without a macro... no | |
checking whether stpcpy is declared without a macro... yes | |
checking whether stpncpy is declared without a macro... no | |
checking whether strchrnul is declared without a macro... no | |
checking whether strdup is declared without a macro... yes | |
checking whether strncat is declared without a macro... yes | |
checking whether strndup is declared without a macro... no | |
checking whether strnlen is declared without a macro... no | |
checking whether strpbrk is declared without a macro... yes | |
checking whether strsep is declared without a macro... yes | |
checking whether strcasestr is declared without a macro... yes | |
checking whether strtok_r is declared without a macro... yes | |
checking whether strsignal is declared without a macro... yes | |
checking whether strverscmp is declared without a macro... no | |
checking whether stat file-mode macros are broken... no | |
checking for struct timespec in <time.h>... yes | |
checking for wint_t... yes | |
checking for size_t... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for intmax_t... yes | |
checking whether snprintf returns a byte count as in C99... yes | |
checking for snprintf... yes | |
checking for strnlen... no | |
checking for wcslen... yes | |
checking for wcsnlen... no | |
checking for mbrtowc... yes | |
checking for wcrtomb... yes | |
checking whether _snprintf is declared... no | |
checking whether <wchar.h> uses 'inline' correctly... yes | |
checking whether ungetc works on arbitrary bytes... yes | |
checking for alloca as a compiler built-in... yes | |
checking whether inet_ntop is declared without a macro... yes | |
checking whether inet_pton is declared without a macro... yes | |
checking for library containing clock_gettime... no | |
checking for clock_gettime... no | |
checking for clock_settime... no | |
checking for error_at_line... no | |
configure: checking how to do getaddrinfo, freeaddrinfo and getnameinfo | |
checking for library containing getaddrinfo... none required | |
checking for getaddrinfo... yes | |
checking for gai_strerror (possibly via ws2tcpip.h)... yes | |
checking for struct sockaddr.sa_len... yes | |
checking whether getaddrinfo is declared... (cached) yes | |
checking whether freeaddrinfo is declared... (cached) yes | |
checking whether gai_strerror is declared... (cached) yes | |
checking whether getnameinfo is declared... (cached) yes | |
checking for struct addrinfo... yes | |
checking for flockfile... yes | |
checking for funlockfile... yes | |
checking whether getc_unlocked is declared... yes | |
checking for getline... no | |
checking for flockfile... (cached) yes | |
checking for funlockfile... (cached) yes | |
checking whether getc_unlocked is declared... (cached) yes | |
checking whether __fsetlocking is declared... no | |
checking whether gettimeofday clobbers localtime buffer... no | |
checking for gettimeofday with POSIX signature... yes | |
checking for library containing gethostbyname... (cached) none required | |
checking for gethostbyname... (cached) yes | |
checking for library containing inet_ntop... (cached) none required | |
checking whether inet_ntop is declared... (cached) yes | |
checking for library containing inet_pton... none required | |
checking whether inet_pton is declared... (cached) yes | |
checking whether lseek detects pipes... yes | |
checking whether getaddrinfo is declared without a macro... (cached) yes | |
checking whether freeaddrinfo is declared without a macro... (cached) yes | |
checking whether gai_strerror is declared without a macro... (cached) yes | |
checking whether getnameinfo is declared without a macro... (cached) yes | |
checking whether <netinet/in.h> is self-contained... yes | |
checking for pmccabe... false | |
checking whether program_invocation_name is declared... no | |
checking whether program_invocation_short_name is declared... no | |
checking for readline... -l | |
checking how to link with libreadline... -lreadline | |
checking readline/readline.h usability... yes | |
checking readline/readline.h presence... yes | |
checking for readline/readline.h... yes | |
checking whether select supports a 0 argument... yes | |
checking for library containing getservbyname... (cached) none required | |
checking for getservbyname... (cached) yes | |
checking for stdint.h... (cached) yes | |
checking for SIZE_MAX... yes | |
checking for snprintf... (cached) yes | |
checking whether snprintf respects a size of 1... yes | |
checking for library containing setsockopt... (cached) none needed | |
checking for socklen_t... yes | |
checking for va_copy... yes | |
checking whether NULL can be used in arbitrary expressions... yes | |
checking whether stdint.h conforms to C99... no | |
checking sys/inttypes.h usability... no | |
checking sys/inttypes.h presence... no | |
checking for sys/inttypes.h... no | |
checking sys/bitypes.h usability... no | |
checking sys/bitypes.h presence... no | |
checking for sys/bitypes.h... no | |
checking for bit size of sig_atomic_t... 32 | |
checking for bit size of wchar_t... 32 | |
checking for bit size of wint_t... 32 | |
checking whether sig_atomic_t is signed... yes | |
checking whether wchar_t is signed... yes | |
checking whether wint_t is signed... yes | |
checking for sig_atomic_t integer literal suffix... | |
checking for wchar_t integer literal suffix... | |
checking for wint_t integer literal suffix... | |
checking whether dprintf is declared without a macro... no | |
checking whether fpurge is declared without a macro... yes | |
checking whether fseeko is declared without a macro... yes | |
checking whether ftello is declared without a macro... yes | |
checking whether getdelim is declared without a macro... no | |
checking whether getline is declared without a macro... no | |
checking whether popen is declared without a macro... yes | |
checking whether renameat is declared without a macro... no | |
checking whether snprintf is declared without a macro... yes | |
checking whether tmpfile is declared without a macro... yes | |
checking whether vdprintf is declared without a macro... no | |
checking whether vsnprintf is declared without a macro... yes | |
checking for random.h... no | |
checking for struct random_data... no | |
checking whether atoll is declared without a macro... yes | |
checking whether canonicalize_file_name is declared without a macro... no | |
checking whether getloadavg is declared without a macro... yes | |
checking whether getsubopt is declared without a macro... yes | |
checking whether grantpt is declared without a macro... yes | |
checking whether mkdtemp is declared without a macro... no | |
checking whether mkostemp is declared without a macro... no | |
checking whether mkostemps is declared without a macro... no | |
checking whether mkstemp is declared without a macro... yes | |
checking whether mkstemps is declared without a macro... no | |
checking whether ptsname is declared without a macro... yes | |
checking whether random_r is declared without a macro... no | |
checking whether initstat_r is declared without a macro... no | |
checking whether srandom_r is declared without a macro... no | |
checking whether setstate_r is declared without a macro... no | |
checking whether realpath is declared without a macro... yes | |
checking whether rpmatch is declared without a macro... no | |
checking whether setenv is declared without a macro... yes | |
checking whether strtod is declared without a macro... yes | |
checking whether strtoll is declared without a macro... yes | |
checking whether strtoull is declared without a macro... yes | |
checking whether unlockpt is declared without a macro... yes | |
checking whether unsetenv is declared without a macro... yes | |
checking whether <sys/select.h> is self-contained... (cached) yes | |
checking whether select is declared without a macro... (cached) yes | |
checking whether <sys/socket.h> is self-contained... (cached) yes | |
checking for shutdown... (cached) yes | |
checking whether <sys/socket.h> defines the SHUT_* macros... (cached) yes | |
checking for struct sockaddr_storage... (cached) yes | |
checking for sa_family_t... (cached) yes | |
checking whether socket is declared without a macro... (cached) no | |
checking whether connect is declared without a macro... (cached) no | |
checking whether accept is declared without a macro... (cached) no | |
checking whether bind is declared without a macro... (cached) no | |
checking whether getpeername is declared without a macro... (cached) no | |
checking whether getsockname is declared without a macro... (cached) no | |
checking whether getsockopt is declared without a macro... (cached) no | |
checking whether listen is declared without a macro... (cached) no | |
checking whether recv is declared without a macro... (cached) no | |
checking whether send is declared without a macro... (cached) no | |
checking whether recvfrom is declared without a macro... (cached) no | |
checking whether sendto is declared without a macro... (cached) no | |
checking whether setsockopt is declared without a macro... (cached) no | |
checking whether shutdown is declared without a macro... (cached) no | |
checking whether accept4 is declared without a macro... (cached) no | |
checking for nlink_t... yes | |
checking whether fchmodat is declared without a macro... no | |
checking whether fstatat is declared without a macro... no | |
checking whether futimens is declared without a macro... no | |
checking whether lchmod is declared without a macro... yes | |
checking whether lstat is declared without a macro... yes | |
checking whether mkdirat is declared without a macro... no | |
checking whether mkfifo is declared without a macro... yes | |
checking whether mkfifoat is declared without a macro... no | |
checking whether mknod is declared without a macro... yes | |
checking whether mknodat is declared without a macro... no | |
checking whether stat is declared without a macro... yes | |
checking whether utimensat is declared without a macro... no | |
checking whether chown is declared without a macro... yes | |
checking whether dup2 is declared without a macro... yes | |
checking whether dup3 is declared without a macro... no | |
checking whether environ is declared without a macro... no | |
checking whether euidaccess is declared without a macro... no | |
checking whether faccessat is declared without a macro... no | |
checking whether fchdir is declared without a macro... yes | |
checking whether fchownat is declared without a macro... no | |
checking whether fsync is declared without a macro... yes | |
checking whether ftruncate is declared without a macro... yes | |
checking whether getcwd is declared without a macro... yes | |
checking whether getdomainname is declared without a macro... yes | |
checking whether getdtablesize is declared without a macro... yes | |
checking whether getgroups is declared without a macro... yes | |
checking whether gethostname is declared without a macro... yes | |
checking whether getlogin is declared without a macro... yes | |
checking whether getlogin_r is declared without a macro... yes | |
checking whether getpagesize is declared without a macro... yes | |
checking whether getusershell is declared without a macro... yes | |
checking whether setusershell is declared without a macro... yes | |
checking whether endusershell is declared without a macro... yes | |
checking whether lchown is declared without a macro... yes | |
checking whether link is declared without a macro... yes | |
checking whether linkat is declared without a macro... no | |
checking whether lseek is declared without a macro... yes | |
checking whether pipe2 is declared without a macro... no | |
checking whether pread is declared without a macro... yes | |
checking whether pwrite is declared without a macro... yes | |
checking whether readlink is declared without a macro... yes | |
checking whether readlinkat is declared without a macro... no | |
checking whether rmdir is declared without a macro... yes | |
checking whether sleep is declared without a macro... yes | |
checking whether symlink is declared without a macro... yes | |
checking whether symlinkat is declared without a macro... no | |
checking whether ttyname_r is declared without a macro... yes | |
checking whether unlink is declared without a macro... yes | |
checking whether unlinkat is declared without a macro... no | |
checking whether usleep is declared without a macro... yes | |
checking for valgrind... no | |
checking whether self tests are run under valgrind... no | |
checking for ptrdiff_t... yes | |
checking whether btowc is declared without a macro... yes | |
checking whether wctob is declared without a macro... yes | |
checking whether mbsinit is declared without a macro... yes | |
checking whether mbrtowc is declared without a macro... yes | |
checking whether mbrlen is declared without a macro... yes | |
checking whether mbsrtowcs is declared without a macro... yes | |
checking whether mbsnrtowcs is declared without a macro... yes | |
checking whether wcrtomb is declared without a macro... yes | |
checking whether wcsrtombs is declared without a macro... yes | |
checking whether wcsnrtombs is declared without a macro... yes | |
checking whether wcwidth is declared without a macro... yes | |
checking for stdint.h... (cached) yes | |
checking whether byte ordering is bigendian... universal | |
checking whether byte ordering is bigendian... (cached) universal | |
checking for ioctl... yes | |
checking for ioctl with POSIX signature... no | |
checking for wchar_t... (cached) yes | |
checking for wint_t... (cached) yes | |
checking whether <sys/ioctl.h> declares ioctl... yes | |
checking whether ioctl is declared without a macro... yes | |
checking for valgrind... no | |
checking whether self tests are run under valgrind... no | |
configure: creating ./config.status | |
config.status: creating guile/pre-inst-guile | |
config.status: creating Makefile | |
config.status: creating doc/Makefile | |
config.status: creating doc/credentials/Makefile | |
config.status: creating doc/credentials/openpgp/Makefile | |
config.status: creating doc/credentials/srp/Makefile | |
config.status: creating doc/credentials/x509/Makefile | |
config.status: creating doc/cyclo/Makefile | |
config.status: creating doc/doxygen/Doxyfile | |
config.status: creating doc/examples/Makefile | |
config.status: creating doc/manpages/Makefile | |
config.status: creating doc/reference/Makefile | |
config.status: creating doc/scripts/Makefile | |
config.status: creating gl/Makefile | |
config.status: creating gl/tests/Makefile | |
config.status: creating guile/Makefile | |
config.status: creating guile/modules/Makefile | |
config.status: creating guile/src/Makefile | |
config.status: creating guile/tests/Makefile | |
config.status: creating src/Makefile | |
config.status: creating src/cfg/Makefile | |
config.status: creating src/cfg/platon/Makefile | |
config.status: creating src/cfg/platon/str/Makefile | |
config.status: creating tests/Makefile | |
config.status: creating tests/key-id/Makefile | |
config.status: creating tests/openpgp-certs/Makefile | |
config.status: creating tests/safe-renegotiation/Makefile | |
config.status: creating tests/pathlen/Makefile | |
config.status: creating tests/pkcs1-padding/Makefile | |
config.status: creating tests/pkcs12-decode/Makefile | |
config.status: creating tests/pkcs8-decode/Makefile | |
config.status: creating tests/rsa-md5-collision/Makefile | |
config.status: creating tests/sha2/Makefile | |
config.status: creating tests/userid/Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
=== configuring in lib (/private/tmp/homebrew-gnutls-2.10.4-AATn/gnutls-2.10.4/lib) | |
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/gnutls/2.10.4' '--disable-debug' '--disable-dependency-tracking' '--disable-guile' 'CC=/usr/bin/cc' 'CFLAGS=-O3 -march=core2 -w -pipe -arch i386 -arch x86_64' 'LDFLAGS=-arch i386 -arch x86_64' 'CXX=/usr/bin/c++' 'CXXFLAGS=-O3 -march=core2 -w -pipe -arch i386 -arch x86_64' --cache-file=/dev/null --srcdir=. | |
checking for a BSD-compatible install... /usr/local/bin/ginstall -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking for gcc... /usr/bin/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 /usr/bin/cc accepts -g... yes | |
checking for /usr/bin/cc option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of /usr/bin/cc... none | |
checking for ranlib... ranlib | |
checking build system type... x86_64-apple-darwin10.6.0 | |
checking host system type... x86_64-apple-darwin10.6.0 | |
checking how to run the C preprocessor... /usr/bin/cc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
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 minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for _LARGEFILE_SOURCE value needed for large files... no | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/local/bin/gsed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by /usr/bin/cc... /usr/bin/cc | |
checking if the linker (/usr/bin/cc) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking for /usr/bin/cc option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for ar... ar | |
checking for strip... strip | |
checking for ranlib... (cached) ranlib | |
checking command to parse /usr/bin/nm output from /usr/bin/cc object... ok | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if /usr/bin/cc supports -fno-rtti -fno-exceptions... yes | |
checking for /usr/bin/cc option to produce PIC... -fno-common -DPIC | |
checking if /usr/bin/cc PIC flag -fno-common -DPIC works... yes | |
checking if /usr/bin/cc static flag -static works... no | |
checking if /usr/bin/cc supports -c -o file.o... yes | |
checking if /usr/bin/cc supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/cc linker (/usr/bin/cc) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin10.6.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking for ld used by GCC... /usr/bin/cc | |
checking if the linker (/usr/bin/cc) is GNU ld... no | |
checking for shared library run path origin... done | |
checking for libgcrypt... yes | |
checking how to link with libgcrypt... -lgcrypt -lgpg-error | |
checking for libtasn1... no | |
configure: WARNING: | |
*** | |
*** Libtasn1 was not found. Will use the included one. | |
checking whether to use the included minitasn1... yes | |
checking whether to include LZO compression support... no | |
checking whether C99 macros are supported... yes | |
checking whether to enable Opaque PRF input support... no | |
checking whether to disable SRP authentication support... no | |
checking whether to disable PSK authentication support... no | |
checking whether to disable anonymous authentication support... no | |
checking whether to disable Camellia cipher... no | |
checking whether to disable extra PKI stuff... no | |
checking whether to disable OpenPGP Certificate authentication support... no | |
checking whether to disable SessionTicket extension support... no | |
checking whether to add cryptodev support... no | |
checking size of void *... 8 | |
checking size of long... 8 | |
checking size of int... 4 | |
checking whether NLS is requested... yes | |
checking for msgfmt... no | |
checking for gmsgfmt... : | |
checking for xgettext... no | |
checking for msgmerge... no | |
checking for CFPreferencesCopyAppValue... yes | |
checking for CFLocaleCopyCurrent... yes | |
checking for GNU gettext in libc... no | |
checking for iconv... yes | |
checking for working iconv... yes | |
checking how to link with libiconv... -liconv | |
checking for GNU gettext in libintl... no | |
checking whether to use NLS... no | |
checking whether byte ordering is bigendian... universal | |
checking for ssize_t... yes | |
checking size of unsigned long int... 8 | |
checking size of unsigned int... 4 | |
checking whether to include zlib compression support... yes | |
checking for libz... yes | |
checking how to link with libz... -lz | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking whether the preprocessor supports include_next... yes | |
checking for errno.h... yes | |
checking for float.h... yes | |
checking for sys/mman.h... yes | |
checking for netdb.h... yes | |
checking for sys/socket.h... yes | |
checking for stddef.h... yes | |
checking for stdint.h... (cached) yes | |
checking for wchar.h... yes | |
checking for stdio.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking for strings.h... (cached) yes | |
checking for sys/stat.h... (cached) yes | |
checking for time.h... yes | |
checking for sys/time.h... yes | |
checking for unistd.h... (cached) yes | |
checking for complete errno.h... yes | |
checking for fseeko... yes | |
checking whether stdin defaults to large file offsets... yes | |
checking for mprotect... yes | |
checking for memchr... yes | |
checking for localtime_r... yes | |
checking for vasnprintf... no | |
checking for shutdown... yes | |
checking for mmap... yes | |
checking for MAP_ANONYMOUS... yes | |
checking whether memchr works... yes | |
checking whether memmem is declared... no | |
checking whether <limits.h> defines MIN and MAX... no | |
checking whether <sys/param.h> defines MIN and MAX... yes | |
checking whether malloc, realloc, calloc are POSIX compliant... yes | |
checking whether snprintf is declared... yes | |
checking for inline... inline | |
checking whether <sys/socket.h> is self-contained... yes | |
checking for shutdown... (cached) yes | |
checking whether <sys/socket.h> defines the SHUT_* macros... yes | |
checking for struct sockaddr_storage... yes | |
checking for sa_family_t... yes | |
checking whether socket is declared without a macro... no | |
checking whether connect is declared without a macro... no | |
checking whether accept is declared without a macro... no | |
checking whether bind is declared without a macro... no | |
checking whether getpeername is declared without a macro... no | |
checking whether getsockname is declared without a macro... no | |
checking whether getsockopt is declared without a macro... no | |
checking whether listen is declared without a macro... no | |
checking whether recv is declared without a macro... no | |
checking whether send is declared without a macro... no | |
checking whether recvfrom is declared without a macro... no | |
checking whether sendto is declared without a macro... no | |
checking whether setsockopt is declared without a macro... no | |
checking whether shutdown is declared without a macro... no | |
checking whether accept4 is declared without a macro... no | |
checking for stdbool.h that conforms to C99... yes | |
checking for _Bool... yes | |
checking for wchar_t... yes | |
checking for long long int... yes | |
checking for unsigned long long int... yes | |
checking whether C symbols are prefixed with underscore at the linker level... grep: conftest.s: No such file or directory | |
no | |
checking for C/C++ restrict keyword... __restrict | |
checking whether memmem is declared without a macro... no | |
checking whether mempcpy is declared without a macro... no | |
checking whether memrchr is declared without a macro... no | |
checking whether rawmemchr is declared without a macro... no | |
checking whether stpcpy is declared without a macro... yes | |
checking whether stpncpy is declared without a macro... no | |
checking whether strchrnul is declared without a macro... no | |
checking whether strdup is declared without a macro... yes | |
checking whether strncat is declared without a macro... yes | |
checking whether strndup is declared without a macro... no | |
checking whether strnlen is declared without a macro... no | |
checking whether strpbrk is declared without a macro... yes | |
checking whether strsep is declared without a macro... yes | |
checking whether strcasestr is declared without a macro... yes | |
checking whether strtok_r is declared without a macro... yes | |
checking whether strsignal is declared without a macro... yes | |
checking whether strverscmp is declared without a macro... no | |
checking whether strcasecmp is declared without a macro... yes | |
checking whether strncasecmp is declared without a macro... yes | |
checking whether stat file-mode macros are broken... no | |
checking for struct timespec in <time.h>... yes | |
checking for wint_t... yes | |
checking for size_t... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for intmax_t... yes | |
checking whether snprintf returns a byte count as in C99... yes | |
checking for snprintf... yes | |
checking for strnlen... no | |
checking for wcslen... yes | |
checking for wcsnlen... no | |
checking for mbrtowc... yes | |
checking for wcrtomb... yes | |
checking whether _snprintf is declared... no | |
checking whether vsnprintf is declared... yes | |
checking whether <wchar.h> uses 'inline' correctly... yes | |
checking whether ungetc works on arbitrary bytes... yes | |
checking for alloca as a compiler built-in... yes | |
checking byteswap.h usability... no | |
checking byteswap.h presence... no | |
checking for byteswap.h... no | |
checking whether __func__ is available... yes | |
checking if gcc/ld supports -Wl,--output-def... no | |
checking if LD -Wl,--version-script works... no | |
checking whether lseek detects pipes... yes | |
checking for memmem... no | |
checking whether getaddrinfo is declared without a macro... yes | |
checking whether freeaddrinfo is declared without a macro... yes | |
checking whether gai_strerror is declared without a macro... yes | |
checking whether getnameinfo is declared without a macro... yes | |
checking for stdint.h... (cached) yes | |
checking for SIZE_MAX... yes | |
checking for snprintf... (cached) yes | |
checking whether snprintf respects a size of 1... yes | |
checking for library containing setsockopt... none needed | |
checking for socklen_t... yes | |
checking whether NULL can be used in arbitrary expressions... yes | |
checking whether stdint.h conforms to C99... no | |
checking sys/inttypes.h usability... no | |
checking sys/inttypes.h presence... no | |
checking for sys/inttypes.h... no | |
checking sys/bitypes.h usability... no | |
checking sys/bitypes.h presence... no | |
checking for sys/bitypes.h... no | |
checking for bit size of sig_atomic_t... 32 | |
checking for bit size of wchar_t... 32 | |
checking for bit size of wint_t... 32 | |
checking whether sig_atomic_t is signed... yes | |
checking whether wchar_t is signed... yes | |
checking whether wint_t is signed... yes | |
checking for sig_atomic_t integer literal suffix... | |
checking for wchar_t integer literal suffix... | |
checking for wint_t integer literal suffix... | |
checking whether dprintf is declared without a macro... no | |
checking whether fpurge is declared without a macro... yes | |
checking whether fseeko is declared without a macro... yes | |
checking whether ftello is declared without a macro... yes | |
checking whether getdelim is declared without a macro... no | |
checking whether getline is declared without a macro... no | |
checking whether popen is declared without a macro... yes | |
checking whether renameat is declared without a macro... no | |
checking whether snprintf is declared without a macro... yes | |
checking whether tmpfile is declared without a macro... yes | |
checking whether vdprintf is declared without a macro... no | |
checking whether vsnprintf is declared without a macro... yes | |
checking for random.h... no | |
checking for struct random_data... no | |
checking whether atoll is declared without a macro... yes | |
checking whether canonicalize_file_name is declared without a macro... no | |
checking whether getloadavg is declared without a macro... yes | |
checking whether getsubopt is declared without a macro... yes | |
checking whether grantpt is declared without a macro... yes | |
checking whether mkdtemp is declared without a macro... no | |
checking whether mkostemp is declared without a macro... no | |
checking whether mkostemps is declared without a macro... no | |
checking whether mkstemp is declared without a macro... yes | |
checking whether mkstemps is declared without a macro... no | |
checking whether ptsname is declared without a macro... yes | |
checking whether random_r is declared without a macro... no | |
checking whether initstat_r is declared without a macro... no | |
checking whether srandom_r is declared without a macro... no | |
checking whether setstate_r is declared without a macro... no | |
checking whether realpath is declared without a macro... yes | |
checking whether rpmatch is declared without a macro... no | |
checking whether setenv is declared without a macro... yes | |
checking whether strtod is declared without a macro... yes | |
checking whether strtoll is declared without a macro... yes | |
checking whether strtoull is declared without a macro... yes | |
checking whether unlockpt is declared without a macro... yes | |
checking whether unsetenv is declared without a macro... yes | |
checking for strcasecmp... yes | |
checking for strncasecmp... yes | |
checking whether strncasecmp is declared... (cached) yes | |
checking for strverscmp... no | |
checking whether <sys/socket.h> is self-contained... (cached) yes | |
checking for shutdown... (cached) yes | |
checking whether <sys/socket.h> defines the SHUT_* macros... (cached) yes | |
checking for struct sockaddr_storage... (cached) yes | |
checking for sa_family_t... (cached) yes | |
checking whether socket is declared without a macro... (cached) no | |
checking whether connect is declared without a macro... (cached) no | |
checking whether accept is declared without a macro... (cached) no | |
checking whether bind is declared without a macro... (cached) no | |
checking whether getpeername is declared without a macro... (cached) no | |
checking whether getsockname is declared without a macro... (cached) no | |
checking whether getsockopt is declared without a macro... (cached) no | |
checking whether listen is declared without a macro... (cached) no | |
checking whether recv is declared without a macro... (cached) no | |
checking whether send is declared without a macro... (cached) no | |
checking whether recvfrom is declared without a macro... (cached) no | |
checking whether sendto is declared without a macro... (cached) no | |
checking whether setsockopt is declared without a macro... (cached) no | |
checking whether shutdown is declared without a macro... (cached) no | |
checking whether accept4 is declared without a macro... (cached) no | |
checking for nlink_t... yes | |
checking whether fchmodat is declared without a macro... no | |
checking whether fstatat is declared without a macro... no | |
checking whether futimens is declared without a macro... no | |
checking whether lchmod is declared without a macro... yes | |
checking whether lstat is declared without a macro... yes | |
checking whether mkdirat is declared without a macro... no | |
checking whether mkfifo is declared without a macro... yes | |
checking whether mkfifoat is declared without a macro... no | |
checking whether mknod is declared without a macro... yes | |
checking whether mknodat is declared without a macro... no | |
checking whether stat is declared without a macro... yes | |
checking whether utimensat is declared without a macro... no | |
checking whether localtime_r is compatible with its POSIX signature... yes | |
checking whether chown is declared without a macro... yes | |
checking whether dup2 is declared without a macro... yes | |
checking whether dup3 is declared without a macro... no | |
checking whether environ is declared without a macro... no | |
checking whether euidaccess is declared without a macro... no | |
checking whether faccessat is declared without a macro... no | |
checking whether fchdir is declared without a macro... yes | |
checking whether fchownat is declared without a macro... no | |
checking whether fsync is declared without a macro... yes | |
checking whether ftruncate is declared without a macro... yes | |
checking whether getcwd is declared without a macro... yes | |
checking whether getdomainname is declared without a macro... yes | |
checking whether getdtablesize is declared without a macro... yes | |
checking whether getgroups is declared without a macro... yes | |
checking whether gethostname is declared without a macro... yes | |
checking whether getlogin is declared without a macro... yes | |
checking whether getlogin_r is declared without a macro... yes | |
checking whether getpagesize is declared without a macro... yes | |
checking whether getusershell is declared without a macro... yes | |
checking whether setusershell is declared without a macro... yes | |
checking whether endusershell is declared without a macro... yes | |
checking whether lchown is declared without a macro... yes | |
checking whether link is declared without a macro... yes | |
checking whether linkat is declared without a macro... no | |
checking whether lseek is declared without a macro... yes | |
checking whether pipe2 is declared without a macro... no | |
checking whether pread is declared without a macro... yes | |
checking whether pwrite is declared without a macro... yes | |
checking whether readlink is declared without a macro... yes | |
checking whether readlinkat is declared without a macro... no | |
checking whether rmdir is declared without a macro... yes | |
checking whether sleep is declared without a macro... yes | |
checking whether symlink is declared without a macro... yes | |
checking whether symlinkat is declared without a macro... no | |
checking whether ttyname_r is declared without a macro... yes | |
checking whether unlink is declared without a macro... yes | |
checking whether unlinkat is declared without a macro... no | |
checking whether usleep is declared without a macro... yes | |
checking for ptrdiff_t... yes | |
checking for vasprintf... yes | |
checking for vsnprintf... yes | |
checking whether snprintf respects a size of 1... (cached) yes | |
checking whether btowc is declared without a macro... yes | |
checking whether wctob is declared without a macro... yes | |
checking whether mbsinit is declared without a macro... yes | |
checking whether mbrtowc is declared without a macro... yes | |
checking whether mbrlen is declared without a macro... yes | |
checking whether mbsrtowcs is declared without a macro... yes | |
checking whether mbsnrtowcs is declared without a macro... yes | |
checking whether wcrtomb is declared without a macro... yes | |
checking whether wcsrtombs is declared without a macro... yes | |
checking whether wcsnrtombs is declared without a macro... yes | |
checking whether wcwidth is declared without a macro... yes | |
checking for stdint.h... (cached) yes | |
checking for wchar_t... (cached) yes | |
checking for wint_t... (cached) yes | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether /usr/bin/c++ accepts -g... yes | |
checking dependency style of /usr/bin/c++... none | |
checking how to run the C++ preprocessor... /usr/bin/c++ -E | |
checking for ld used by /usr/bin/c++... /usr/bin/cc | |
checking if the linker (/usr/bin/cc) is GNU ld... no | |
checking whether the /usr/bin/c++ linker (/usr/bin/cc) supports shared libraries... yes | |
checking for /usr/bin/c++ option to produce PIC... -fno-common -DPIC | |
checking if /usr/bin/c++ PIC flag -fno-common -DPIC works... yes | |
checking if /usr/bin/c++ static flag -static works... no | |
checking if /usr/bin/c++ supports -c -o file.o... yes | |
checking if /usr/bin/c++ supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/c++ linker (/usr/bin/cc) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin10.6.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating gnutls.pc | |
config.status: creating gl/Makefile | |
config.status: creating gl/tests/Makefile | |
config.status: creating includes/Makefile | |
config.status: creating includes/gnutls/gnutls.h | |
config.status: creating minitasn1/Makefile | |
config.status: creating opencdk/Makefile | |
config.status: creating openpgp/Makefile | |
config.status: creating po/Makefile.in | |
config.status: creating x509/Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
config.status: executing po-directories commands | |
config.status: creating po/POTFILES | |
config.status: creating po/Makefile | |
=== configuring in libextra (/private/tmp/homebrew-gnutls-2.10.4-AATn/gnutls-2.10.4/libextra) | |
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/gnutls/2.10.4' '--disable-debug' '--disable-dependency-tracking' '--disable-guile' 'CC=/usr/bin/cc' 'CFLAGS=-O3 -march=core2 -w -pipe -arch i386 -arch x86_64' 'LDFLAGS=-arch i386 -arch x86_64' 'CXX=/usr/bin/c++' 'CXXFLAGS=-O3 -march=core2 -w -pipe -arch i386 -arch x86_64' --cache-file=/dev/null --srcdir=. | |
checking for a BSD-compatible install... /usr/local/bin/ginstall -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking for gcc... /usr/bin/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 /usr/bin/cc accepts -g... yes | |
checking for /usr/bin/cc option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of /usr/bin/cc... none | |
checking for ranlib... ranlib | |
checking build system type... x86_64-apple-darwin10.6.0 | |
checking host system type... x86_64-apple-darwin10.6.0 | |
checking how to run the C preprocessor... /usr/bin/cc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
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 minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/local/bin/gsed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by /usr/bin/cc... /usr/bin/cc | |
checking if the linker (/usr/bin/cc) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking for /usr/bin/cc option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for ar... ar | |
checking for strip... strip | |
checking for ranlib... (cached) ranlib | |
checking command to parse /usr/bin/nm output from /usr/bin/cc object... ok | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if /usr/bin/cc supports -fno-rtti -fno-exceptions... yes | |
checking for /usr/bin/cc option to produce PIC... -fno-common -DPIC | |
checking if /usr/bin/cc PIC flag -fno-common -DPIC works... yes | |
checking if /usr/bin/cc static flag -static works... no | |
checking if /usr/bin/cc supports -c -o file.o... yes | |
checking if /usr/bin/cc supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/cc linker (/usr/bin/cc) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin10.6.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking for ld used by GCC... /usr/bin/cc | |
checking if the linker (/usr/bin/cc) is GNU ld... no | |
checking for shared library run path origin... done | |
checking for libgcrypt... yes | |
checking how to link with libgcrypt... -lgcrypt -lgpg-error | |
checking for libtasn1... no | |
configure: WARNING: | |
*** | |
*** Libtasn1 was not found. Will use the included one. | |
checking whether to use the included minitasn1... yes | |
checking whether to include LZO compression support... no | |
checking whether C99 macros are supported... yes | |
checking whether to enable Opaque PRF input support... no | |
checking whether to disable SRP authentication support... no | |
checking whether to disable PSK authentication support... no | |
checking whether to disable anonymous authentication support... no | |
checking whether to disable Camellia cipher... no | |
checking whether to disable extra PKI stuff... no | |
checking whether to disable OpenPGP Certificate authentication support... no | |
checking whether to disable SessionTicket extension support... no | |
checking whether to add cryptodev support... no | |
checking size of void *... 8 | |
checking size of long... 8 | |
checking size of int... 4 | |
checking for inline... inline | |
checking for sys/socket.h... yes | |
checking whether to build OpenSSL compatibility layer... yes | |
checking for library containing setsockopt... none needed | |
checking whether byte ordering is bigendian... universal | |
checking for C/C++ restrict keyword... __restrict | |
checking if gcc/ld supports -Wl,--output-def... no | |
checking if LD -Wl,--version-script works... no | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating gnutls-extra.pc | |
config.status: creating gl/Makefile | |
config.status: creating includes/Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
configure: summary of build options: | |
version: 2.10.4 shared 42:13:16 | |
Host type: x86_64-apple-darwin10.6.0 | |
Install prefix: /usr/local/Cellar/gnutls/2.10.4 | |
Compiler: /usr/bin/cc -std=gnu99 | |
Warning flags: errors: warnings: | |
Library types: Shared=yes, Static=yes | |
Valgrind: no | |
Guile wrappers: no | |
C++ library: yes | |
OpenSSL library: yes | |
/dev/crypto: no | |
==> make install | |
make install | |
Making install in lib | |
Making install in gl | |
rm -f alloca.h-t alloca.h && \ | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | |
cat ./alloca.in.h; \ | |
} > alloca.h-t && \ | |
mv -f alloca.h-t alloca.h | |
rm -f arg-nonnull.h-t arg-nonnull.h && \ | |
sed -n -e '/GL_ARG_NONNULL/,$p' \ | |
< ../build-aux/arg-nonnull.h \ | |
> arg-nonnull.h-t && \ | |
mv arg-nonnull.h-t arg-nonnull.h | |
rm -f byteswap.h-t byteswap.h && \ | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | |
cat ./byteswap.in.h; \ | |
} > byteswap.h-t && \ | |
mv -f byteswap.h-t byteswap.h | |
rm -f c++defs.h-t c++defs.h && \ | |
sed -n -e '/_GL_CXXDEFS/,$p' \ | |
< ../build-aux/c++defs.h \ | |
> c++defs.h-t && \ | |
mv c++defs.h-t c++defs.h | |
rm -f warn-on-use.h-t warn-on-use.h && \ | |
sed -n -e '/^.ifndef/,$p' \ | |
< ../build-aux/warn-on-use.h \ | |
> warn-on-use.h-t && \ | |
mv warn-on-use.h-t warn-on-use.h | |
rm -f stdint.h-t stdint.h && \ | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | |
sed -e 's/@''HAVE_STDINT_H''@/1/g' \ | |
-e 's|@''INCLUDE_NEXT''@|include_next|g' \ | |
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ | |
-e 's|@''NEXT_STDINT_H''@|<stdint.h>|g' \ | |
-e 's/@''HAVE_SYS_TYPES_H''@/1/g' \ | |
-e 's/@''HAVE_INTTYPES_H''@/1/g' \ | |
-e 's/@''HAVE_SYS_INTTYPES_H''@/0/g' \ | |
-e 's/@''HAVE_SYS_BITYPES_H''@/0/g' \ | |
-e 's/@''HAVE_LONG_LONG_INT''@/1/g' \ | |
-e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \ | |
-e 's/@''APPLE_UNIVERSAL_BUILD''@/1/g' \ | |
-e 's/@''BITSIZEOF_PTRDIFF_T''@//g' \ | |
-e 's/@''PTRDIFF_T_SUFFIX''@//g' \ | |
-e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/32/g' \ | |
-e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/1/g' \ | |
-e 's/@''SIG_ATOMIC_T_SUFFIX''@//g' \ | |
-e 's/@''BITSIZEOF_SIZE_T''@//g' \ | |
-e 's/@''SIZE_T_SUFFIX''@//g' \ | |
-e 's/@''BITSIZEOF_WCHAR_T''@/32/g' \ | |
-e 's/@''HAVE_SIGNED_WCHAR_T''@/1/g' \ | |
-e 's/@''WCHAR_T_SUFFIX''@//g' \ | |
-e 's/@''BITSIZEOF_WINT_T''@/32/g' \ | |
-e 's/@''HAVE_SIGNED_WINT_T''@/1/g' \ | |
-e 's/@''WINT_T_SUFFIX''@//g' \ | |
< ./stdint.in.h; \ | |
} > stdint.h-t && \ | |
mv stdint.h-t stdint.h | |
rm -f netdb.h-t netdb.h && \ | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | |
sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ | |
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ | |
-e 's|@''NEXT_NETDB_H''@|<netdb.h>|g' \ | |
-e 's|@''HAVE_NETDB_H''@|1|g' \ | |
-e 's|@''GNULIB_GETADDRINFO''@|0|g' \ | |
-e 's|@''HAVE_STRUCT_ADDRINFO''@|1|g' \ | |
-e 's|@''HAVE_DECL_FREEADDRINFO''@|1|g' \ | |
-e 's|@''HAVE_DECL_GAI_STRERROR''@|1|g' \ | |
-e 's|@''HAVE_DECL_GETADDRINFO''@|1|g' \ | |
-e 's|@''HAVE_DECL_GETNAMEINFO''@|1|g' \ | |
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ | |
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ | |
< ./netdb.in.h; \ | |
} > netdb.h-t && \ | |
mv netdb.h-t netdb.h | |
rm -f stdio.h-t stdio.h && \ | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | |
sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ | |
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ | |
-e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \ | |
-e 's|@''GNULIB_DPRINTF''@|0|g' \ | |
-e 's|@''GNULIB_FCLOSE''@|0|g' \ | |
-e 's|@''GNULIB_FFLUSH''@|0|g' \ | |
-e 's|@''GNULIB_FOPEN''@|0|g' \ | |
-e 's|@''GNULIB_FPRINTF''@|1|g' \ | |
-e 's|@''GNULIB_FPRINTF_POSIX''@|0|g' \ | |
-e 's|@''GNULIB_FPURGE''@|0|g' \ | |
-e 's|@''GNULIB_FPUTC''@|1|g' \ | |
-e 's|@''GNULIB_FPUTS''@|1|g' \ | |
-e 's|@''GNULIB_FREOPEN''@|0|g' \ | |
-e 's|@''GNULIB_FSEEK''@|0|g' \ | |
-e 's|@''GNULIB_FSEEKO''@|1|g' \ | |
-e 's|@''GNULIB_FTELL''@|0|g' \ | |
-e 's|@''GNULIB_FTELLO''@|0|g' \ | |
-e 's|@''GNULIB_FWRITE''@|1|g' \ | |
-e 's|@''GNULIB_GETDELIM''@|0|g' \ | |
-e 's|@''GNULIB_GETLINE''@|0|g' \ | |
-e 's|@''GNULIB_OBSTACK_PRINTF''@|0|g' \ | |
-e 's|@''GNULIB_OBSTACK_PRINTF_POSIX''@|0|g' \ | |
-e 's|@''GNULIB_PERROR''@|0|g' \ | |
-e 's|@''GNULIB_POPEN''@|0|g' \ | |
-e 's|@''GNULIB_PRINTF''@|1|g' \ | |
-e 's|@''GNULIB_PRINTF_POSIX''@|0|g' \ | |
-e 's|@''GNULIB_PUTC''@|1|g' \ | |
-e 's|@''GNULIB_PUTCHAR''@|1|g' \ | |
-e 's|@''GNULIB_PUTS''@|1|g' \ | |
-e 's|@''GNULIB_REMOVE''@|0|g' \ | |
-e 's|@''GNULIB_RENAME''@|0|g' \ | |
-e 's|@''GNULIB_RENAMEAT''@|0|g' \ | |
-e 's|@''GNULIB_SNPRINTF''@|1|g' \ | |
-e 's|@''GNULIB_SPRINTF_POSIX''@|0|g' \ | |
-e 's|@''GNULIB_STDIO_H_SIGPIPE''@|0|g' \ | |
-e 's|@''GNULIB_TMPFILE''@|0|g' \ | |
-e 's|@''GNULIB_VASPRINTF''@|1|g' \ | |
-e 's|@''GNULIB_VDPRINTF''@|0|g' \ | |
-e 's|@''GNULIB_VFPRINTF''@|1|g' \ | |
-e 's|@''GNULIB_VFPRINTF_POSIX''@|0|g' \ | |
-e 's|@''GNULIB_VPRINTF''@|1|g' \ | |
-e 's|@''GNULIB_VPRINTF_POSIX''@|0|g' \ | |
-e 's|@''GNULIB_VSNPRINTF''@|1|g' \ | |
-e 's|@''GNULIB_VSPRINTF_POSIX''@|0|g' \ | |
< ./stdio.in.h | \ | |
sed -e 's|@''HAVE_DECL_FPURGE''@|1|g' \ | |
-e 's|@''HAVE_DECL_GETDELIM''@|1|g' \ | |
-e 's|@''HAVE_DECL_GETLINE''@|1|g' \ | |
-e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \ | |
-e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \ | |
-e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \ | |
-e 's|@''HAVE_DPRINTF''@|1|g' \ | |
-e 's|@''HAVE_FSEEKO''@|1|g' \ | |
-e 's|@''HAVE_FTELLO''@|1|g' \ | |
-e 's|@''HAVE_RENAMEAT''@|1|g' \ | |
-e 's|@''HAVE_VASPRINTF''@|1|g' \ | |
-e 's|@''HAVE_VDPRINTF''@|1|g' \ | |
-e 's|@''REPLACE_DPRINTF''@|0|g' \ | |
-e 's|@''REPLACE_FCLOSE''@|0|g' \ | |
-e 's|@''REPLACE_FFLUSH''@|0|g' \ | |
-e 's|@''REPLACE_FOPEN''@|0|g' \ | |
-e 's|@''REPLACE_FPRINTF''@|0|g' \ | |
-e 's|@''REPLACE_FPURGE''@|0|g' \ | |
-e 's|@''REPLACE_FREOPEN''@|0|g' \ | |
-e 's|@''REPLACE_FSEEK''@|0|g' \ | |
-e 's|@''REPLACE_FSEEKO''@|0|g' \ | |
-e 's|@''REPLACE_FTELL''@|0|g' \ | |
-e 's|@''REPLACE_FTELLO''@|0|g' \ | |
-e 's|@''REPLACE_GETDELIM''@|0|g' \ | |
-e 's|@''REPLACE_GETLINE''@|0|g' \ | |
-e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \ | |
-e 's|@''REPLACE_PERROR''@|0|g' \ | |
-e 's|@''REPLACE_POPEN''@|0|g' \ | |
-e 's|@''REPLACE_PRINTF''@|0|g' \ | |
-e 's|@''REPLACE_REMOVE''@|0|g' \ | |
-e 's|@''REPLACE_RENAME''@|0|g' \ | |
-e 's|@''REPLACE_RENAMEAT''@|0|g' \ | |
-e 's|@''REPLACE_SNPRINTF''@|0|g' \ | |
-e 's|@''REPLACE_SPRINTF''@|0|g' \ | |
-e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \ | |
-e 's|@''REPLACE_TMPFILE''@|0|g' \ | |
-e 's|@''REPLACE_VASPRINTF''@|0|g' \ | |
-e 's|@''REPLACE_VDPRINTF''@|0|g' \ | |
-e 's|@''REPLACE_VFPRINTF''@|0|g' \ | |
-e 's|@''REPLACE_VPRINTF''@|0|g' \ | |
-e 's|@''REPLACE_VSNPRINTF''@|0|g' \ | |
-e 's|@''REPLACE_VSPRINTF''@|0|g' \ | |
-e 's|@''ASM_SYMBOL_PREFIX''@|""|g' \ | |
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ | |
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ | |
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ | |
} > stdio.h-t && \ | |
mv stdio.h-t stdio.h | |
rm -f stdlib.h-t stdlib.h && \ | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | |
sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ | |
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ | |
-e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \ | |
-e 's|@''GNULIB_ATOLL''@|0|g' \ | |
-e 's|@''GNULIB_CALLOC_POSIX''@|0|g' \ | |
-e 's|@''GNULIB_CANONICALIZE_FILE_NAME''@|0|g' \ | |
-e 's|@''GNULIB_GETLOADAVG''@|0|g' \ | |
-e 's|@''GNULIB_GETSUBOPT''@|0|g' \ | |
-e 's|@''GNULIB_GRANTPT''@|0|g' \ | |
-e 's|@''GNULIB_MALLOC_POSIX''@|0|g' \ | |
-e 's|@''GNULIB_MKDTEMP''@|0|g' \ | |
-e 's|@''GNULIB_MKOSTEMP''@|0|g' \ | |
-e 's|@''GNULIB_MKOSTEMPS''@|0|g' \ | |
-e 's|@''GNULIB_MKSTEMP''@|0|g' \ | |
-e 's|@''GNULIB_MKSTEMPS''@|0|g' \ | |
-e 's|@''GNULIB_PTSNAME''@|0|g' \ | |
-e 's|@''GNULIB_PUTENV''@|0|g' \ | |
-e 's|@''GNULIB_RANDOM_R''@|0|g' \ | |
-e 's|@''GNULIB_REALLOC_POSIX''@|1|g' \ | |
-e 's|@''GNULIB_REALPATH''@|0|g' \ | |
-e 's|@''GNULIB_RPMATCH''@|0|g' \ | |
-e 's|@''GNULIB_SETENV''@|0|g' \ | |
-e 's|@''GNULIB_STRTOD''@|0|g' \ | |
-e 's|@''GNULIB_STRTOLL''@|0|g' \ | |
-e 's|@''GNULIB_STRTOULL''@|0|g' \ | |
-e 's|@''GNULIB_UNLOCKPT''@|0|g' \ | |
-e 's|@''GNULIB_UNSETENV''@|0|g' \ | |
-e 's|@''HAVE_ATOLL''@|1|g' \ | |
-e 's|@''HAVE_CALLOC_POSIX''@|1|g' \ | |
-e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \ | |
-e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \ | |
-e 's|@''HAVE_GETSUBOPT''@|1|g' \ | |
-e 's|@''HAVE_GRANTPT''@|1|g' \ | |
-e 's|@''HAVE_MALLOC_POSIX''@|1|g' \ | |
-e 's|@''HAVE_MKDTEMP''@|1|g' \ | |
-e 's|@''HAVE_MKOSTEMP''@|1|g' \ | |
-e 's|@''HAVE_MKOSTEMPS''@|1|g' \ | |
-e 's|@''HAVE_MKSTEMP''@|1|g' \ | |
-e 's|@''HAVE_MKSTEMPS''@|1|g' \ | |
-e 's|@''HAVE_PTSNAME''@|1|g' \ | |
-e 's|@''HAVE_RANDOM_H''@|0|g' \ | |
-e 's|@''HAVE_RANDOM_R''@|1|g' \ | |
-e 's|@''HAVE_REALLOC_POSIX''@|1|g' \ | |
-e 's|@''HAVE_REALPATH''@|1|g' \ | |
-e 's|@''HAVE_RPMATCH''@|1|g' \ | |
-e 's|@''HAVE_SETENV''@|1|g' \ | |
-e 's|@''HAVE_STRTOD''@|1|g' \ | |
-e 's|@''HAVE_STRTOLL''@|1|g' \ | |
-e 's|@''HAVE_STRTOULL''@|1|g' \ | |
-e 's|@''HAVE_STRUCT_RANDOM_DATA''@|0|g' \ | |
-e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \ | |
-e 's|@''HAVE_UNLOCKPT''@|1|g' \ | |
-e 's|@''HAVE_UNSETENV''@|1|g' \ | |
-e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \ | |
-e 's|@''REPLACE_MKSTEMP''@|0|g' \ | |
-e 's|@''REPLACE_PUTENV''@|0|g' \ | |
-e 's|@''REPLACE_REALPATH''@|0|g' \ | |
-e 's|@''REPLACE_SETENV''@|0|g' \ | |
-e 's|@''REPLACE_STRTOD''@|0|g' \ | |
-e 's|@''REPLACE_UNSETENV''@|0|g' \ | |
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ | |
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ | |
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ | |
< ./stdlib.in.h; \ | |
} > stdlib.h-t && \ | |
mv stdlib.h-t stdlib.h | |
rm -f string.h-t string.h && \ | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | |
sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ | |
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ | |
-e 's|@''NEXT_STRING_H''@|<string.h>|g' \ | |
-e 's|@''GNULIB_MBSLEN''@|0|g' \ | |
-e 's|@''GNULIB_MBSNLEN''@|0|g' \ | |
-e 's|@''GNULIB_MBSCHR''@|0|g' \ | |
-e 's|@''GNULIB_MBSRCHR''@|0|g' \ | |
-e 's|@''GNULIB_MBSSTR''@|0|g' \ | |
-e 's|@''GNULIB_MBSCASECMP''@|0|g' \ | |
-e 's|@''GNULIB_MBSNCASECMP''@|0|g' \ | |
-e 's|@''GNULIB_MBSPCASECMP''@|0|g' \ | |
-e 's|@''GNULIB_MBSCASESTR''@|0|g' \ | |
-e 's|@''GNULIB_MBSCSPN''@|0|g' \ | |
-e 's|@''GNULIB_MBSPBRK''@|0|g' \ | |
-e 's|@''GNULIB_MBSSPN''@|0|g' \ | |
-e 's|@''GNULIB_MBSSEP''@|0|g' \ | |
-e 's|@''GNULIB_MBSTOK_R''@|0|g' \ | |
-e 's|@''GNULIB_MEMCHR''@|1|g' \ | |
-e 's|@''GNULIB_MEMMEM''@|1|g' \ | |
-e 's|@''GNULIB_MEMPCPY''@|0|g' \ | |
-e 's|@''GNULIB_MEMRCHR''@|0|g' \ | |
-e 's|@''GNULIB_RAWMEMCHR''@|0|g' \ | |
-e 's|@''GNULIB_STPCPY''@|0|g' \ | |
-e 's|@''GNULIB_STPNCPY''@|0|g' \ | |
-e 's|@''GNULIB_STRCHRNUL''@|0|g' \ | |
-e 's|@''GNULIB_STRDUP''@|0|g' \ | |
-e 's|@''GNULIB_STRNCAT''@|0|g' \ | |
-e 's|@''GNULIB_STRNDUP''@|0|g' \ | |
-e 's|@''GNULIB_STRNLEN''@|0|g' \ | |
-e 's|@''GNULIB_STRPBRK''@|0|g' \ | |
-e 's|@''GNULIB_STRSEP''@|0|g' \ | |
-e 's|@''GNULIB_STRSTR''@|0|g' \ | |
-e 's|@''GNULIB_STRCASESTR''@|0|g' \ | |
-e 's|@''GNULIB_STRTOK_R''@|0|g' \ | |
-e 's|@''GNULIB_STRERROR''@|0|g' \ | |
-e 's|@''GNULIB_STRSIGNAL''@|0|g' \ | |
-e 's|@''GNULIB_STRVERSCMP''@|1|g' \ | |
< ./string.in.h | \ | |
sed -e 's|@''HAVE_MBSLEN''@|0|g' \ | |
-e 's|@''HAVE_MEMCHR''@|1|g' \ | |
-e 's|@''HAVE_DECL_MEMMEM''@|0|g' \ | |
-e 's|@''HAVE_MEMPCPY''@|1|g' \ | |
-e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \ | |
-e 's|@''HAVE_RAWMEMCHR''@|1|g' \ | |
-e 's|@''HAVE_STPCPY''@|1|g' \ | |
-e 's|@''HAVE_STPNCPY''@|1|g' \ | |
-e 's|@''HAVE_STRCHRNUL''@|1|g' \ | |
-e 's|@''HAVE_DECL_STRDUP''@|1|g' \ | |
-e 's|@''HAVE_DECL_STRNDUP''@|1|g' \ | |
-e 's|@''HAVE_DECL_STRNLEN''@|1|g' \ | |
-e 's|@''HAVE_STRPBRK''@|1|g' \ | |
-e 's|@''HAVE_STRSEP''@|1|g' \ | |
-e 's|@''HAVE_STRCASESTR''@|1|g' \ | |
-e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \ | |
-e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \ | |
-e 's|@''HAVE_STRVERSCMP''@|0|g' \ | |
-e 's|@''REPLACE_STPNCPY''@|0|g' \ | |
-e 's|@''REPLACE_MEMCHR''@|0|g' \ | |
-e 's|@''REPLACE_MEMMEM''@|0|g' \ | |
-e 's|@''REPLACE_STRCASESTR''@|0|g' \ | |
-e 's|@''REPLACE_STRDUP''@|0|g' \ | |
-e 's|@''REPLACE_STRSTR''@|0|g' \ | |
-e 's|@''REPLACE_STRERROR''@|0|g' \ | |
-e 's|@''REPLACE_STRNCAT''@|0|g' \ | |
-e 's|@''REPLACE_STRNDUP''@|0|g' \ | |
-e 's|@''REPLACE_STRNLEN''@|0|g' \ | |
-e 's|@''REPLACE_STRSIGNAL''@|0|g' \ | |
-e 's|@''REPLACE_STRTOK_R''@|0|g' \ | |
-e 's|@''UNDEFINE_STRTOK_R''@|0|g' \ | |
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ | |
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ | |
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ | |
< ./string.in.h; \ | |
} > string.h-t && \ | |
mv string.h-t string.h | |
rm -f strings.h-t strings.h && \ | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | |
sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ | |
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ | |
-e 's|@''NEXT_STRINGS_H''@|<strings.h>|g' \ | |
-e 's|@''HAVE_STRCASECMP''@|1|g' \ | |
-e 's|@''HAVE_DECL_STRNCASECMP''@|1|g' \ | |
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ | |
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ | |
< ./strings.in.h; \ | |
} > strings.h-t && \ | |
mv strings.h-t strings.h | |
/usr/local/bin/gmkdir -p sys | |
/usr/local/bin/gmkdir -p sys | |
rm -f time.h-t time.h && \ | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | |
sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ | |
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ | |
-e 's|@''NEXT_TIME_H''@|<time.h>|g' \ | |
-e 's|@''GNULIB_MKTIME''@|0|g' \ | |
-e 's|@''GNULIB_NANOSLEEP''@|0|g' \ | |
-e 's|@''GNULIB_STRPTIME''@|0|g' \ | |
-e 's|@''GNULIB_TIMEGM''@|0|g' \ | |
-e 's|@''GNULIB_TIME_R''@|1|g' \ | |
-e 's|@''HAVE_LOCALTIME_R''@|1|g' \ | |
-e 's|@''HAVE_NANOSLEEP''@|1|g' \ | |
-e 's|@''HAVE_STRPTIME''@|1|g' \ | |
-e 's|@''HAVE_TIMEGM''@|1|g' \ | |
-e 's|@''REPLACE_LOCALTIME_R''@|0|g' \ | |
-e 's|@''REPLACE_MKTIME''@|GNULIB_PORTCHECK|g' \ | |
-e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \ | |
-e 's|@''REPLACE_TIMEGM''@|GNULIB_PORTCHECK|g' \ | |
-e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \ | |
-e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \ | |
-e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \ | |
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ | |
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ | |
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ | |
< ./time.in.h; \ | |
} > time.h-t && \ | |
mv time.h-t time.h | |
rm -f sys/socket.h-t sys/socket.h && \ | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | |
sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ | |
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ | |
-e 's|@''NEXT_SYS_SOCKET_H''@|<sys/socket.h>|g' \ | |
-e 's|@''HAVE_SYS_SOCKET_H''@|1|g' \ | |
-e 's|@''GNULIB_CLOSE''@|0|g' \ | |
-e 's|@''GNULIB_SOCKET''@|0|g' \ | |
-e 's|@''GNULIB_CONNECT''@|0|g' \ | |
-e 's|@''GNULIB_ACCEPT''@|0|g' \ | |
-e 's|@''GNULIB_BIND''@|0|g' \ | |
-e 's|@''GNULIB_GETPEERNAME''@|0|g' \ | |
-e 's|@''GNULIB_GETSOCKNAME''@|0|g' \ | |
-e 's|@''GNULIB_GETSOCKOPT''@|0|g' \ | |
-e 's|@''GNULIB_LISTEN''@|0|g' \ | |
-e 's|@''GNULIB_RECV''@|0|g' \ | |
-e 's|@''GNULIB_SEND''@|0|g' \ | |
-e 's|@''GNULIB_RECVFROM''@|0|g' \ | |
-e 's|@''GNULIB_SENDTO''@|0|g' \ | |
-e 's|@''GNULIB_SETSOCKOPT''@|0|g' \ | |
-e 's|@''GNULIB_SHUTDOWN''@|0|g' \ | |
-e 's|@''GNULIB_ACCEPT4''@|0|g' \ | |
-e 's|@''HAVE_WINSOCK2_H''@|0|g' \ | |
-e 's|@''HAVE_WS2TCPIP_H''@|0|g' \ | |
-e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|1|g' \ | |
-e 's|@''HAVE_SA_FAMILY_T''@|1|g' \ | |
-e 's|@''HAVE_ACCEPT4''@|1|g' \ | |
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ | |
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ | |
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ | |
< ./sys_socket.in.h; \ | |
} > sys/socket.h-t && \ | |
mv -f sys/socket.h-t sys/socket.h | |
rm -f sys/stat.h-t sys/stat.h && \ | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | |
sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ | |
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ | |
-e 's|@''NEXT_SYS_STAT_H''@|<sys/stat.h>|g' \ | |
-e 's|@''GNULIB_FCHMODAT''@|0|g' \ | |
-e 's|@''GNULIB_FSTATAT''@|0|g' \ | |
-e 's|@''GNULIB_FUTIMENS''@|0|g' \ | |
-e 's|@''GNULIB_LCHMOD''@|0|g' \ | |
-e 's|@''GNULIB_LSTAT''@|0|g' \ | |
-e 's|@''GNULIB_MKDIRAT''@|0|g' \ | |
-e 's|@''GNULIB_MKFIFO''@|0|g' \ | |
-e 's|@''GNULIB_MKFIFOAT''@|0|g' \ | |
-e 's|@''GNULIB_MKNOD''@|0|g' \ | |
-e 's|@''GNULIB_MKNODAT''@|0|g' \ | |
-e 's|@''GNULIB_STAT''@|0|g' \ | |
-e 's|@''GNULIB_UTIMENSAT''@|0|g' \ | |
-e 's|@''HAVE_FCHMODAT''@|1|g' \ | |
-e 's|@''HAVE_FSTATAT''@|1|g' \ | |
-e 's|@''HAVE_FUTIMENS''@|1|g' \ | |
-e 's|@''HAVE_LCHMOD''@|1|g' \ | |
-e 's|@''HAVE_LSTAT''@|1|g' \ | |
-e 's|@''HAVE_MKDIRAT''@|1|g' \ | |
-e 's|@''HAVE_MKFIFO''@|1|g' \ | |
-e 's|@''HAVE_MKFIFOAT''@|1|g' \ | |
-e 's|@''HAVE_MKNOD''@|1|g' \ | |
-e 's|@''HAVE_MKNODAT''@|1|g' \ | |
-e 's|@''HAVE_UTIMENSAT''@|1|g' \ | |
-e 's|@''REPLACE_FSTAT''@|0|g' \ | |
-e 's|@''REPLACE_FSTATAT''@|0|g' \ | |
-e 's|@''REPLACE_FUTIMENS''@|0|g' \ | |
-e 's|@''REPLACE_LSTAT''@|0|g' \ | |
-e 's|@''REPLACE_MKDIR''@|0|g' \ | |
-e 's|@''REPLACE_MKFIFO''@|0|g' \ | |
-e 's|@''REPLACE_MKNOD''@|0|g' \ | |
-e 's|@''REPLACE_STAT''@|0|g' \ | |
-e 's|@''REPLACE_UTIMENSAT''@|0|g' \ | |
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ | |
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ | |
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ | |
< ./sys_stat.in.h; \ | |
} > sys/stat.h-t && \ | |
mv sys/stat.h-t sys/stat.h | |
rm -f unistd.h-t unistd.h && \ | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | |
sed -e 's|@''HAVE_UNISTD_H''@|1|g' \ | |
-e 's|@''INCLUDE_NEXT''@|include_next|g' \ | |
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ | |
-e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \ | |
-e 's|@''GNULIB_CHOWN''@|0|g' \ | |
-e 's|@''GNULIB_CLOSE''@|0|g' \ | |
-e 's|@''GNULIB_DUP2''@|0|g' \ | |
-e 's|@''GNULIB_DUP3''@|0|g' \ | |
-e 's|@''GNULIB_ENVIRON''@|0|g' \ | |
-e 's|@''GNULIB_EUIDACCESS''@|0|g' \ | |
-e 's|@''GNULIB_FACCESSAT''@|0|g' \ | |
-e 's|@''GNULIB_FCHDIR''@|0|g' \ | |
-e 's|@''GNULIB_FCHOWNAT''@|0|g' \ | |
-e 's|@''GNULIB_FSYNC''@|0|g' \ | |
-e 's|@''GNULIB_FTRUNCATE''@|0|g' \ | |
-e 's|@''GNULIB_GETCWD''@|0|g' \ | |
-e 's|@''GNULIB_GETDOMAINNAME''@|0|g' \ | |
-e 's|@''GNULIB_GETDTABLESIZE''@|0|g' \ | |
-e 's|@''GNULIB_GETGROUPS''@|0|g' \ | |
-e 's|@''GNULIB_GETHOSTNAME''@|0|g' \ | |
-e 's|@''GNULIB_GETLOGIN''@|0|g' \ | |
-e 's|@''GNULIB_GETLOGIN_R''@|0|g' \ | |
-e 's|@''GNULIB_GETPAGESIZE''@|0|g' \ | |
-e 's|@''GNULIB_GETUSERSHELL''@|0|g' \ | |
-e 's|@''GNULIB_LCHOWN''@|0|g' \ | |
-e 's|@''GNULIB_LINK''@|0|g' \ | |
-e 's|@''GNULIB_LINKAT''@|0|g' \ | |
-e 's|@''GNULIB_LSEEK''@|1|g' \ | |
-e 's|@''GNULIB_PIPE2''@|0|g' \ | |
-e 's|@''GNULIB_PREAD''@|0|g' \ | |
-e 's|@''GNULIB_PWRITE''@|0|g' \ | |
-e 's|@''GNULIB_READLINK''@|0|g' \ | |
-e 's|@''GNULIB_READLINKAT''@|0|g' \ | |
-e 's|@''GNULIB_RMDIR''@|0|g' \ | |
-e 's|@''GNULIB_SLEEP''@|0|g' \ | |
-e 's|@''GNULIB_SYMLINK''@|0|g' \ | |
-e 's|@''GNULIB_SYMLINKAT''@|0|g' \ | |
-e 's|@''GNULIB_TTYNAME_R''@|0|g' \ | |
-e 's|@''GNULIB_UNISTD_H_GETOPT''@|0|g' \ | |
-e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|0|g' \ | |
-e 's|@''GNULIB_UNLINK''@|0|g' \ | |
-e 's|@''GNULIB_UNLINKAT''@|0|g' \ | |
-e 's|@''GNULIB_USLEEP''@|0|g' \ | |
-e 's|@''GNULIB_WRITE''@|0|g' \ | |
< ./unistd.in.h | \ | |
sed -e 's|@''HAVE_CHOWN''@|1|g' \ | |
-e 's|@''HAVE_DUP2''@|1|g' \ | |
-e 's|@''HAVE_DUP3''@|1|g' \ | |
-e 's|@''HAVE_EUIDACCESS''@|1|g' \ | |
-e 's|@''HAVE_FACCESSAT''@|1|g' \ | |
-e 's|@''HAVE_FCHDIR''@|1|g' \ | |
-e 's|@''HAVE_FCHOWNAT''@|1|g' \ | |
-e 's|@''HAVE_FSYNC''@|1|g' \ | |
-e 's|@''HAVE_FTRUNCATE''@|1|g' \ | |
-e 's|@''HAVE_GETDOMAINNAME''@|1|g' \ | |
-e 's|@''HAVE_GETDTABLESIZE''@|1|g' \ | |
-e 's|@''HAVE_GETGROUPS''@|1|g' \ | |
-e 's|@''HAVE_GETHOSTNAME''@|1|g' \ | |
-e 's|@''HAVE_GETLOGIN''@|1|g' \ | |
-e 's|@''HAVE_GETPAGESIZE''@|1|g' \ | |
-e 's|@''HAVE_LCHOWN''@|1|g' \ | |
-e 's|@''HAVE_LINK''@|1|g' \ | |
-e 's|@''HAVE_LINKAT''@|1|g' \ | |
-e 's|@''HAVE_PIPE2''@|1|g' \ | |
-e 's|@''HAVE_PREAD''@|1|g' \ | |
-e 's|@''HAVE_PWRITE''@|1|g' \ | |
-e 's|@''HAVE_READLINK''@|1|g' \ | |
-e 's|@''HAVE_READLINKAT''@|1|g' \ | |
-e 's|@''HAVE_SLEEP''@|1|g' \ | |
-e 's|@''HAVE_SYMLINK''@|1|g' \ | |
-e 's|@''HAVE_SYMLINKAT''@|1|g' \ | |
-e 's|@''HAVE_TTYNAME_R''@|1|g' \ | |
-e 's|@''HAVE_UNLINKAT''@|1|g' \ | |
-e 's|@''HAVE_USLEEP''@|1|g' \ | |
-e 's|@''HAVE_DECL_ENVIRON''@|1|g' \ | |
-e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \ | |
-e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \ | |
-e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \ | |
-e 's|@''HAVE_OS_H''@|0|g' \ | |
-e 's|@''HAVE_SYS_PARAM_H''@|0|g' \ | |
-e 's|@''REPLACE_CHOWN''@|0|g' \ | |
-e 's|@''REPLACE_CLOSE''@|0|g' \ | |
-e 's|@''REPLACE_DUP''@|0|g' \ | |
-e 's|@''REPLACE_DUP2''@|0|g' \ | |
-e 's|@''REPLACE_FCHOWNAT''@|0|g' \ | |
-e 's|@''REPLACE_GETCWD''@|0|g' \ | |
-e 's|@''REPLACE_GETGROUPS''@|0|g' \ | |
-e 's|@''REPLACE_GETPAGESIZE''@|0|g' \ | |
-e 's|@''REPLACE_LCHOWN''@|0|g' \ | |
-e 's|@''REPLACE_LINK''@|0|g' \ | |
-e 's|@''REPLACE_LINKAT''@|0|g' \ | |
-e 's|@''REPLACE_LSEEK''@|0|g' \ | |
-e 's|@''REPLACE_PREAD''@|0|g' \ | |
-e 's|@''REPLACE_PWRITE''@|0|g' \ | |
-e 's|@''REPLACE_READLINK''@|0|g' \ | |
-e 's|@''REPLACE_RMDIR''@|0|g' \ | |
-e 's|@''REPLACE_SLEEP''@|0|g' \ | |
-e 's|@''REPLACE_SYMLINK''@|0|g' \ | |
-e 's|@''REPLACE_TTYNAME_R''@|0|g' \ | |
-e 's|@''REPLACE_UNLINK''@|0|g' \ | |
-e 's|@''REPLACE_UNLINKAT''@|0|g' \ | |
-e 's|@''REPLACE_USLEEP''@|0|g' \ | |
-e 's|@''REPLACE_WRITE''@|0|g' \ | |
-e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \ | |
-e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \ | |
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ | |
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ | |
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ | |
} > unistd.h-t && \ | |
mv unistd.h-t unistd.h | |
rm -f wchar.h-t wchar.h && \ | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | |
sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ | |
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ | |
-e 's|@''NEXT_WCHAR_H''@|<wchar.h>|g' \ | |
-e 's|@''HAVE_WCHAR_H''@|1|g' \ | |
-e 's|@''GNULIB_BTOWC''@|0|g' \ | |
-e 's|@''GNULIB_WCTOB''@|0|g' \ | |
-e 's|@''GNULIB_MBSINIT''@|0|g' \ | |
-e 's|@''GNULIB_MBRTOWC''@|0|g' \ | |
-e 's|@''GNULIB_MBRLEN''@|0|g' \ | |
-e 's|@''GNULIB_MBSRTOWCS''@|0|g' \ | |
-e 's|@''GNULIB_MBSNRTOWCS''@|0|g' \ | |
-e 's|@''GNULIB_WCRTOMB''@|0|g' \ | |
-e 's|@''GNULIB_WCSRTOMBS''@|0|g' \ | |
-e 's|@''GNULIB_WCSNRTOMBS''@|0|g' \ | |
-e 's|@''GNULIB_WCWIDTH''@|0|g' \ | |
-e 's|@''HAVE_WINT_T''@|1|g' \ | |
-e 's|@''HAVE_BTOWC''@|1|g' \ | |
-e 's|@''HAVE_MBSINIT''@|1|g' \ | |
-e 's|@''HAVE_MBRTOWC''@|1|g' \ | |
-e 's|@''HAVE_MBRLEN''@|1|g' \ | |
-e 's|@''HAVE_MBSRTOWCS''@|1|g' \ | |
-e 's|@''HAVE_MBSNRTOWCS''@|1|g' \ | |
-e 's|@''HAVE_WCRTOMB''@|1|g' \ | |
-e 's|@''HAVE_WCSRTOMBS''@|1|g' \ | |
-e 's|@''HAVE_WCSNRTOMBS''@|1|g' \ | |
-e 's|@''HAVE_DECL_WCTOB''@|1|g' \ | |
-e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \ | |
-e 's|@''REPLACE_MBSTATE_T''@|0|g' \ | |
-e 's|@''REPLACE_BTOWC''@|0|g' \ | |
-e 's|@''REPLACE_WCTOB''@|0|g' \ | |
-e 's|@''REPLACE_MBSINIT''@|0|g' \ | |
-e 's|@''REPLACE_MBRTOWC''@|0|g' \ | |
-e 's|@''REPLACE_MBRLEN''@|0|g' \ | |
-e 's|@''REPLACE_MBSRTOWCS''@|0|g' \ | |
-e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \ | |
-e 's|@''REPLACE_WCRTOMB''@|0|g' \ | |
-e 's|@''REPLACE_WCSRTOMBS''@|0|g' \ | |
-e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \ | |
-e 's|@''REPLACE_WCWIDTH''@|0|g' \ | |
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ | |
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ | |
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ | |
< ./wchar.in.h; \ | |
} > wchar.h-t && \ | |
mv wchar.h-t wchar.h | |
make install-recursive | |
Making install in tests | |
rm -f arg-nonnull.h-t arg-nonnull.h && \ | |
sed -n -e '/GL_ARG_NONNULL/,$p' \ | |
< ../../build-aux/arg-nonnull.h \ | |
> arg-nonnull.h-t && \ | |
mv arg-nonnull.h-t arg-nonnull.h | |
rm -f c++defs.h-t c++defs.h && \ | |
sed -n -e '/_GL_CXXDEFS/,$p' \ | |
< ../../build-aux/c++defs.h \ | |
> c++defs.h-t && \ | |
mv c++defs.h-t c++defs.h | |
rm -f warn-on-use.h-t warn-on-use.h && \ | |
sed -n -e '/^.ifndef/,$p' \ | |
< ../../build-aux/warn-on-use.h \ | |
> warn-on-use.h-t && \ | |
mv warn-on-use.h-t warn-on-use.h | |
make install-recursive | |
Making install in . | |
make[7]: Nothing to be done for `install-exec-am'. | |
make[7]: Nothing to be done for `install-data-am'. | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../intl -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o c-ctype.lo c-ctype.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../intl -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o close-hook.lo close-hook.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../intl -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o sockets.lo sockets.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../intl -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o asnprintf.lo asnprintf.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../intl -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c c-ctype.c -fno-common -DPIC -o .libs/c-ctype.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../intl -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c close-hook.c -fno-common -DPIC -o .libs/close-hook.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../intl -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c sockets.c -fno-common -DPIC -o .libs/sockets.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../intl -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c asnprintf.c -fno-common -DPIC -o .libs/asnprintf.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../intl -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c sockets.c -o sockets.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../intl -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c asnprintf.c -o asnprintf.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../intl -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c close-hook.c -o close-hook.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../intl -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o memmem.lo memmem.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../intl -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o printf-args.lo printf-args.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../intl -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c c-ctype.c -o c-ctype.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../intl -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c memmem.c -fno-common -DPIC -o .libs/memmem.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../intl -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o printf-parse.lo printf-parse.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../intl -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c printf-args.c -fno-common -DPIC -o .libs/printf-args.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../intl -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c printf-parse.c -fno-common -DPIC -o .libs/printf-parse.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../intl -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o read-file.lo read-file.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../intl -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c read-file.c -fno-common -DPIC -o .libs/read-file.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../intl -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c printf-args.c -o printf-args.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../intl -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c memmem.c -o memmem.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../intl -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c read-file.c -o read-file.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../intl -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o strverscmp.lo strverscmp.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../intl -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c strverscmp.c -fno-common -DPIC -o .libs/strverscmp.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../intl -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o vasnprintf.lo vasnprintf.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../intl -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c printf-parse.c -o printf-parse.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../intl -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c vasnprintf.c -fno-common -DPIC -o .libs/vasnprintf.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../intl -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c strverscmp.c -o strverscmp.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../intl -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c vasnprintf.c -o vasnprintf.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/cc -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -arch i386 -arch x86_64 -o liblgnu.la c-ctype.lo close-hook.lo sockets.lo asnprintf.lo memmem.lo printf-args.lo printf-parse.lo read-file.lo strverscmp.lo vasnprintf.lo | |
libtool: link: ar cru .libs/liblgnu.a .libs/c-ctype.o .libs/close-hook.o .libs/sockets.o .libs/asnprintf.o .libs/memmem.o .libs/printf-args.o .libs/printf-parse.o .libs/read-file.o .libs/strverscmp.o .libs/vasnprintf.o | |
libtool: link: ranlib .libs/liblgnu.a | |
ranlib: for architecture: i386 file: .libs/liblgnu.a(close-hook.o) has no symbols | |
ranlib: for architecture: x86_64 file: .libs/liblgnu.a(close-hook.o) has no symbols | |
libtool: link: ( cd ".libs" && rm -f "liblgnu.la" && ln -s "../liblgnu.la" "liblgnu.la" ) | |
make[5]: Nothing to be done for `install-exec-am'. | |
make[5]: Nothing to be done for `install-data-am'. | |
Making install in po | |
if test "libgnutls" = "gettext-tools"; then \ | |
/usr/local/bin/gmkdir -p /usr/local/Cellar/gnutls/2.10.4/share/gettext/po; \ | |
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed [email protected] [email protected] insert-header.sin Rules-quot Makevars.template; do \ | |
/usr/local/bin/ginstall -c -m 644 ./$file \ | |
/usr/local/Cellar/gnutls/2.10.4/share/gettext/po/$file; \ | |
done; \ | |
for file in Makevars; do \ | |
rm -f /usr/local/Cellar/gnutls/2.10.4/share/gettext/po/$file; \ | |
done; \ | |
else \ | |
: ; \ | |
fi | |
Making install in includes | |
make[3]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/Cellar/gnutls/2.10.4/include" || /usr/local/bin/gmkdir -p "/usr/local/Cellar/gnutls/2.10.4/include" | |
test -z "/usr/local/Cellar/gnutls/2.10.4/include" || /usr/local/bin/gmkdir -p "/usr/local/Cellar/gnutls/2.10.4/include" | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/gnutls/2.10.4/include/gnutls' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/gnutls/2.10.4/include/gnutls' | |
/usr/local/bin/ginstall -c -m 644 gnutls/x509.h gnutls/pkcs12.h gnutls/compat.h gnutls/openpgp.h gnutls/crypto.h gnutls/gnutlsxx.h '/usr/local/Cellar/gnutls/2.10.4/include/gnutls' | |
/usr/local/bin/ginstall -c -m 644 gnutls/gnutls.h '/usr/local/Cellar/gnutls/2.10.4/include/gnutls' | |
Making install in x509 | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o common.lo common.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o crl.lo crl.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o crl_write.lo crl_write.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o crq.lo crq.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c common.c -fno-common -DPIC -o .libs/common.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c crq.c -fno-common -DPIC -o .libs/crq.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c crl.c -fno-common -DPIC -o .libs/crl.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c crl_write.c -fno-common -DPIC -o .libs/crl_write.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c crl_write.c -o crl_write.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c crl.c -o crl.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o dn.lo dn.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c dn.c -fno-common -DPIC -o .libs/dn.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c common.c -o common.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o extensions.lo extensions.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c extensions.c -fno-common -DPIC -o .libs/extensions.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c crq.c -o crq.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c dn.c -o dn.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c extensions.c -o extensions.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o mpi.lo mpi.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c mpi.c -fno-common -DPIC -o .libs/mpi.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o output.lo output.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c output.c -fno-common -DPIC -o .libs/output.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c mpi.c -o mpi.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o pbkdf2-sha1.lo pbkdf2-sha1.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c pbkdf2-sha1.c -fno-common -DPIC -o .libs/pbkdf2-sha1.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o pkcs12.lo pkcs12.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c pkcs12.c -fno-common -DPIC -o .libs/pkcs12.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c pbkdf2-sha1.c -o pbkdf2-sha1.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o pkcs12_bag.lo pkcs12_bag.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c pkcs12_bag.c -fno-common -DPIC -o .libs/pkcs12_bag.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o pkcs12_encr.lo pkcs12_encr.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c pkcs12_encr.c -fno-common -DPIC -o .libs/pkcs12_encr.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c pkcs12_encr.c -o pkcs12_encr.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c pkcs12_bag.c -o pkcs12_bag.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c pkcs12.c -o pkcs12.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o pkcs7.lo pkcs7.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c pkcs7.c -fno-common -DPIC -o .libs/pkcs7.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o privkey.lo privkey.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c output.c -o output.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c privkey.c -fno-common -DPIC -o .libs/privkey.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c pkcs7.c -o pkcs7.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o privkey_pkcs8.lo privkey_pkcs8.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c privkey_pkcs8.c -fno-common -DPIC -o .libs/privkey_pkcs8.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o rfc2818_hostname.lo rfc2818_hostname.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c rfc2818_hostname.c -fno-common -DPIC -o .libs/rfc2818_hostname.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c rfc2818_hostname.c -o rfc2818_hostname.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c privkey.c -o privkey.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o sign.lo sign.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c sign.c -fno-common -DPIC -o .libs/sign.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o verify.lo verify.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c sign.c -o sign.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c verify.c -fno-common -DPIC -o .libs/verify.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c privkey_pkcs8.c -o privkey_pkcs8.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o x509.lo x509.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c x509.c -fno-common -DPIC -o .libs/x509.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c verify.c -o verify.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o x509_write.lo x509_write.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c x509_write.c -fno-common -DPIC -o .libs/x509_write.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c x509_write.c -o x509_write.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c x509.c -o x509.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/cc -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -arch i386 -arch x86_64 -o libgnutls_x509.la common.lo crl.lo crl_write.lo crq.lo dn.lo extensions.lo mpi.lo output.lo pbkdf2-sha1.lo pkcs12.lo pkcs12_bag.lo pkcs12_encr.lo pkcs7.lo privkey.lo privkey_pkcs8.lo rfc2818_hostname.lo sign.lo verify.lo x509.lo x509_write.lo | |
libtool: link: ar cru .libs/libgnutls_x509.a .libs/common.o .libs/crl.o .libs/crl_write.o .libs/crq.o .libs/dn.o .libs/extensions.o .libs/mpi.o .libs/output.o .libs/pbkdf2-sha1.o .libs/pkcs12.o .libs/pkcs12_bag.o .libs/pkcs12_encr.o .libs/pkcs7.o .libs/privkey.o .libs/privkey_pkcs8.o .libs/rfc2818_hostname.o .libs/sign.o .libs/verify.o .libs/x509.o .libs/x509_write.o | |
libtool: link: ranlib .libs/libgnutls_x509.a | |
libtool: link: ( cd ".libs" && rm -f "libgnutls_x509.la" && ln -s "../libgnutls_x509.la" "libgnutls_x509.la" ) | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in minitasn1 | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -DASN1_BUILDING -I./../gl -I./../gl -I./.. -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o decoding.lo decoding.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -DASN1_BUILDING -I./../gl -I./../gl -I./.. -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gstr.lo gstr.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -DASN1_BUILDING -I./../gl -I./../gl -I./.. -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o errors.lo errors.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -DASN1_BUILDING -I./../gl -I./../gl -I./.. -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o parser_aux.lo parser_aux.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -DASN1_BUILDING -I./../gl -I./../gl -I./.. -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c parser_aux.c -fno-common -DPIC -o .libs/parser_aux.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -DASN1_BUILDING -I./../gl -I./../gl -I./.. -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c errors.c -fno-common -DPIC -o .libs/errors.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -DASN1_BUILDING -I./../gl -I./../gl -I./.. -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gstr.c -fno-common -DPIC -o .libs/gstr.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -DASN1_BUILDING -I./../gl -I./../gl -I./.. -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c decoding.c -fno-common -DPIC -o .libs/decoding.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -DASN1_BUILDING -I./../gl -I./../gl -I./.. -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gstr.c -o gstr.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -DASN1_BUILDING -I./../gl -I./../gl -I./.. -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c errors.c -o errors.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -DASN1_BUILDING -I./../gl -I./../gl -I./.. -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o structure.lo structure.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -DASN1_BUILDING -I./../gl -I./../gl -I./.. -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o element.lo element.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -DASN1_BUILDING -I./../gl -I./../gl -I./.. -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c structure.c -fno-common -DPIC -o .libs/structure.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -DASN1_BUILDING -I./../gl -I./../gl -I./.. -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c element.c -fno-common -DPIC -o .libs/element.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -DASN1_BUILDING -I./../gl -I./../gl -I./.. -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c parser_aux.c -o parser_aux.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -DASN1_BUILDING -I./../gl -I./../gl -I./.. -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c structure.c -o structure.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -DASN1_BUILDING -I./../gl -I./../gl -I./.. -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c element.c -o element.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -DASN1_BUILDING -I./../gl -I./../gl -I./.. -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o coding.lo coding.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -DASN1_BUILDING -I./../gl -I./../gl -I./.. -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c coding.c -fno-common -DPIC -o .libs/coding.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -DASN1_BUILDING -I./../gl -I./../gl -I./.. -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o version.lo version.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -DASN1_BUILDING -I./../gl -I./../gl -I./.. -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c version.c -fno-common -DPIC -o .libs/version.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -DASN1_BUILDING -I./../gl -I./../gl -I./.. -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c version.c -o version.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -DASN1_BUILDING -I./../gl -I./../gl -I./.. -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c coding.c -o coding.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -DASN1_BUILDING -I./../gl -I./../gl -I./.. -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c decoding.c -o decoding.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/cc -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -arch i386 -arch x86_64 -o libminitasn1.la decoding.lo gstr.lo errors.lo parser_aux.lo structure.lo element.lo coding.lo version.lo | |
libtool: link: ar cru .libs/libminitasn1.a .libs/decoding.o .libs/gstr.o .libs/errors.o .libs/parser_aux.o .libs/structure.o .libs/element.o .libs/coding.o .libs/version.o | |
libtool: link: ranlib .libs/libminitasn1.a | |
libtool: link: ( cd ".libs" && rm -f "libminitasn1.la" && ln -s "../libminitasn1.la" "libminitasn1.la" ) | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in opencdk | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o armor.lo armor.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o main.lo main.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o kbnode.lo kbnode.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o dummy.lo dummy.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c dummy.c -fno-common -DPIC -o .libs/dummy.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c main.c -fno-common -DPIC -o .libs/main.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c kbnode.c -fno-common -DPIC -o .libs/kbnode.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c armor.c -fno-common -DPIC -o .libs/armor.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c dummy.c -o dummy.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c main.c -o main.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o sig-check.lo sig-check.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c sig-check.c -fno-common -DPIC -o .libs/sig-check.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c kbnode.c -o kbnode.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o verify.lo verify.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c verify.c -fno-common -DPIC -o .libs/verify.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c armor.c -o armor.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o hash.lo hash.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c sig-check.c -o sig-check.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c hash.c -fno-common -DPIC -o .libs/hash.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c verify.c -o verify.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c hash.c -o hash.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o keydb.lo keydb.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c keydb.c -fno-common -DPIC -o .libs/keydb.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o pubkey.lo pubkey.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o stream.lo stream.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c pubkey.c -fno-common -DPIC -o .libs/pubkey.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o write-packet.lo write-packet.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c stream.c -fno-common -DPIC -o .libs/stream.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c write-packet.c -fno-common -DPIC -o .libs/write-packet.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c pubkey.c -o pubkey.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o misc.lo misc.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c misc.c -fno-common -DPIC -o .libs/misc.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c stream.c -o stream.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c write-packet.c -o write-packet.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c misc.c -o misc.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o seskey.lo seskey.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c seskey.c -fno-common -DPIC -o .libs/seskey.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c seskey.c -o seskey.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c keydb.c -o keydb.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o literal.lo literal.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c literal.c -fno-common -DPIC -o .libs/literal.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o new-packet.lo new-packet.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o read-packet.lo read-packet.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c new-packet.c -fno-common -DPIC -o .libs/new-packet.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c read-packet.c -fno-common -DPIC -o .libs/read-packet.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c literal.c -o literal.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c new-packet.c -o new-packet.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c read-packet.c -o read-packet.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/cc -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -arch i386 -arch x86_64 -o libminiopencdk.la armor.lo main.lo kbnode.lo dummy.lo sig-check.lo verify.lo hash.lo keydb.lo pubkey.lo stream.lo write-packet.lo misc.lo seskey.lo literal.lo new-packet.lo read-packet.lo | |
libtool: link: ar cru .libs/libminiopencdk.a .libs/armor.o .libs/main.o .libs/kbnode.o .libs/dummy.o .libs/sig-check.o .libs/verify.o .libs/hash.o .libs/keydb.o .libs/pubkey.o .libs/stream.o .libs/write-packet.o .libs/misc.o .libs/seskey.o .libs/literal.o .libs/new-packet.o .libs/read-packet.o | |
libtool: link: ranlib .libs/libminiopencdk.a | |
libtool: link: ( cd ".libs" && rm -f "libminiopencdk.la" && ln -s "../libminiopencdk.la" "libminiopencdk.la" ) | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in openpgp | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o pgp.lo pgp.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o pgpverify.lo pgpverify.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o extras.lo extras.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o compat.lo compat.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c pgp.c -fno-common -DPIC -o .libs/pgp.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c pgpverify.c -fno-common -DPIC -o .libs/pgpverify.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c compat.c -fno-common -DPIC -o .libs/compat.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c extras.c -fno-common -DPIC -o .libs/extras.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c pgpverify.c -o pgpverify.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c compat.c -o compat.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c extras.c -o extras.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o privkey.lo privkey.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o output.lo output.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c privkey.c -fno-common -DPIC -o .libs/privkey.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c output.c -fno-common -DPIC -o .libs/output.o | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_openpgp.lo gnutls_openpgp.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_openpgp.c -fno-common -DPIC -o .libs/gnutls_openpgp.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c output.c -o output.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c pgp.c -o pgp.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c privkey.c -o privkey.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -I./../minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_openpgp.c -o gnutls_openpgp.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/cc -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -arch i386 -arch x86_64 -o libgnutls_openpgp.la pgp.lo pgpverify.lo extras.lo compat.lo privkey.lo output.lo gnutls_openpgp.lo | |
libtool: link: ar cru .libs/libgnutls_openpgp.a .libs/pgp.o .libs/pgpverify.o .libs/extras.o .libs/compat.o .libs/privkey.o .libs/output.o .libs/gnutls_openpgp.o | |
libtool: link: ranlib .libs/libgnutls_openpgp.a | |
libtool: link: ( cd ".libs" && rm -f "libgnutls_openpgp.la" && ln -s "../libgnutls_openpgp.la" "libgnutls_openpgp.la" ) | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_record.lo gnutls_record.c | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_compress.lo gnutls_compress.c | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o debug.lo debug.c | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_cipher.lo gnutls_cipher.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_compress.c -fno-common -DPIC -o .libs/gnutls_compress.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_cipher.c -fno-common -DPIC -o .libs/gnutls_cipher.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_record.c -fno-common -DPIC -o .libs/gnutls_record.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c debug.c -fno-common -DPIC -o .libs/debug.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c debug.c -o debug.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_buffers.lo gnutls_buffers.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_buffers.c -fno-common -DPIC -o .libs/gnutls_buffers.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_compress.c -o gnutls_compress.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_cipher.c -o gnutls_cipher.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_record.c -o gnutls_record.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_handshake.lo gnutls_handshake.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_handshake.c -fno-common -DPIC -o .libs/gnutls_handshake.o | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_num.lo gnutls_num.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_num.c -fno-common -DPIC -o .libs/gnutls_num.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_buffers.c -o gnutls_buffers.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_errors.lo gnutls_errors.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_num.c -o gnutls_num.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_errors.c -fno-common -DPIC -o .libs/gnutls_errors.o | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_algorithms.lo gnutls_algorithms.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_algorithms.c -fno-common -DPIC -o .libs/gnutls_algorithms.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_errors.c -o gnutls_errors.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_dh.lo gnutls_dh.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_dh.c -fno-common -DPIC -o .libs/gnutls_dh.o | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_kx.lo gnutls_kx.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_kx.c -fno-common -DPIC -o .libs/gnutls_kx.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_dh.c -o gnutls_dh.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_priority.lo gnutls_priority.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_priority.c -fno-common -DPIC -o .libs/gnutls_priority.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_kx.c -o gnutls_kx.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_algorithms.c -o gnutls_algorithms.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_hash_int.lo gnutls_hash_int.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_hash_int.c -fno-common -DPIC -o .libs/gnutls_hash_int.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_priority.c -o gnutls_priority.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_handshake.c -o gnutls_handshake.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_hash_int.c -o gnutls_hash_int.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_cipher_int.lo gnutls_cipher_int.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_cipher_int.c -fno-common -DPIC -o .libs/gnutls_cipher_int.o | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_session.lo gnutls_session.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_session.c -fno-common -DPIC -o .libs/gnutls_session.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_cipher_int.c -o gnutls_cipher_int.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_session.c -o gnutls_session.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_db.lo gnutls_db.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_db.c -fno-common -DPIC -o .libs/gnutls_db.o | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o x509_b64.lo x509_b64.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c x509_b64.c -fno-common -DPIC -o .libs/x509_b64.o | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o auth_anon.lo auth_anon.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c auth_anon.c -fno-common -DPIC -o .libs/auth_anon.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_db.c -o gnutls_db.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c auth_anon.c -o auth_anon.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_extensions.lo gnutls_extensions.c | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_auth.lo gnutls_auth.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_extensions.c -fno-common -DPIC -o .libs/gnutls_extensions.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c x509_b64.c -o x509_b64.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_auth.c -fno-common -DPIC -o .libs/gnutls_auth.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_auth.c -o gnutls_auth.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_extensions.c -o gnutls_extensions.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_v2_compat.lo gnutls_v2_compat.c | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_datum.lo gnutls_datum.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_v2_compat.c -fno-common -DPIC -o .libs/gnutls_v2_compat.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_datum.c -fno-common -DPIC -o .libs/gnutls_datum.o | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o auth_rsa.lo auth_rsa.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c auth_rsa.c -fno-common -DPIC -o .libs/auth_rsa.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_datum.c -o gnutls_datum.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_session_pack.lo gnutls_session_pack.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_v2_compat.c -o gnutls_v2_compat.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_session_pack.c -fno-common -DPIC -o .libs/gnutls_session_pack.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c auth_rsa.c -o auth_rsa.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_mpi.lo gnutls_mpi.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_mpi.c -fno-common -DPIC -o .libs/gnutls_mpi.o | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_pk.lo gnutls_pk.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_pk.c -fno-common -DPIC -o .libs/gnutls_pk.o | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_cert.lo gnutls_cert.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_cert.c -fno-common -DPIC -o .libs/gnutls_cert.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_mpi.c -o gnutls_mpi.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_global.lo gnutls_global.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_pk.c -o gnutls_pk.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_session_pack.c -o gnutls_session_pack.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_global.c -fno-common -DPIC -o .libs/gnutls_global.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_cert.c -o gnutls_cert.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_global.c -o gnutls_global.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_constate.lo gnutls_constate.c | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_anon_cred.lo gnutls_anon_cred.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_anon_cred.c -fno-common -DPIC -o .libs/gnutls_anon_cred.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_constate.c -fno-common -DPIC -o .libs/gnutls_constate.o | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o pkix_asn1_tab.lo pkix_asn1_tab.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c pkix_asn1_tab.c -fno-common -DPIC -o .libs/pkix_asn1_tab.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_anon_cred.c -o gnutls_anon_cred.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c pkix_asn1_tab.c -o pkix_asn1_tab.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_asn1_tab.lo gnutls_asn1_tab.c | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_mem.lo gnutls_mem.c | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o auth_cert.lo auth_cert.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_asn1_tab.c -fno-common -DPIC -o .libs/gnutls_asn1_tab.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_mem.c -fno-common -DPIC -o .libs/gnutls_mem.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c auth_cert.c -fno-common -DPIC -o .libs/auth_cert.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_asn1_tab.c -o gnutls_asn1_tab.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_ui.lo gnutls_ui.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_mem.c -o gnutls_mem.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_ui.c -fno-common -DPIC -o .libs/gnutls_ui.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_constate.c -o gnutls_constate.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_sig.lo gnutls_sig.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_sig.c -fno-common -DPIC -o .libs/gnutls_sig.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_ui.c -o gnutls_ui.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o auth_dhe.lo auth_dhe.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_sig.c -o gnutls_sig.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c auth_dhe.c -fno-common -DPIC -o .libs/auth_dhe.o | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_dh_primes.lo gnutls_dh_primes.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_dh_primes.c -fno-common -DPIC -o .libs/gnutls_dh_primes.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c auth_cert.c -o auth_cert.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c auth_dhe.c -o auth_dhe.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_dh_primes.c -o gnutls_dh_primes.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o ext_max_record.lo ext_max_record.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c ext_max_record.c -fno-common -DPIC -o .libs/ext_max_record.o | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_alert.lo gnutls_alert.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_alert.c -fno-common -DPIC -o .libs/gnutls_alert.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c ext_max_record.c -o ext_max_record.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_str.lo gnutls_str.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_alert.c -o gnutls_alert.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_str.c -fno-common -DPIC -o .libs/gnutls_str.o | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_state.lo gnutls_state.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_state.c -fno-common -DPIC -o .libs/gnutls_state.o | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_x509.lo gnutls_x509.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_x509.c -fno-common -DPIC -o .libs/gnutls_x509.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_str.c -o gnutls_str.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o ext_cert_type.lo ext_cert_type.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c ext_cert_type.c -fno-common -DPIC -o .libs/ext_cert_type.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_state.c -o gnutls_state.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c ext_cert_type.c -o ext_cert_type.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_rsa_export.lo gnutls_rsa_export.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_rsa_export.c -fno-common -DPIC -o .libs/gnutls_rsa_export.o | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o auth_rsa_export.lo auth_rsa_export.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_rsa_export.c -o gnutls_rsa_export.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c auth_rsa_export.c -fno-common -DPIC -o .libs/auth_rsa_export.o | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o ext_server_name.lo ext_server_name.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c ext_server_name.c -fno-common -DPIC -o .libs/ext_server_name.o | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o auth_dh_common.lo auth_dh_common.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c auth_dh_common.c -fno-common -DPIC -o .libs/auth_dh_common.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_x509.c -o gnutls_x509.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c auth_rsa_export.c -o auth_rsa_export.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c ext_server_name.c -o ext_server_name.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c auth_dh_common.c -o auth_dh_common.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_helper.lo gnutls_helper.c | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_supplemental.lo gnutls_supplemental.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_helper.c -fno-common -DPIC -o .libs/gnutls_helper.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_supplemental.c -fno-common -DPIC -o .libs/gnutls_supplemental.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_helper.c -o gnutls_helper.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_supplemental.c -o gnutls_supplemental.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o crypto.lo crypto.c | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o random.lo random.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c crypto.c -fno-common -DPIC -o .libs/crypto.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c random.c -fno-common -DPIC -o .libs/random.o | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o pk-libgcrypt.lo pk-libgcrypt.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c random.c -o random.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c pk-libgcrypt.c -fno-common -DPIC -o .libs/pk-libgcrypt.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c crypto.c -o crypto.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o mpi-libgcrypt.lo mpi-libgcrypt.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c mpi-libgcrypt.c -fno-common -DPIC -o .libs/mpi-libgcrypt.o | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o cryptodev.lo cryptodev.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c cryptodev.c -fno-common -DPIC -o .libs/cryptodev.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c cryptodev.c -o cryptodev.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o rnd-libgcrypt.lo rnd-libgcrypt.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c rnd-libgcrypt.c -fno-common -DPIC -o .libs/rnd-libgcrypt.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c mpi-libgcrypt.c -o mpi-libgcrypt.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o cipher-libgcrypt.lo cipher-libgcrypt.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c pk-libgcrypt.c -o pk-libgcrypt.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c cipher-libgcrypt.c -fno-common -DPIC -o .libs/cipher-libgcrypt.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c rnd-libgcrypt.c -o rnd-libgcrypt.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c cipher-libgcrypt.c -o cipher-libgcrypt.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o mac-libgcrypt.lo mac-libgcrypt.c | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o ext_signature.lo ext_signature.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c mac-libgcrypt.c -fno-common -DPIC -o .libs/mac-libgcrypt.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c ext_signature.c -fno-common -DPIC -o .libs/ext_signature.o | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o crypto-api.lo crypto-api.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c crypto-api.c -fno-common -DPIC -o .libs/crypto-api.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c mac-libgcrypt.c -o mac-libgcrypt.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c ext_signature.c -o ext_signature.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o ext_safe_renegotiation.lo ext_safe_renegotiation.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c ext_safe_renegotiation.c -fno-common -DPIC -o .libs/ext_safe_renegotiation.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c crypto-api.c -o crypto-api.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o ext_srp.lo ext_srp.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c ext_safe_renegotiation.c -o ext_safe_renegotiation.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_srp.lo gnutls_srp.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c ext_srp.c -fno-common -DPIC -o .libs/ext_srp.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_srp.c -fno-common -DPIC -o .libs/gnutls_srp.o | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o auth_srp.lo auth_srp.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c auth_srp.c -fno-common -DPIC -o .libs/auth_srp.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c ext_srp.c -o ext_srp.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o auth_srp_passwd.lo auth_srp_passwd.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c auth_srp_passwd.c -fno-common -DPIC -o .libs/auth_srp_passwd.o | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o auth_srp_sb64.lo auth_srp_sb64.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c auth_srp_sb64.c -fno-common -DPIC -o .libs/auth_srp_sb64.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_srp.c -o gnutls_srp.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c auth_srp_passwd.c -o auth_srp_passwd.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c auth_srp.c -o auth_srp.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c auth_srp_sb64.c -o auth_srp_sb64.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o auth_srp_rsa.lo auth_srp_rsa.c | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o auth_psk.lo auth_psk.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c auth_srp_rsa.c -fno-common -DPIC -o .libs/auth_srp_rsa.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c auth_psk.c -fno-common -DPIC -o .libs/auth_psk.o | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o auth_psk_passwd.lo auth_psk_passwd.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c auth_psk_passwd.c -fno-common -DPIC -o .libs/auth_psk_passwd.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c auth_srp_rsa.c -o auth_srp_rsa.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c auth_psk.c -o auth_psk.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_psk.lo gnutls_psk.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_psk.c -fno-common -DPIC -o .libs/gnutls_psk.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c auth_psk_passwd.c -o auth_psk_passwd.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o auth_dhe_psk.lo auth_dhe_psk.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c auth_dhe_psk.c -fno-common -DPIC -o .libs/auth_dhe_psk.o | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o gnutls_psk_netconf.lo gnutls_psk_netconf.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_psk.c -o gnutls_psk.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_psk_netconf.c -fno-common -DPIC -o .libs/gnutls_psk_netconf.o | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o ext_session_ticket.lo ext_session_ticket.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c ext_session_ticket.c -fno-common -DPIC -o .libs/ext_session_ticket.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c auth_dhe_psk.c -o auth_dhe_psk.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutls_psk_netconf.c -o gnutls_psk_netconf.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/c++ -DHAVE_CONFIG_H -I. -I./includes -I./includes -I./includes/ -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c -o libgnutlsxx_la-gnutlsxx.lo `test -f 'gnutlsxx.cpp' || echo './'`gnutlsxx.cpp | |
libtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I./includes -I./includes -I./includes/ -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutlsxx.cpp -fno-common -DPIC -o .libs/libgnutlsxx_la-gnutlsxx.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/Cellar/gnutls/2.10.4/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -I./minitasn1 -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c ext_session_ticket.c -o ext_session_ticket.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=link /usr/bin/cc -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -no-undefined -version-info 42:13:16 -export-symbols-regex '^(gnutls|_gnutls).*' -arch i386 -arch x86_64 -o libgnutls.la -rpath /usr/local/Cellar/gnutls/2.10.4/lib gnutls_record.lo gnutls_compress.lo debug.lo gnutls_cipher.lo gnutls_buffers.lo gnutls_handshake.lo gnutls_num.lo gnutls_errors.lo gnutls_algorithms.lo gnutls_dh.lo gnutls_kx.lo gnutls_priority.lo gnutls_hash_int.lo gnutls_cipher_int.lo gnutls_session.lo gnutls_db.lo x509_b64.lo auth_anon.lo gnutls_extensions.lo gnutls_auth.lo gnutls_v2_compat.lo gnutls_datum.lo auth_rsa.lo gnutls_session_pack.lo gnutls_mpi.lo gnutls_pk.lo gnutls_cert.lo gnutls_global.lo gnutls_constate.lo gnutls_anon_cred.lo pkix_asn1_tab.lo gnutls_asn1_tab.lo gnutls_mem.lo auth_cert.lo gnutls_ui.lo gnutls_sig.lo auth_dhe.lo gnutls_dh_primes.lo ext_max_record.lo gnutls_alert.lo gnutls_str.lo gnutls_state.lo gnutls_x509.lo ext_cert_type.lo gnutls_rsa_export.lo auth_rsa_export.lo ext_server_name.lo auth_dh_common.lo gnutls_helper.lo gnutls_supplemental.lo crypto.lo random.lo pk-libgcrypt.lo mpi-libgcrypt.lo cryptodev.lo rnd-libgcrypt.lo cipher-libgcrypt.lo mac-libgcrypt.lo ext_signature.lo crypto-api.lo ext_safe_renegotiation.lo ext_srp.lo gnutls_srp.lo auth_srp.lo auth_srp_passwd.lo auth_srp_sb64.lo auth_srp_rsa.lo auth_psk.lo auth_psk_passwd.lo gnutls_psk.lo auth_dhe_psk.lo gnutls_psk_netconf.lo ext_session_ticket.lo gl/liblgnu.la x509/libgnutls_x509.la -lz -lgcrypt -lgpg-error openpgp/libgnutls_openpgp.la opencdk/libminiopencdk.la minitasn1/libminitasn1.la | |
libtool: link: /usr/bin/nm .libs/gnutls_record.o .libs/gnutls_compress.o .libs/debug.o .libs/gnutls_cipher.o .libs/gnutls_buffers.o .libs/gnutls_handshake.o .libs/gnutls_num.o .libs/gnutls_errors.o .libs/gnutls_algorithms.o .libs/gnutls_dh.o .libs/gnutls_kx.o .libs/gnutls_priority.o .libs/gnutls_hash_int.o .libs/gnutls_cipher_int.o .libs/gnutls_session.o .libs/gnutls_db.o .libs/x509_b64.o .libs/auth_anon.o .libs/gnutls_extensions.o .libs/gnutls_auth.o .libs/gnutls_v2_compat.o .libs/gnutls_datum.o .libs/auth_rsa.o .libs/gnutls_session_pack.o .libs/gnutls_mpi.o .libs/gnutls_pk.o .libs/gnutls_cert.o .libs/gnutls_global.o .libs/gnutls_constate.o .libs/gnutls_anon_cred.o .libs/pkix_asn1_tab.o .libs/gnutls_asn1_tab.o .libs/gnutls_mem.o .libs/auth_cert.o .libs/gnutls_ui.o .libs/gnutls_sig.o .libs/auth_dhe.o .libs/gnutls_dh_primes.o .libs/ext_max_record.o .libs/gnutls_alert.o .libs/gnutls_str.o .libs/gnutls_state.o .libs/gnutls_x509.o .libs/ext_cert_type.o .libs/gnutls_rsa_export.o .libs/auth_rsa_export.o .libs/ext_server_name.o .libs/auth_dh_common.o .libs/gnutls_helper.o .libs/gnutls_supplemental.o .libs/crypto.o .libs/random.o .libs/pk-libgcrypt.o .libs/mpi-libgcrypt.o .libs/cryptodev.o .libs/rnd-libgcrypt.o .libs/cipher-libgcrypt.o .libs/mac-libgcrypt.o .libs/ext_signature.o .libs/crypto-api.o .libs/ext_safe_renegotiation.o .libs/ext_srp.o .libs/gnutls_srp.o .libs/auth_srp.o .libs/auth_srp_passwd.o .libs/auth_srp_sb64.o .libs/auth_srp_rsa.o .libs/auth_psk.o .libs/auth_psk_passwd.o .libs/gnutls_psk.o .libs/auth_dhe_psk.o .libs/gnutls_psk_netconf.o .libs/ext_session_ticket.o gl/.libs/liblgnu.a x509/.libs/libgnutls_x509.a openpgp/.libs/libgnutls_openpgp.a opencdk/.libs/libminiopencdk.a minitasn1/.libs/libminitasn1.a | sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | /usr/local/bin/gsed 's/.* //' | sort | uniq > .libs/libgnutls.exp | |
/usr/bin/nm: no name list | |
libtool: link: /usr/bin/grep -E -e "^(gnutls|_gnutls).*" ".libs/libgnutls.exp" > ".libs/libgnutls.expT" | |
libtool: link: mv -f ".libs/libgnutls.expT" ".libs/libgnutls.exp" | |
libtool: link: sed 's,^,_,' < .libs/libgnutls.exp > .libs/libgnutls-symbols.expsym | |
libtool: link: /usr/bin/cc -dynamiclib -o .libs/libgnutls.26.dylib .libs/gnutls_record.o .libs/gnutls_compress.o .libs/debug.o .libs/gnutls_cipher.o .libs/gnutls_buffers.o .libs/gnutls_handshake.o .libs/gnutls_num.o .libs/gnutls_errors.o .libs/gnutls_algorithms.o .libs/gnutls_dh.o .libs/gnutls_kx.o .libs/gnutls_priority.o .libs/gnutls_hash_int.o .libs/gnutls_cipher_int.o .libs/gnutls_session.o .libs/gnutls_db.o .libs/x509_b64.o .libs/auth_anon.o .libs/gnutls_extensions.o .libs/gnutls_auth.o .libs/gnutls_v2_compat.o .libs/gnutls_datum.o .libs/auth_rsa.o .libs/gnutls_session_pack.o .libs/gnutls_mpi.o .libs/gnutls_pk.o .libs/gnutls_cert.o .libs/gnutls_global.o .libs/gnutls_constate.o .libs/gnutls_anon_cred.o .libs/pkix_asn1_tab.o .libs/gnutls_asn1_tab.o .libs/gnutls_mem.o .libs/auth_cert.o .libs/gnutls_ui.o .libs/gnutls_sig.o .libs/auth_dhe.o .libs/gnutls_dh_primes.o .libs/ext_max_record.o .libs/gnutls_alert.o .libs/gnutls_str.o .libs/gnutls_state.o .libs/gnutls_x509.o .libs/ext_cert_type.o .libs/gnutls_rsa_export.o .libs/auth_rsa_export.o .libs/ext_server_name.o .libs/auth_dh_common.o .libs/gnutls_helper.o .libs/gnutls_supplemental.o .libs/crypto.o .libs/random.o .libs/pk-libgcrypt.o .libs/mpi-libgcrypt.o .libs/cryptodev.o .libs/rnd-libgcrypt.o .libs/cipher-libgcrypt.o .libs/mac-libgcrypt.o .libs/ext_signature.o .libs/crypto-api.o .libs/ext_safe_renegotiation.o .libs/ext_srp.o .libs/gnutls_srp.o .libs/auth_srp.o .libs/auth_srp_passwd.o .libs/auth_srp_sb64.o .libs/auth_srp_rsa.o .libs/auth_psk.o .libs/auth_psk_passwd.o .libs/gnutls_psk.o .libs/auth_dhe_psk.o .libs/gnutls_psk_netconf.o .libs/ext_session_ticket.o -Wl,-force_load,gl/.libs/liblgnu.a -Wl,-force_load,x509/.libs/libgnutls_x509.a -Wl,-force_load,openpgp/.libs/libgnutls_openpgp.a -Wl,-force_load,opencdk/.libs/libminiopencdk.a -Wl,-force_load,minitasn1/.libs/libminitasn1.a -lz -lgcrypt -lgpg-error -march=core2 -arch i386 -arch x86_64 -arch i386 -arch x86_64 -install_name /usr/local/Cellar/gnutls/2.10.4/lib/libgnutls.26.dylib -compatibility_version 43 -current_version 43.13 -Wl,-single_module -Wl,-exported_symbols_list,.libs/libgnutls-symbols.expsym | |
ld: warning: in /usr/local/lib/libgcrypt.dylib, file was built for unsupported file format which is not the architecture being linked (i386) | |
ld: warning: in /usr/local/lib/libgpg-error.dylib, file was built for unsupported file format which is not the architecture being linked (i386) | |
Undefined symbols: | |
"_gcry_mpi_add", referenced from: | |
_wrap_gcry_mpi_add in mpi-libgcrypt.o | |
"_gcry_mpi_cmp", referenced from: | |
_wrap_gcry_mpi_cmp in mpi-libgcrypt.o | |
"_gcry_mpi_div", referenced from: | |
_wrap_gcry_mpi_div in mpi-libgcrypt.o | |
"_gcry_md_copy", referenced from: | |
_wrap_gcry_md_copy in mac-libgcrypt.o | |
"_gcry_mpi_addm", referenced from: | |
_wrap_gcry_mpi_addm in mpi-libgcrypt.o | |
"_gcry_mpi_new", referenced from: | |
_wrap_gcry_mpi_new in mpi-libgcrypt.o | |
_wrap_gcry_mpi_div in mpi-libgcrypt.o | |
_wrap_gcry_mpi_mul_ui in mpi-libgcrypt.o | |
_wrap_gcry_mpi_sub_ui in mpi-libgcrypt.o | |
_wrap_gcry_mpi_add_ui in mpi-libgcrypt.o | |
_wrap_gcry_mpi_mul in mpi-libgcrypt.o | |
_wrap_gcry_mpi_sub in mpi-libgcrypt.o | |
_wrap_gcry_mpi_add in mpi-libgcrypt.o | |
_wrap_gcry_mpi_mulm in mpi-libgcrypt.o | |
_wrap_gcry_mpi_subm in mpi-libgcrypt.o | |
_wrap_gcry_mpi_addm in mpi-libgcrypt.o | |
_wrap_gcry_mpi_powm in mpi-libgcrypt.o | |
_wrap_gcry_mpi_mod in mpi-libgcrypt.o | |
"_gcry_mpi_mod", referenced from: | |
_wrap_gcry_mpi_mod in mpi-libgcrypt.o | |
"_gcry_mpi_mul", referenced from: | |
_wrap_gcry_mpi_mul in mpi-libgcrypt.o | |
"_gcry_prime_release_factors", referenced from: | |
_wrap_gcry_generate_group in mpi-libgcrypt.o | |
_wrap_gcry_generate_group in mpi-libgcrypt.o | |
_wrap_gcry_generate_group in mpi-libgcrypt.o | |
"_gcry_mpi_set", referenced from: | |
_wrap_gcry_mpi_set in mpi-libgcrypt.o | |
"_gcry_md_get_algo_dlen", referenced from: | |
_wrap_gcry_mac_output in mac-libgcrypt.o | |
"_gcry_mpi_sub", referenced from: | |
_wrap_gcry_mpi_sub in mpi-libgcrypt.o | |
"_gcry_control", referenced from: | |
_gnutls_global_init in gnutls_global.o | |
_gnutls_global_init in gnutls_global.o | |
_gnutls_global_init in gnutls_global.o | |
"_gcry_cipher_open", referenced from: | |
_wrap_gcry_cipher_init in cipher-libgcrypt.o | |
_wrap_gcry_cipher_init in cipher-libgcrypt.o | |
_wrap_gcry_cipher_init in cipher-libgcrypt.o | |
_wrap_gcry_cipher_init in cipher-libgcrypt.o | |
_wrap_gcry_cipher_init in cipher-libgcrypt.o | |
_wrap_gcry_cipher_init in cipher-libgcrypt.o | |
_wrap_gcry_cipher_init in cipher-libgcrypt.o | |
_wrap_gcry_cipher_init in cipher-libgcrypt.o | |
_wrap_gcry_cipher_init in cipher-libgcrypt.o | |
"_gcry_sexp_build", referenced from: | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
__wrap_gcry_pk_verify in pk-libgcrypt.o | |
__wrap_gcry_pk_verify in pk-libgcrypt.o | |
__wrap_gcry_pk_verify in pk-libgcrypt.o | |
__wrap_gcry_pk_verify in pk-libgcrypt.o | |
__wrap_gcry_pk_sign in pk-libgcrypt.o | |
__wrap_gcry_pk_sign in pk-libgcrypt.o | |
__wrap_gcry_pk_sign in pk-libgcrypt.o | |
__wrap_gcry_pk_decrypt in pk-libgcrypt.o | |
__wrap_gcry_pk_decrypt in pk-libgcrypt.o | |
__wrap_gcry_pk_encrypt in pk-libgcrypt.o | |
__wrap_gcry_pk_encrypt in pk-libgcrypt.o | |
"_gcry_mpi_print", referenced from: | |
_wrap_gcry_mpi_print in mpi-libgcrypt.o | |
"_gcry_md_close", referenced from: | |
_wrap_gcry_md_close in mac-libgcrypt.o | |
"_gcry_randomize", referenced from: | |
_wrap_gcry_rnd in rnd-libgcrypt.o | |
_wrap_gcry_rnd_init in rnd-libgcrypt.o | |
"_gcry_mpi_set_ui", referenced from: | |
_wrap_gcry_mpi_set_ui in mpi-libgcrypt.o | |
"_gcry_mpi_invm", referenced from: | |
_wrap_gcry_pk_fixup in pk-libgcrypt.o | |
_wrap_gcry_pk_fixup in pk-libgcrypt.o | |
"_gcry_md_open", referenced from: | |
_wrap_gcry_hash_init in mac-libgcrypt.o | |
_wrap_gcry_hash_init in mac-libgcrypt.o | |
_wrap_gcry_hash_init in mac-libgcrypt.o | |
_wrap_gcry_hash_init in mac-libgcrypt.o | |
_wrap_gcry_hash_init in mac-libgcrypt.o | |
_wrap_gcry_hash_init in mac-libgcrypt.o | |
_wrap_gcry_hash_init in mac-libgcrypt.o | |
_wrap_gcry_hash_init in mac-libgcrypt.o | |
_wrap_gcry_mac_init in mac-libgcrypt.o | |
_wrap_gcry_mac_init in mac-libgcrypt.o | |
_wrap_gcry_mac_init in mac-libgcrypt.o | |
_wrap_gcry_mac_init in mac-libgcrypt.o | |
_wrap_gcry_mac_init in mac-libgcrypt.o | |
_wrap_gcry_mac_init in mac-libgcrypt.o | |
_wrap_gcry_mac_init in mac-libgcrypt.o | |
"_gcry_md_read", referenced from: | |
_wrap_gcry_mac_output in mac-libgcrypt.o | |
"_gcry_cipher_decrypt", referenced from: | |
_wrap_gcry_cipher_decrypt in cipher-libgcrypt.o | |
"_gcry_md_write", referenced from: | |
_wrap_gcry_md_write in mac-libgcrypt.o | |
"_gcry_pk_verify", referenced from: | |
__wrap_gcry_pk_verify in pk-libgcrypt.o | |
"_gcry_md_get_algo", referenced from: | |
_wrap_gcry_mac_output in mac-libgcrypt.o | |
"_gcry_mpi_mulm", referenced from: | |
_wrap_gcry_mpi_mulm in mpi-libgcrypt.o | |
"_gcry_cipher_close", referenced from: | |
_wrap_gcry_cipher_close in cipher-libgcrypt.o | |
"_gcry_cipher_encrypt", referenced from: | |
_wrap_gcry_cipher_encrypt in cipher-libgcrypt.o | |
"_gcry_mpi_scan", referenced from: | |
_wrap_gcry_mpi_scan in mpi-libgcrypt.o | |
"_gcry_mpi_powm", referenced from: | |
_wrap_gcry_mpi_powm in mpi-libgcrypt.o | |
"_gcry_md_setkey", referenced from: | |
_wrap_gcry_md_setkey in mac-libgcrypt.o | |
"_gcry_mpi_subm", referenced from: | |
_wrap_gcry_mpi_subm in mpi-libgcrypt.o | |
"_gcry_mpi_sub_ui", referenced from: | |
_wrap_gcry_mpi_sub_ui in mpi-libgcrypt.o | |
"_gcry_sexp_nth_mpi", referenced from: | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
__wrap_gcry_pk_sign in pk-libgcrypt.o | |
__wrap_gcry_pk_sign in pk-libgcrypt.o | |
__wrap_gcry_pk_sign in pk-libgcrypt.o | |
__wrap_gcry_pk_decrypt in pk-libgcrypt.o | |
__wrap_gcry_pk_encrypt in pk-libgcrypt.o | |
"_gcry_pk_sign", referenced from: | |
__wrap_gcry_pk_sign in pk-libgcrypt.o | |
"_gcry_prime_generate", referenced from: | |
_wrap_gcry_generate_group in mpi-libgcrypt.o | |
"_gcry_sexp_release", referenced from: | |
_wrap_gcry_pk_generate_params inlibtool: compile: /usr/bin/c++ -DHAVE_CONFIG_H -I. -I./includes -I./includes -I./includes/ -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 -c gnutlsxx.cpp -o libgnutlsxx_la-gnutlsxx.o >/dev/null 2>&1 | |
pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
__wrap_gcry_pk_verify in pk-libgcrypt.o | |
__wrap_gcry_pk_verify in pk-libgcrypt.o | |
__wrap_gcry_pk_verify in pk-libgcrypt.o | |
__wrap_gcry_pk_sign in pk-libgcrypt.o | |
__wrap_gcry_pk_sign in pk-libgcrypt.o | |
__wrap_gcry_pk_sign in pk-libgcrypt.o | |
__wrap_gcry_pk_sign in pk-libgcrypt.o | |
__wrap_gcry_pk_sign in pk-libgcrypt.o | |
__wrap_gcry_pk_sign in pk-libgcrypt.o | |
__wrap_gcry_pk_decrypt in pk-libgcrypt.o | |
__wrap_gcry_pk_decrypt in pk-libgcrypt.o | |
__wrap_gcry_pk_decrypt in pk-libgcrypt.o | |
__wrap_gcry_pk_encrypt in pk-libgcrypt.o | |
__wrap_gcry_pk_encrypt in pk-libgcrypt.o | |
__wrap_gcry_pk_encrypt in pk-libgcrypt.o | |
__wrap_gcry_pk_encrypt in pk-libgcrypt.o | |
"_gcry_create_nonce", referenced from: | |
_wrap_gcry_rnd in rnd-libgcrypt.o | |
_wrap_gcry_rnd_init in rnd-libgcrypt.o | |
"_gcry_cipher_setkey", referenced from: | |
_wrap_gcry_cipher_setkey in cipher-libgcrypt.o | |
"_gcry_prime_group_generator", referenced from: | |
_wrap_gcry_generate_group in mpi-libgcrypt.o | |
"_gcry_pk_genkey", referenced from: | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
"_gcry_mpi_mul_ui", referenced from: | |
_wrap_gcry_mpi_mul_ui in mpi-libgcrypt.o | |
"_gcry_mpi_add_ui", referenced from: | |
_wrap_gcry_mpi_add_ui in mpi-libgcrypt.o | |
"_gcry_mpi_get_nbits", referenced from: | |
_wrap_gcry_mpi_get_nbits in mpi-libgcrypt.o | |
_wrap_gcry_mpi_div in mpi-libgcrypt.o | |
_wrap_gcry_mpi_mul_ui in mpi-libgcrypt.o | |
_wrap_gcry_mpi_sub_ui in mpi-libgcrypt.o | |
_wrap_gcry_mpi_add_ui in mpi-libgcrypt.o | |
_wrap_gcry_mpi_mul in mpi-libgcrypt.o | |
_wrap_gcry_mpi_sub in mpi-libgcrypt.o | |
_wrap_gcry_mpi_add in mpi-libgcrypt.o | |
_wrap_gcry_mpi_mulm in mpi-libgcrypt.o | |
_wrap_gcry_mpi_subm in mpi-libgcrypt.o | |
_wrap_gcry_mpi_addm in mpi-libgcrypt.o | |
_wrap_gcry_mpi_powm in mpi-libgcrypt.o | |
_wrap_gcry_mpi_mod in mpi-libgcrypt.o | |
"_gcry_sexp_find_token", referenced from: | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
__wrap_gcry_pk_sign in pk-libgcrypt.o | |
__wrap_gcry_pk_sign in pk-libgcrypt.o | |
__wrap_gcry_pk_sign in pk-libgcrypt.o | |
__wrap_gcry_pk_encrypt in pk-libgcrypt.o | |
"_gcry_pk_decrypt", referenced from: | |
__wrap_gcry_pk_decrypt in pk-libgcrypt.o | |
"_gcry_mpi_cmp_ui", referenced from: | |
_wrap_gcry_mpi_cmp_ui in mpi-libgcrypt.o | |
"_gcry_prime_check", referenced from: | |
_wrap_gcry_prime_check in mpi-libgcrypt.o | |
_wrap_gcry_generate_group in mpi-libgcrypt.o | |
"_gcry_pk_encrypt", referenced from: | |
__wrap_gcry_pk_encrypt in pk-libgcrypt.o | |
"_gcry_check_version", referenced from: | |
_gnutls_global_init in gnutls_global.o | |
_gnutls_global_init in gnutls_global.o | |
_wrap_gcry_pk_generate_params in pk-libgcrypt.o | |
"_gcry_cipher_setiv", referenced from: | |
_wrap_gcry_cipher_setiv in cipher-libgcrypt.o | |
"_gcry_mpi_release", referenced from: | |
_wrap_gcry_mpi_release in mpi-libgcrypt.o | |
_wrap_gcry_generate_group in mpi-libgcrypt.o | |
_wrap_gcry_generate_group in mpi-libgcrypt.o | |
_wrap_gcry_generate_group in mpi-libgcrypt.o | |
ld: symbol(s) not found | |
collect2: ld returned 1 exit status | |
lipo: can't open input file: /var/folders/AR/ARkG21JDEbC6gmCUvMCMQ++++TI/-Tmp-//cc7KS8r5.out (No such file or directory) | |
make[2]: *** [libgnutls.la] Error 1 | |
make[2]: *** Waiting for unfinished jobs.... | |
make[1]: *** [install-recursive] Error 1 | |
make: *** [install-recursive] Error 1 | |
Exit status: 2 | |
http://github.com/mxcl/homebrew/blob/master/Library/Formula/gnutls.rb#L24 | |
==> Environment | |
HOMEBREW_VERSION: 0.7.1 | |
HEAD: 3d237384103de6e7e48072d602c0e4e03f0fd98f | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_REPOSITORY: /usr/local | |
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew | |
Hardware: quad-core 64-bit core2 | |
OS X: 10.6.6 | |
Kernel Architecture: i386 | |
Ruby: 1.8.7-174 | |
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby | |
Xcode: 3.2.5 | |
GCC-4.0: build 5494 | |
GCC-4.2: build 5664 | |
LLVM: build 2333 | |
MacPorts or Fink? false | |
X11 installed? true | |
==> Build Flags | |
CC: /usr/bin/cc => /usr/bin/gcc-4.2 | |
CXX: /usr/bin/c++ => /usr/bin/c++-4.2 | |
LD: /usr/bin/cc => /usr/bin/gcc-4.2 | |
CFLAGS: -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 | |
CXXFLAGS: -O3 -march=core2 -w -pipe -arch i386 -arch x86_64 | |
LDFLAGS: -arch i386 -arch x86_64 | |
MAKEFLAGS: -j4 | |
Error: Failure while executing: make install | |
Please follow the instructions to report this bug at: | |
https://github.com/mxcl/homebrew/wiki/new-issue | |
Also try: | |
`brew doctor` to check your setup for common problems. | |
`brew missing` to check installed packages for missing deps. | |
greg@macgreg:~ $ brew doctor | |
Your OS X is ripe for brewing. | |
Any troubles you may be experiencing are likely purely psychosomatic. | |
greg@macgreg:~ $ brew missing | |
greg@macgreg:~ $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment