$ contrib/platformtest.sh platformtest.sh: Checking ngIRCd base source directory ... platformtest.sh: Checking for GIT tree ... platformtest.sh: Checking for "./configure" script ... platformtest.sh: Running "./configure" script ... platformtest.sh: Running "make" ... /Library/Developer/CommandLineTools/usr/bin/ranlib: file: libngportab.a(strdup.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: libngportab.a(strndup.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: libngportab.a(strlcpy.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: libngportab.a(strtok_r.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: libngportab.a(waitpid.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: libngportab.a(strdup.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: libngportab.a(strndup.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: libngportab.a(strlcpy.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: libngportab.a(strtok_r.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: libngportab.a(waitpid.o) has no symbols conn.c:821:1: warning: unused function 'SSL_WantWrite' [-Wunused-function] SSL_WantWrite(UNUSED const CONNECTION *c) ^ 1 warning generated. platformtest.sh: Running "make check" ...
the executable works ("runs") as expected --+ tests run successfully ("make check") --+ | ngIRCd compiles ("make") --+ | | ./configure works --+ | | | | | | | Platform Compiler ngIRCd Date Tester C M T R * --------------------------- ------------ ---------- -------- -------- - - - - - x86_64/apple/darwin14.0.0 A-clang 6.0 21.1 14-07-25 goetz Y Y Y Y 3
$ uname -a Darwin kubrick.hoffart.de 14.0.0 Darwin Kernel Version 14.0.0: Wed Jul 16 00:46:31 PDT 2014; root:xnu-2782.1.43.0.2~2/RELEASE_X86_64 x86_64
$ sw_vers ProductName: Mac OS X ProductVersion: 10.10 BuildVersion: 14A299l
Regards Götz
Am 25.07.2014 um 21:14 schrieb Götz Hoffart goetz@hoffart.de:
Platform Compiler ngIRCd Date Tester C M T R *
x86_64/apple/darwin14.0.0 A-clang 6.0 21.1 14-07-25 goetz Y Y Y Y 3
Thanks! Alex