X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: peters DOT al AT volny DOT cz Newsgroups: comp.os.msdos.djgpp Subject: openssl-0.9.8 Date: Mon, 9 Mar 2009 03:46:22 -0700 (PDT) Organization: http://groups.google.com Lines: 30 Message-ID: NNTP-Posting-Host: 90.177.26.126 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1236595582 31851 127.0.0.1 (9 Mar 2009 10:46:22 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Mon, 9 Mar 2009 10:46:22 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: v38g2000yqb.googlegroups.com; posting-host=90.177.26.126; posting-account=siLQJgkAAAA0ZqZkqCtmbpqcsGv4xxR5 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en; rv:1.9.0.6) Gecko/20080528 Epiphany/2.22,gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Can I ask where I make error, when I have compiled every openssl 0.9.8x ver, and I get this by configure from crypto.a configure:25458: checking for libssl configure:25488: gcc -std=gnu99 -o conftest.exe -g -O2 -I/dev/env/ DJDIR/include conftest.c /dev/env/DJDIR/lib/libssl.a /dev/env/DJDIR/ lib/libcrypto.a >&5 In file included from /dev/env/DJDIR/include/openssl/asn1.h:62, from /dev/env/DJDIR/include/openssl/objects.h:960, from /dev/env/DJDIR/include/openssl/evp.h:98, from /dev/env/DJDIR/include/openssl/x509.h:73, from /dev/env/DJDIR/include/openssl/ssl.h:183, from conftest.c:103: /dev/env/DJDIR/include/time.h:107: warning: C99 inline functions are not supported; using GNU89 /dev/env/DJDIR/include/time.h:107: warning: to disable this warning use -fgnu89-inline or the gnu_inline function attribute /dev/env/DJDIR/lib/libcrypto.a(bss_sock.o):bss_sock.c:(.text+0x10d): undefined reference to `_close_s' /dev/env/DJDIR/lib/libcrypto.a(bss_sock.o):bss_sock.c:(.text+0x1f9): undefined reference to `_read_s' /dev/env/DJDIR/lib/libcrypto.a(bss_sock.o):bss_sock.c:(.text+0x254): undefined reference to `_send' collect2: ld returned 1 exit status and close_s, read_s, send are defined in e_os.h If I have to compiled in XP enviroment with /dev/random? Thank you David