442 lines
20 KiB
Plaintext
Executable File
442 lines
20 KiB
Plaintext
Executable File
************************************************************
|
|
*** checking if a hello world program can be built ...
|
|
*** test program is
|
|
#include <stdio.h>
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
puts("hello world");
|
|
return 0;
|
|
}
|
|
*** results are
|
|
make[2]: Entering directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
mips-openwrt-linux-uclibc-gcc -DMAILRC='"/var/tmp/dconf/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/lib/sendmail"' -D__LINUX_OS_FC__ -DINCLUDE_MAIL -I/home/dev/trunk/linux/build/../apps/public/os_libs/include -I../openssl-0.9.8zh/include -Werror=unused-function \
|
|
-L/home/dev/trunk/linux/build/../apps/public/os_libs -L../openssl-0.9.8zh/lib ___build8012.c `grep '^[^#]' LIBS` -o ___build8012
|
|
make[2]: Leaving directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
*** okay
|
|
|
|
************************************************************
|
|
*** checking for <alloca.h> ...
|
|
*** test program is
|
|
#include <alloca.h>
|
|
*** results are
|
|
make[2]: Entering directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
mips-openwrt-linux-uclibc-gcc -DMAILRC='"/var/tmp/dconf/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/lib/sendmail"' -D__LINUX_OS_FC__ -DINCLUDE_MAIL -I/home/dev/trunk/linux/build/../apps/public/os_libs/include -I../openssl-0.9.8zh/include -Werror=unused-function -c ___build8012.c
|
|
make[2]: Leaving directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
*** okay
|
|
|
|
************************************************************
|
|
*** checking for alloca() ...
|
|
*** test program is
|
|
#include "rcv.h"
|
|
int main(void)
|
|
{
|
|
alloca(1);
|
|
return 0;
|
|
}
|
|
*** results are
|
|
make[2]: Entering directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
mips-openwrt-linux-uclibc-gcc -DMAILRC='"/var/tmp/dconf/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/lib/sendmail"' -D__LINUX_OS_FC__ -DINCLUDE_MAIL -I/home/dev/trunk/linux/build/../apps/public/os_libs/include -I../openssl-0.9.8zh/include -Werror=unused-function \
|
|
-L/home/dev/trunk/linux/build/../apps/public/os_libs -L../openssl-0.9.8zh/lib ___build8012.c `grep '^[^#]' LIBS` -o ___build8012
|
|
make[2]: Leaving directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
*** okay
|
|
|
|
************************************************************
|
|
*** checking for ssize_t ...
|
|
*** test program is
|
|
#include <sys/types.h>
|
|
#include <unistd.h>
|
|
int main(void)
|
|
{
|
|
ssize_t i = 3;
|
|
write(1, "foo", i);
|
|
return 0;
|
|
}
|
|
*** results are
|
|
make[2]: Entering directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
mips-openwrt-linux-uclibc-gcc -DMAILRC='"/var/tmp/dconf/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/lib/sendmail"' -D__LINUX_OS_FC__ -DINCLUDE_MAIL -I/home/dev/trunk/linux/build/../apps/public/os_libs/include -I../openssl-0.9.8zh/include -Werror=unused-function -c ___build8012.c
|
|
make[2]: Leaving directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
*** okay
|
|
|
|
************************************************************
|
|
*** checking for snprintf() ...
|
|
*** test program is
|
|
#include <stdio.h>
|
|
int main(void)
|
|
{
|
|
char b[20];
|
|
snprintf(b, sizeof b, "%s", "string");
|
|
return 0;
|
|
}
|
|
*** results are
|
|
make[2]: Entering directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
mips-openwrt-linux-uclibc-gcc -DMAILRC='"/var/tmp/dconf/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/lib/sendmail"' -D__LINUX_OS_FC__ -DINCLUDE_MAIL -I/home/dev/trunk/linux/build/../apps/public/os_libs/include -I../openssl-0.9.8zh/include -Werror=unused-function \
|
|
-L/home/dev/trunk/linux/build/../apps/public/os_libs -L../openssl-0.9.8zh/lib ___build8012.c `grep '^[^#]' LIBS` -o ___build8012
|
|
make[2]: Leaving directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
*** okay
|
|
|
|
************************************************************
|
|
*** checking for fchdir() ...
|
|
*** test program is
|
|
#include <unistd.h>
|
|
int main(void)
|
|
{
|
|
fchdir(0);
|
|
return 0;
|
|
}
|
|
*** results are
|
|
make[2]: Entering directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
mips-openwrt-linux-uclibc-gcc -DMAILRC='"/var/tmp/dconf/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/lib/sendmail"' -D__LINUX_OS_FC__ -DINCLUDE_MAIL -I/home/dev/trunk/linux/build/../apps/public/os_libs/include -I../openssl-0.9.8zh/include -Werror=unused-function \
|
|
-L/home/dev/trunk/linux/build/../apps/public/os_libs -L../openssl-0.9.8zh/lib ___build8012.c `grep '^[^#]' LIBS` -o ___build8012
|
|
make[2]: Leaving directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
*** okay
|
|
|
|
************************************************************
|
|
*** checking for mmap() ...
|
|
*** test program is
|
|
#include <sys/types.h>
|
|
#include <sys/mman.h>
|
|
int main(void)
|
|
{
|
|
mmap(0, 0, 0, 0, 0, 0);
|
|
return 0;
|
|
}
|
|
*** results are
|
|
make[2]: Entering directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
mips-openwrt-linux-uclibc-gcc -DMAILRC='"/var/tmp/dconf/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/lib/sendmail"' -D__LINUX_OS_FC__ -DINCLUDE_MAIL -I/home/dev/trunk/linux/build/../apps/public/os_libs/include -I../openssl-0.9.8zh/include -Werror=unused-function \
|
|
-L/home/dev/trunk/linux/build/../apps/public/os_libs -L../openssl-0.9.8zh/lib ___build8012.c `grep '^[^#]' LIBS` -o ___build8012
|
|
make[2]: Leaving directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
*** okay
|
|
|
|
************************************************************
|
|
*** checking for mremap() ...
|
|
*** test program is
|
|
#include <sys/types.h>
|
|
#include <sys/mman.h>
|
|
int main(void)
|
|
{
|
|
mremap(0, 0, 0, MREMAP_MAYMOVE);
|
|
return 0;
|
|
}
|
|
*** results are
|
|
make[2]: Entering directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
mips-openwrt-linux-uclibc-gcc -DMAILRC='"/var/tmp/dconf/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/lib/sendmail"' -D__LINUX_OS_FC__ -DINCLUDE_MAIL -I/home/dev/trunk/linux/build/../apps/public/os_libs/include -I../openssl-0.9.8zh/include -Werror=unused-function \
|
|
-L/home/dev/trunk/linux/build/../apps/public/os_libs -L../openssl-0.9.8zh/lib ___build8012.c `grep '^[^#]' LIBS` -o ___build8012
|
|
___build8012.c: In function 'main':
|
|
___build8012.c:5: error: 'MREMAP_MAYMOVE' undeclared (first use in this function)
|
|
___build8012.c:5: error: (Each undeclared identifier is reported only once
|
|
___build8012.c:5: error: for each function it appears in.)
|
|
make[2]: *** [___build8012] Error 1
|
|
make[2]: Leaving directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
*** no
|
|
|
|
************************************************************
|
|
*** checking for iconv functionality ...
|
|
*** test program is
|
|
#include <iconv.h>
|
|
int main(void)
|
|
{
|
|
iconv_t id;
|
|
|
|
id = iconv_open("foo", "bar");
|
|
return 0;
|
|
}
|
|
*** results are
|
|
make[2]: Entering directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
mips-openwrt-linux-uclibc-gcc -DMAILRC='"/var/tmp/dconf/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/lib/sendmail"' -D__LINUX_OS_FC__ -DINCLUDE_MAIL -I/home/dev/trunk/linux/build/../apps/public/os_libs/include -I../openssl-0.9.8zh/include -Werror=unused-function \
|
|
-L/home/dev/trunk/linux/build/../apps/public/os_libs -L../openssl-0.9.8zh/lib ___build8012.c `grep '^[^#]' LIBS` -o ___build8012
|
|
___build8012.c:1:19: error: iconv.h: No such file or directory
|
|
___build8012.c: In function 'main':
|
|
___build8012.c:4: error: 'iconv_t' undeclared (first use in this function)
|
|
___build8012.c:4: error: (Each undeclared identifier is reported only once
|
|
___build8012.c:4: error: for each function it appears in.)
|
|
___build8012.c:4: error: expected ';' before 'id'
|
|
___build8012.c:6: error: 'id' undeclared (first use in this function)
|
|
make[2]: *** [___build8012] Error 1
|
|
make[2]: Leaving directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
*** no
|
|
|
|
************************************************************
|
|
*** checking for iconv functionality in libiconv ...
|
|
*** test program is
|
|
#include <iconv.h>
|
|
int main(void)
|
|
{
|
|
iconv_t id;
|
|
|
|
id = iconv_open("foo", "bar");
|
|
return 0;
|
|
}
|
|
*** results are
|
|
make[2]: Entering directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
mips-openwrt-linux-uclibc-gcc -DMAILRC='"/var/tmp/dconf/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/lib/sendmail"' -D__LINUX_OS_FC__ -DINCLUDE_MAIL -I/home/dev/trunk/linux/build/../apps/public/os_libs/include -I../openssl-0.9.8zh/include -Werror=unused-function \
|
|
-L/home/dev/trunk/linux/build/../apps/public/os_libs -L../openssl-0.9.8zh/lib ___build8012.c `grep '^[^#]' LIBS` -liconv -o ___build8012
|
|
___build8012.c:1:19: error: iconv.h: No such file or directory
|
|
___build8012.c: In function 'main':
|
|
___build8012.c:4: error: 'iconv_t' undeclared (first use in this function)
|
|
___build8012.c:4: error: (Each undeclared identifier is reported only once
|
|
___build8012.c:4: error: for each function it appears in.)
|
|
___build8012.c:4: error: expected ';' before 'id'
|
|
___build8012.c:6: error: 'id' undeclared (first use in this function)
|
|
make[2]: *** [___build8012] Error 1
|
|
make[2]: Leaving directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
*** no
|
|
|
|
************************************************************
|
|
*** checking for wctype functionality ...
|
|
*** test program is
|
|
#include <wctype.h>
|
|
int main(void)
|
|
{
|
|
iswprint(L'c');
|
|
towupper(L'c');
|
|
return 0;
|
|
}
|
|
*** results are
|
|
make[2]: Entering directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
mips-openwrt-linux-uclibc-gcc -DMAILRC='"/var/tmp/dconf/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/lib/sendmail"' -D__LINUX_OS_FC__ -DINCLUDE_MAIL -I/home/dev/trunk/linux/build/../apps/public/os_libs/include -I../openssl-0.9.8zh/include -Werror=unused-function \
|
|
-L/home/dev/trunk/linux/build/../apps/public/os_libs -L../openssl-0.9.8zh/lib ___build8012.c `grep '^[^#]' LIBS` -o ___build8012
|
|
make[2]: Leaving directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
*** okay
|
|
|
|
************************************************************
|
|
*** checking for wcwidth() ...
|
|
*** test program is
|
|
#include <wchar.h>
|
|
int main(void)
|
|
{
|
|
wcwidth(L'c');
|
|
return 0;
|
|
}
|
|
*** results are
|
|
make[2]: Entering directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
mips-openwrt-linux-uclibc-gcc -DMAILRC='"/var/tmp/dconf/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/lib/sendmail"' -D__LINUX_OS_FC__ -DINCLUDE_MAIL -I/home/dev/trunk/linux/build/../apps/public/os_libs/include -I../openssl-0.9.8zh/include -Werror=unused-function \
|
|
-L/home/dev/trunk/linux/build/../apps/public/os_libs -L../openssl-0.9.8zh/lib ___build8012.c `grep '^[^#]' LIBS` -o ___build8012
|
|
make[2]: Leaving directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
*** okay
|
|
|
|
************************************************************
|
|
*** checking for mbtowc() ...
|
|
*** test program is
|
|
#include <stdlib.h>
|
|
int main(void)
|
|
{
|
|
wchar_t wc;
|
|
mbtowc(&wc, "x", 1);
|
|
return 0;
|
|
}
|
|
*** results are
|
|
make[2]: Entering directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
mips-openwrt-linux-uclibc-gcc -DMAILRC='"/var/tmp/dconf/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/lib/sendmail"' -D__LINUX_OS_FC__ -DINCLUDE_MAIL -I/home/dev/trunk/linux/build/../apps/public/os_libs/include -I../openssl-0.9.8zh/include -Werror=unused-function \
|
|
-L/home/dev/trunk/linux/build/../apps/public/os_libs -L../openssl-0.9.8zh/lib ___build8012.c `grep '^[^#]' LIBS` -o ___build8012
|
|
make[2]: Leaving directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
*** okay
|
|
|
|
************************************************************
|
|
*** checking for setlocale() ...
|
|
*** test program is
|
|
#include <locale.h>
|
|
int main(void)
|
|
{
|
|
setlocale(LC_ALL, "");
|
|
return 0;
|
|
}
|
|
*** results are
|
|
make[2]: Entering directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
mips-openwrt-linux-uclibc-gcc -DMAILRC='"/var/tmp/dconf/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/lib/sendmail"' -D__LINUX_OS_FC__ -DINCLUDE_MAIL -I/home/dev/trunk/linux/build/../apps/public/os_libs/include -I../openssl-0.9.8zh/include -Werror=unused-function \
|
|
-L/home/dev/trunk/linux/build/../apps/public/os_libs -L../openssl-0.9.8zh/lib ___build8012.c `grep '^[^#]' LIBS` -o ___build8012
|
|
make[2]: Leaving directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
*** okay
|
|
|
|
************************************************************
|
|
*** checking for nl_langinfo() ...
|
|
*** test program is
|
|
#include <langinfo.h>
|
|
int main(void)
|
|
{
|
|
nl_langinfo(DAY_1);
|
|
return 0;
|
|
}
|
|
*** results are
|
|
make[2]: Entering directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
mips-openwrt-linux-uclibc-gcc -DMAILRC='"/var/tmp/dconf/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/lib/sendmail"' -D__LINUX_OS_FC__ -DINCLUDE_MAIL -I/home/dev/trunk/linux/build/../apps/public/os_libs/include -I../openssl-0.9.8zh/include -Werror=unused-function \
|
|
-L/home/dev/trunk/linux/build/../apps/public/os_libs -L../openssl-0.9.8zh/lib ___build8012.c `grep '^[^#]' LIBS` -o ___build8012
|
|
make[2]: Leaving directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
*** okay
|
|
|
|
************************************************************
|
|
*** checking for mkstemp() ...
|
|
*** test program is
|
|
#include <stdlib.h>
|
|
int main(void)
|
|
{
|
|
mkstemp("x");
|
|
return 0;
|
|
}
|
|
*** results are
|
|
make[2]: Entering directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
mips-openwrt-linux-uclibc-gcc -DMAILRC='"/var/tmp/dconf/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/lib/sendmail"' -D__LINUX_OS_FC__ -DINCLUDE_MAIL -I/home/dev/trunk/linux/build/../apps/public/os_libs/include -I../openssl-0.9.8zh/include -Werror=unused-function \
|
|
-L/home/dev/trunk/linux/build/../apps/public/os_libs -L../openssl-0.9.8zh/lib ___build8012.c `grep '^[^#]' LIBS` -o ___build8012
|
|
make[2]: Leaving directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
*** okay
|
|
|
|
************************************************************
|
|
*** checking for fpathconf() ...
|
|
*** test program is
|
|
#include <unistd.h>
|
|
int main(void)
|
|
{
|
|
fpathconf(0, _PC_PATH_MAX);
|
|
return 0;
|
|
}
|
|
*** results are
|
|
make[2]: Entering directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
mips-openwrt-linux-uclibc-gcc -DMAILRC='"/var/tmp/dconf/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/lib/sendmail"' -D__LINUX_OS_FC__ -DINCLUDE_MAIL -I/home/dev/trunk/linux/build/../apps/public/os_libs/include -I../openssl-0.9.8zh/include -Werror=unused-function \
|
|
-L/home/dev/trunk/linux/build/../apps/public/os_libs -L../openssl-0.9.8zh/lib ___build8012.c `grep '^[^#]' LIBS` -o ___build8012
|
|
make[2]: Leaving directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
*** okay
|
|
|
|
************************************************************
|
|
*** checking for wordexp() ...
|
|
*** test program is
|
|
#include <wordexp.h>
|
|
int main(void)
|
|
{
|
|
wordexp((char *)0, (wordexp_t *)0, 0);
|
|
return 0;
|
|
}
|
|
*** results are
|
|
make[2]: Entering directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
mips-openwrt-linux-uclibc-gcc -DMAILRC='"/var/tmp/dconf/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/lib/sendmail"' -D__LINUX_OS_FC__ -DINCLUDE_MAIL -I/home/dev/trunk/linux/build/../apps/public/os_libs/include -I../openssl-0.9.8zh/include -Werror=unused-function \
|
|
-L/home/dev/trunk/linux/build/../apps/public/os_libs -L../openssl-0.9.8zh/lib ___build8012.c `grep '^[^#]' LIBS` -o ___build8012
|
|
make[2]: Leaving directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
*** okay
|
|
|
|
************************************************************
|
|
*** checking for <arpa/inet.h> ...
|
|
*** test program is
|
|
#include "config.h"
|
|
#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
#include <netdb.h>
|
|
#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|
|
*** results are
|
|
make[2]: Entering directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
mips-openwrt-linux-uclibc-gcc -DMAILRC='"/var/tmp/dconf/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/lib/sendmail"' -D__LINUX_OS_FC__ -DINCLUDE_MAIL -I/home/dev/trunk/linux/build/../apps/public/os_libs/include -I../openssl-0.9.8zh/include -Werror=unused-function -c ___build8012.c
|
|
make[2]: Leaving directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
*** okay
|
|
|
|
************************************************************
|
|
*** checking for socket functionality in libc ...
|
|
*** test program is
|
|
#include "config.h"
|
|
#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
#include <netdb.h>
|
|
#include <netinet/in.h>
|
|
#ifdef HAVE_ARPA_INET_H
|
|
#include <arpa/inet.h>
|
|
#endif /* HAVE_ARPA_INET_H */
|
|
|
|
int main(void)
|
|
{
|
|
struct sockaddr s;
|
|
socket(AF_INET, SOCK_STREAM, 0);
|
|
connect(0, &s, 0);
|
|
gethostbyname("foo");
|
|
return 0;
|
|
}
|
|
*** results are
|
|
make[2]: Entering directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
mips-openwrt-linux-uclibc-gcc -DMAILRC='"/var/tmp/dconf/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/lib/sendmail"' -D__LINUX_OS_FC__ -DINCLUDE_MAIL -I/home/dev/trunk/linux/build/../apps/public/os_libs/include -I../openssl-0.9.8zh/include -Werror=unused-function \
|
|
-L/home/dev/trunk/linux/build/../apps/public/os_libs -L../openssl-0.9.8zh/lib ___build8012.c `grep '^[^#]' LIBS` -o ___build8012
|
|
make[2]: Leaving directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
*** okay
|
|
|
|
************************************************************
|
|
*** checking for Network Security Services (NSS) ...
|
|
*** test program is
|
|
#include <nss.h>
|
|
#include <ssl.h>
|
|
#include <prinit.h>
|
|
#include <prmem.h>
|
|
#include <pk11func.h>
|
|
#include <prtypes.h>
|
|
#include <prerror.h>
|
|
#include <secerr.h>
|
|
#include <smime.h>
|
|
#include <ciferfam.h>
|
|
#include <private/pprio.h>
|
|
|
|
int main(void)
|
|
{
|
|
PR_ImportTCPSocket(0);
|
|
NSS_CMSSignerInfo_AddSMIMECaps(0);
|
|
return 0;
|
|
}
|
|
*** results are
|
|
make[2]: Entering directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
mips-openwrt-linux-uclibc-gcc -DMAILRC='"/var/tmp/dconf/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/lib/sendmail"' -D__LINUX_OS_FC__ -DINCLUDE_MAIL -I/home/dev/trunk/linux/build/../apps/public/os_libs/include -I../openssl-0.9.8zh/include -Werror=unused-function \
|
|
-L/home/dev/trunk/linux/build/../apps/public/os_libs -L../openssl-0.9.8zh/lib ___build8012.c `grep '^[^#]' LIBS` -lsmime3 -lnss3 -lssl3 -lnspr4 -lplc4 -o ___build8012
|
|
___build8012.c:1:17: error: nss.h: No such file or directory
|
|
___build8012.c:2:17: error: ssl.h: No such file or directory
|
|
___build8012.c:3:20: error: prinit.h: No such file or directory
|
|
___build8012.c:4:19: error: prmem.h: No such file or directory
|
|
___build8012.c:5:22: error: pk11func.h: No such file or directory
|
|
___build8012.c:6:21: error: prtypes.h: No such file or directory
|
|
___build8012.c:7:21: error: prerror.h: No such file or directory
|
|
___build8012.c:8:20: error: secerr.h: No such file or directory
|
|
___build8012.c:9:19: error: smime.h: No such file or directory
|
|
___build8012.c:10:22: error: ciferfam.h: No such file or directory
|
|
___build8012.c:11:27: error: private/pprio.h: No such file or directory
|
|
make[2]: *** [___build8012] Error 1
|
|
make[2]: Leaving directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
*** no
|
|
|
|
************************************************************
|
|
*** checking for sufficiently recent OpenSSL ...
|
|
*** test program is
|
|
#include <openssl/ssl.h>
|
|
#include <openssl/err.h>
|
|
#include <openssl/x509v3.h>
|
|
#include <openssl/x509.h>
|
|
#include <openssl/rand.h>
|
|
|
|
int main(void)
|
|
{
|
|
SSLv23_client_method();
|
|
PEM_read_PrivateKey(0, 0, 0, 0);
|
|
return 0;
|
|
}
|
|
*** results are
|
|
make[2]: Entering directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
mips-openwrt-linux-uclibc-gcc -DMAILRC='"/var/tmp/dconf/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/lib/sendmail"' -D__LINUX_OS_FC__ -DINCLUDE_MAIL -I/home/dev/trunk/linux/build/../apps/public/os_libs/include -I../openssl-0.9.8zh/include -Werror=unused-function \
|
|
-L/home/dev/trunk/linux/build/../apps/public/os_libs -L../openssl-0.9.8zh/lib ___build8012.c `grep '^[^#]' LIBS` -lssl -lcrypto -o ___build8012
|
|
make[2]: Leaving directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
*** okay
|
|
|
|
************************************************************
|
|
*** checking for STACK_OF() ...
|
|
*** test program is
|
|
#include <openssl/ssl.h>
|
|
#include <openssl/err.h>
|
|
#include <openssl/x509v3.h>
|
|
#include <openssl/x509.h>
|
|
#include <openssl/rand.h>
|
|
|
|
int main(void)
|
|
{
|
|
STACK_OF(GENERAL_NAME) *gens = NULL;
|
|
printf("%p", gens); /* to make it used */
|
|
SSLv23_client_method();
|
|
PEM_read_PrivateKey(0, 0, 0, 0);
|
|
return 0;
|
|
}
|
|
*** results are
|
|
make[2]: Entering directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
mips-openwrt-linux-uclibc-gcc -DMAILRC='"/var/tmp/dconf/nail.rc"' -DMAILSPOOL='"/var/mail"' -DSENDMAIL='"/usr/lib/sendmail"' -D__LINUX_OS_FC__ -DINCLUDE_MAIL -I/home/dev/trunk/linux/build/../apps/public/os_libs/include -I../openssl-0.9.8zh/include -Werror=unused-function -c ___build8012.c
|
|
make[2]: Leaving directory `/home/dev/trunk/linux/apps/public/mailx-12.5'
|
|
*** okay
|
|
|